摘要: ```bash#!/bin/bashNgx_bag="nginx-1.14.0"Ngx_src="${Ngx_bag}.tar.gz"Ngx_dir=/usr/local/nginx_14# 安装nginx依赖软件function install_depend_package { yum install gcc-c++ zlib-devel pcre-devel automake ... 阅读全文
posted @ 2020-01-14 21:06 IMSCZ 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 1.CentOS6 (1)以rsync为例 bash !/bin/bash chkconfig: 2345 20 80 description: rsync.sh function start_rsync { if [ ! s /var/run/rsyncd.pid ];then /usr/bin/ 阅读全文
posted @ 2020-01-14 19:03 IMSCZ 阅读(814) 评论(0) 推荐(0) 编辑