更改時區
timedatectl set-timezone Asia/Taipei
重新檢測 fastmirror
yum clean all
yum makecache
安裝常用工具
yum install -y nano wget unzip
更新套件
yum update -y
安裝字體
yum groupinstall -y font
關閉 selinux (重開機生效)
sed -e ‘s/SELINUX=enforcing/SELINUX=disabled/’ -i /etc/selinux/config
關閉防火牆
systemctl disable firewalld