centos7 模板 工具、开发工具、静态ip - 2877206/docs GitHub Wiki

1.工具 yum install wget net-tools nmap dstat psmisc tcpdump zip unzip ntp epel-release -y yum install gcc glibc glibc-common gcc-c++ kernel-devel -y yum groupinstall "Development Tools"

2.关闭防火墙、selinux systemctl stop firewalld systemctl disable firewalld sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config

3.静态ip https://github.com/2877206/docs/wiki/VM-CentOS7-%E8%AE%BE%E7%BD%AE%E9%9D%99%E6%80%81IP

4.设置域名 hostnamectl set-hostname template.ga