摘要:压缩。 命令格式: #tar -cvf (或xvf)+文件名+设备 C:是本地到其他设备 x:是其他设备到本地 r:是追加,比如打包时,将其他文件追加进来使用该参数。 t:显示tar包里的内容,但还原文件。 例如: # tar –cvf bak.tar /test/bak 将/test/bak下所有
阅读全文
摘要:1、系统插入USB设备后,从控制台界面有如下提示: 从控制台信息可以看出插入的USB设备名。 从上图可以看出,插入的USB设备为sde4。 但是,如果是CRT工具远程连接过去,可以使用下面的命令来查看USB设备。 2、使用lsblk命令查找USB设备名 lsblk命令用于列出所有可用块设备的信息,而
阅读全文
摘要:How do I increase the maximum number of open files under CentOS Linux? How do I open more file descriptors under Linux? The ulimit command provides co
阅读全文
摘要:方法一: 1、设置服务器向SSH客户端连接会话发送频率和时间 #vi /etc/ssh/sshd_config,添加如下两行ClientAliveInterval 60ClientAliveCountMax 20 注:ClientAliveInterval选项定义了每隔多少秒给SSH客户端发送一次信
阅读全文
摘要:[root@test ~]# ping 192.168.2.1 -c 10 PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.64 bytes from 192.168.2.1: icmp_seq=1 ttl=64 time=0.638 ms64
阅读全文
摘要:3 Uninstalling Directory Server Enterprise Edition This chapter provides instructions for uninstalling Directory Server Enterprise Edition. Complete t
阅读全文
摘要:TigerVNC使用非加密的链接,默认会被firewalld blocked 掉,想要 vnc正常工作就需要让firewalld开放相应的端口才行。 vnc默认的端口号为5900,而每个vnc window的端口号是: 5900+window_number(or,display_number) 如:
阅读全文