摘要: 乱七八糟的shell脚本大集合 阅读全文
posted @ 2016-08-11 17:20 巫谢 阅读(1883) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh echo "----------------------------------start install php -----------------------------" yum -y install gcc make gd-devel libjpeg-devel libpng-devel libxml2-devel bzip2-devel libcurl-devel ... 阅读全文
posted @ 2016-08-11 17:19 巫谢 阅读(2397) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh echo "----------------------------------start install nginx -----------------------------" yum install -y gcc-c++ zlib zlib-devel openssl openssl--devel pcre pcre-devel if [ 'grep "nginx" /... 阅读全文
posted @ 2016-08-11 17:19 巫谢 阅读(768) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh if [ -s /etc/my.cnf ];then rm -rf /etc/my.cnf fi echo "----------------------------------start install mysql -----------------------------" yum install -y ncurses gcc gcc-c++ ncurses ncurs... 阅读全文
posted @ 2016-08-11 17:18 巫谢 阅读(5720) 评论(0) 推荐(0) 编辑