首页 > 其他 > 详细

系统初始化的一些内容

时间:2019-04-03 15:51:45      阅读:223      评论:0      收藏:0      [点我收藏+]

yum install bash-completion lrzsz unzip wget vim* -y
systemctl disable firewalld
systemctl stop firewald
sed -i ‘s/^#DNS yes/UseDNS no/g‘ /etc/ssh/sshd_config
sed -i ‘s/^GSSAPIAuthentication yes/GSSAPIAuthentication no/g‘ /etc/ssh/sshd_config
systemctl restart sshd.service

系统初始化的一些内容

原文:https://www.cnblogs.com/sunshinea121/p/10649156.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!