个人习惯:公共软件采用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等)采用自己编译安装!