LINUX

wdcp  安装php版本

wdcp 安装php版本

1.下载sh脚本wget http://down.wdlinux.cn/in/phps.sh2.执行sh phps.sh3.选择要安装的版本4.后台启动即可
yum Supervisor

yum Supervisor

yum Supervisoryum  install supervisor如果发生以下异常解决方案先安装扩展yum install epel-release...
Linux Supervisor的安装与使用入门,Supervisor

Linux Supervisor的安装与使用入门

Linux Supervisor的安装与使用入门       在linux或者unix操作系统中,守护进程(Daemon)是一种运行在后台...
git设置秘钥,git shh秘钥

git设置秘钥

git设置秘钥,git shh秘钥一、设置用户名、邮箱git config --global user.name "username"git config --global user.e...
vim 行号的显示与隐藏

vim 行号的显示与隐藏

通常我们在使用vim编辑器的时候,需要显示和隐藏行号隐藏行号:1.首先我们vim   1.txt   (进入我们编辑的文...
git clone 项目到本地指定目录

git clone 项目到本地指定目录

填写远程和本地项目路径,这样就会将服务器上项目代码克隆到本地了。git -c diff.mnemonicprefix=false -c ...
linux centos6 升级gcc

linux centos6 升级gcc

linux centos6 升级gcc1.下载 repo 到本地wget http://people.centos.org/tru/devtools-2/devtools-2.repo -O /e...
git由https切换到SSH

git由https切换到SSH

生成 SSH 公钥如前所述,许多 Git 服务器都使用 SSH 公钥进行认证。 为了向 Git 服务器提供 SSH 公钥,如果某系统用户尚未拥有密...