To add NGINX yum repository, create a file named /etc/yum.repos.d/nginx.repo and paste one of the configurations below:
CentOS:
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1
yum -y install php70w-fpm php70w-cli php70w-gd php70w-mysql php70w-pear php70w-xml php70w-mbstring php70w-pdo php70w-json php70w-pecl-apcu php70w-pecl-apcu-devel
yum install mysql mysqld
sudo su
vi /etc/resolvconf/resolv.conf.d/base
添加
nameserver 123.206.61.167
nameserver 120.27.103.230
重新配置 /etc/resolv.conf
sudo resolvconf -u
find / -type f -size +50M -print0 | xargs -0 ls -l
sudo su
netstat -nlp