
脚本
文章平均质量分 92
Rio520
当你的才华还撑不起你的梦想的时候,就静下心来学习。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
redis集群哨兵模式安装脚本
#!/bin/bash#This is a script to install redis, the source code is compiled and installed. The version number of redis is 4.0.8#Installation dependency packageyum -y install gcc gcc-c++#Down...原创 2020-03-25 23:49:39 · 374 阅读 · 0 评论 -
redis4.0.8单点安装脚本
#!/bin/bash#This is a script to install redis, the source code is compiled and installed. The version number of redis is 4.0.8#Installation dependency packageyum -y install gcc gcc-c++#Down...原创 2020-03-04 12:59:04 · 413 阅读 · 0 评论 -
lnmp安装脚本011
#!/bin/bash./nginx.shif [ $?==0 ];then./mysql.sh if [ $?==0 ];then ./php.sh if [ $?==0 ];then wget http://sourceforge.net/projects/zentao/files/11.6.4/ZenTaoPMS.11.6.4.zip un...原创 2020-01-27 14:59:49 · 206 阅读 · 0 评论