初始化环境
安装EPEL
rpm -ivh https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
更新系统软件包
yum update
安装必要工具
yum install htop net-tools bridge-utils
禁用SELinux
sed -i '/SELINUX/s/enforcing/disabled/' /etc/selinux/config
重启服务器。
安装EPEL
rpm -ivh https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
更新系统软件包
yum update
安装必要工具
yum install htop net-tools bridge-utils
禁用SELinux
sed -i '/SELINUX/s/enforcing/disabled/' /etc/selinux/config
重启服务器。