摘要: #!/bin/bash #2019.7.28 15:14 #This author is DKS #auto install nginx mysql php ################################### NGINX_VER="1.12.0" NGINX_SOFT="nginx-$NGINX_VER" NGINX_SRC="${NGINX_SOFT}.tar.gz" N... 阅读全文
posted @ 2019-07-29 15:04 IMSCZ 阅读(216) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash #2019.7.28 18:52 #This author is DKS #auto modify ip of linux ############################### IP_NAME="ifcfg-ens33" IP_DIR="/etc/sysconfig/network-scripts/" TEMP=$(mktemp -t test.XXXXXX)... 阅读全文
posted @ 2019-07-29 15:02 IMSCZ 阅读(194) 评论(0) 推荐(0) 编辑