2017年4月11日

nginx 一键安装

摘要: #!/bin/bash #This was create by steven #creat time 2017/04/06 #定义nginx软件安装所需要的软件包函数 nginx_dependency_install(){ echo "Wait a moment it need some time to install these software" /usr/bin/yum install p... 阅读全文

posted @ 2017-04-11 11:00 明明叨叨 阅读(219) 评论(0) 推荐(0) 编辑

通过菜单一键安装mysql

摘要: #!/bin/bash #create by steven #create date 2017/04/07 ###########define variable . /etc/init.d/functions version="mysql-5.5.54-linux2.6-x86_64" #mysql software version install_path=/application/mysql-... 阅读全文

posted @ 2017-04-11 10:58 明明叨叨 阅读(128) 评论(0) 推荐(0) 编辑

导航