2024-03-29
Linux
00
请注意,本文编写于 100 天前,最后修改于 100 天前,其中某些信息可能已经过时。

目录

优化 ssh,以防连接过慢
优化 selinux
关闭 firewalld
安装常用软件

优化 ssh,以防连接过慢

bash
cd /etc/ssh cp sshd_config # 备份 vim sshd_config 79行:GSSAPIAuthentication no 115行:UseDNS no # 删除前面注释符号 systemctl restart sshd

优化 selinux

bash
cd /etc/selinux vim config 7行:SELINUX=disabled # 需要重启生效 # 立即生效,临时的 setenforce 0

关闭 firewalld

bash
systemctl stop firewalld ststenctl disable firewalld

安装常用软件

bash
yum install lrzsz vim tree wget net-tools tmux bash-completion tcpdump psmisc -y

再将 祖传 vim tmux 配置 上传

如果对你有用的话,可以打赏哦
打赏
ali pay
wechat pay

本文作者:@Rrx

本文链接:

版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!