记录一下常用工具
yum -y install vim*
yum install net-tools
yum install telnet
yum -y install wget
yum install bind-utils -y
yum install -y unzip zip
ntpdate time.windows.com
#命令不存在则执行
yum install ntpdate -y
#时间同步工具
yum -y install ntp
#启动
systemctl start ntpd
#开机自启
systemctl enable ntpd