Skip to content

Commit

Permalink
Site updated: 2024-05-25 17:41:23
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaibineric committed May 25, 2024
1 parent 59c3db1 commit 168831b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
12 changes: 8 additions & 4 deletions 2023/11/25/tool_linux/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta property="og:description" content="Linux命令集 查看当前路径的位置 pwd 查看命令历史 终端中输入 1history 指定查找关键字 通过增加grep来增加关键字的筛选 1| grep GOPROXY 当前目录下的文件 当前目录下的文件 ls ls -l;ls-h;都是用来显示文件的详细信息 ls -a 来显示所有的文件(包含隐藏文件) 组合使用 ls -lha 显示所有并包含的隐藏文件且显示详细信息 使用dir显示当前文">
<meta property="og:locale" content="en_US">
<meta property="article:published_time" content="2023-11-25T09:06:29.000Z">
<meta property="article:modified_time" content="2024-05-25T09:20:45.162Z">
<meta property="article:modified_time" content="2024-05-25T09:40:59.054Z">
<meta property="article:author" content="Haibin Li">
<meta property="article:tag" content="基础工具">
<meta property="article:tag" content="后端开发">
Expand Down Expand Up @@ -209,7 +209,7 @@
<span class="post-meta mr-2">
<i class="iconfont icon-chart"></i>

2.9k words
3k words

</span>

Expand All @@ -220,7 +220,7 @@



24 mins
25 mins

</span>

Expand Down Expand Up @@ -404,6 +404,10 @@ <h4 id="解压缩文件的指令">解压缩文件的指令</h4>
<li>压缩文件:同理进入需要解压的文件夹的上一级 zip filename.zip</li>
</ul></li>
</ul>
<h4 id="远程连接服务器配置免密">远程连接服务器配置免密</h4>
<p><a
target="_blank" rel="noopener" href="https://zhuanlan.zhihu.com/p/350160634">https://zhuanlan.zhihu.com/p/350160634</a></p>
<p>本质上就是在本地的计算机上<em>创建自己的</em>私钥<em></em>公钥,然后在服务器的.ssh文件夹中产生一个authorized_keys文件,再将本地的公钥复制进去即可</p>
<h4 id="linux中查看系统使用情况">Linux中查看系统使用情况</h4>
<ul>
<li><p>Top 来显示CPU的占用情况:</p>
Expand Down Expand Up @@ -507,7 +511,7 @@ <h4 id="查看系统的gpu">查看系统的GPU</h4>
<p>实时查看GPU使用情况</p>
<figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><code class="hljs bash">watch -n 1 nvidia-smi <br></code></pre></td></tr></table></figure>
<p>行代码的意思是只选择指定标号GPU进行使用,执行完该行代码之后python环境无法检测到指定GPU之外的其他</p>
<h3 id="安装nvidia驱动">安装Nvidia驱动</h3>
<h4 id="安装nvidia驱动">安装Nvidia驱动</h4>
<p>查看已经安装的nvdia驱动版本:<code>ls /usr/src | grep nvidia</code></p>
<p><a
target="_blank" rel="noopener" href="https://blog.csdn.net/sinat_34686158/article/details/106845208">https://blog.csdn.net/sinat_34686158/article/details/106845208</a></p>
Expand Down
Loading

0 comments on commit 168831b

Please sign in to comment.