修改系统时区
bash
\cp -f /usr/share/zoneinfo/Asia/Shanghai /etc/localtime安装 Wget
bash
yum install -y wget安装 nslookup
bash
yum install bind-utils获取远程脚本到本地并执行
bash
#1. 获取脚本
wget "https://-----/---.sh"
#2. 增加脚本可执行权限
chmod +x "---.sh"
#3. 执行脚本
./"---.sh"