个人习惯:公共软件采用yum安装,其他服务(nginx、php、mysql等)采用自己编译安装!
#安装iptables
yum -y install iptables-services
#安装git(用于下载github上的东西)
yum install git
#nodejs安装异常Node.js configure error: No acceptable C compiler found!
yum install gcc-c++
个人习惯:公共软件采用yum安装,其他服务(nginx、php、mysql等)采用自己编译安装!
#!/bin/bash ifconfig ens33 192.168.1.122 netmask 255.255.255.0 ifconfig ens33 up | down //激活,关闭设备ens33 route add default gw 192.168.1.1