摘要:
以卸载git为例: (1)查看要卸载软件的ID [root@cli-1 ~]# yum history list gitLoaded plugins: fastestmirrorRepodata is over 2 weeks old. Install yum-cron? Or run: yum m 阅读全文
摘要:
vim /etc/ssh/sshd_config 找到下面两行 #ClientAliveInterval 0#ClientAliveCountMax 3 去掉注释,改成 ClientAliveInterval 30ClientAliveCountMax 86400 这两行的意思分别是 1、客户端每隔 阅读全文