linux uptime命令详解 (linux w 命令)
<pre><code>[root@m01 ~]#uptime </code></pre> <p><img src="http://static.51tbox.com/static/2024-08-29/col/580c80165d765b0832e66a75803e4bfc/a1de6f8a2dbf4c...
51工具盒子
<pre><code>[root@m01 ~]#uptime </code></pre> <p><img src="http://static.51tbox.com/static/2024-08-29/col/580c80165d765b0832e66a75803e4bfc/a1de6f8a2dbf4c...
linux俄罗斯方块.sh: https://url69.ctfile.com/f/253469-846055578-9a2dd1?p=2206 (访问密码: 2206)
<p>在局域网中 配置一台 时间同步服务器</p> <p>环境准备</p> <p>|-------------------|-----| | 10.0.0.61 (能连接外网) | 服务端 | | 10.0.0.5 (不能连接外网) | 客户端 |</p> <p>(一)、NTP服务器端(10.0...
linux管道命令  "\|"是Linux管道命令操作符,简称管道符。使用此管道符"\|&quo...
<ul> <li>bash-completion.noarch</li> <li>bash-completion-extras.noarch</li> </ul>
<pre><code>关机命令 halt shutdown -h now halt poweroff init 0 重启命令 reboot init 6 shutdown -r now </code></pre>
Linux服务管理的两种方式[systemctl](https://51tbox.com/ "View all posts in systemctl") (centos7) 和 [service](https://51tbox.com/ "View all posts in service") (centos6) **systemctl...
WEB01配置server \[root@web01 conf.d\]# cat admin.conf server { listen 80; server_name admin.baimei.com; location / { root /code/admin; index index.php index.html; } location \...
<p>lsmod命令用来列出当 前系统加载的模块,可以当作<strong>硬件模块浏览器</strong>。</p> <pre><code>lsmod |egrep 'filter|nat|ipt' </code></pre> <p>查看CPU信息: ca...
<p>在 Linux/Unix 操作系统中,一切都是文件,甚至目录也是文件,文件是文件,鼠标、键盘、打印机等设备也是文件。这篇文章,我们将一起学习 Linux 中的目录结构。</p> <h1>Linux 的文件类型 {#Linux-的文件类型}</h1> <p>Linux系统中的文件系统,一般分为 3种类型:</...