摘要:
centos8.2 #关闭防火墙和 selinux 并重启 sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config systemctl disable --now firewalld #查看firewall服务状态 sys 阅读全文
摘要:
centos8 基础优化 1.设置系统时间为北京时间 一、设置时区 [root@centos8 ~]# timedatectl set-timezone Asia/Shanghai [root@centos8 ~]# rpm -ivh http://mirrors.wlnmp.com/centos/ 阅读全文