#!/bin/bash###############################################################FileName:c.sh#Version:V1.0#Author:wanglong#Organization:www.oldboyedu.com#CreatedTime:2017-08-2912:01:03#Description:##############################################################yumi..
分类:
Web程序 时间:
2017-10-18 20:10:57
阅读次数:
214
#!/bin/bash#Date:2017-05-05ByAllen_Jol#---------YUmInstallrelatedcomponents------sleep3yuminstall-ygccgcc-c++autoconfautomakelibtoolmakecmakelibjpeglibjpeg-devellibpnglibpng-develfreetypefreetype-devellibpnglibpng-devellibxml2libxml2-develzlibzlib-develglib..
分类:
Web程序 时间:
2017-07-13 19:06:34
阅读次数:
146
目标:一键部署php5.6.0版本环境:CentOS664位桌面版本软件包:链接:http://pan.baidu.com/s/1jIyZrRS密码:q9uu[root@salt-masterhome]#catphp.sh#/bin/bash##CentOS6#./etc/init.d/functionsdir=/root/testdel_dir(){ read-p"需要删除${dir}是否删除[Y|y/N|n]:"del case$del..
分类:
Web程序 时间:
2017-05-12 22:06:07
阅读次数:
214
#!/bin/bash
DIR=$(cd"$(dirname"$0")"&&pwd)
SRCDIR=/usr/local/src
phpVersion="5.6.25"
phpUser=www
phpGroup=www
if[$(id-u)-ne0];then
echo"Pleaserunasroot"
exit1
fi
DISTRO=""
Distributions="CentOSUbuntuRed"
foriin$Distributions
do
cat/etc/*-release|gre..
分类:
Web程序 时间:
2016-09-02 23:38:43
阅读次数:
234
#!/bin/bash
DIR=$(cd"$(dirname"$0")"&&pwd)
SRCDIR=/usr/local/src
phpVersion="5.6.23"
phpUser=www
phpGroup=www
if[$(id-u)-ne0];then
echo"Pleaserunasroot"
exit1
fi
DISTRO=""
Distributions="CentOSUbuntu"
foriin$Distributions
do
cat/etc/*-release|grep"$..
分类:
Web程序 时间:
2016-08-26 15:52:10
阅读次数:
217