vimcdoc项目 http://vimcdoc.sourceforge.net/ 这个简介上面的链接页面有介绍,这里不赘述。 打开页面后,我们通过左侧面板进入Downloa...
IP属地:重庆
vimcdoc项目 http://vimcdoc.sourceforge.net/ 这个简介上面的链接页面有介绍,这里不赘述。 打开页面后,我们通过左侧面板进入Downloa...
1、安装epel与remi sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-releas...
设置开机启动 systemctl enable nginx 开启nginx服务 systemctl start nginx 重启nginx服务 systemctl resta...
安装php-fpm 1、sudo yum -y --enablerepo=remi,remi-php56 install php-fpm php-common php-mbs...
1、sudo yum -y install memcached 2、systemctl enable memcached systemctl start memcached
1、sudo yum -y install mariadb-server mariadb-client 2、systemctl enable mariadb systemct...
开启http服务端口的规则 sudo firewall-cmd --add-port=80/tcp --permanent
1、下载地址: https://www.gitkraken.com/download 选择Linux(Gzip)进行下载 2、安装: 将.tar.gz文件中的文件夹直接解压即...