CentOS 7安装后的一些工作记录

安装net-tools:

yum install -y net-tools

安装epel源

yum install epel-release

安装开发工具包

yum group install "Development Tools"

禁用SElinux:

vi /etc/selinux/config,修改SELINUX=disabled,确认一下:getenforce

安装iptables和iptables-service,关掉和禁用firewalld:

yum install -y iptables iptables-services

systemctl stop firewalld

systemctl mask firewalld

猜你喜欢

转载自www.cnblogs.com/mrcoolfuyu/p/9669979.html
今日推荐