IP属地:重庆
1、安装epel与remi sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_6...
设置开机启动 systemctl enable nginx 开启nginx服务 systemctl start nginx 重启nginx服务 ...
安装php-fpm 1、sudo yum -y --enablerepo=remi,remi-php56 install php-fpm php...
1、sudo yum -y install memcached 2、systemctl enable memcached systemctl s...
1、sudo yum -y install mariadb-server mariadb-client 2、systemctl enable m...
开启http服务端口的规则 sudo firewall-cmd --add-port=80/tcp --permanent
1、下载地址: https://www.gitkraken.com/download 选择Linux(Gzip)进行下载 2、安装: 将.tar...
1、文件以目录 ls命令,意思是列出目录 ls -l 以列形式详细的列举出目录信息,包括权限信息、用户/组信息、文件大小、日期、名字 我们也可以...