摘要:
#!/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... 阅读全文
摘要:
#!/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)... 阅读全文