摘要: echo -e "\033[34mstop server:\033[0m" service iptables stop service NetworkManager stop chkconfig --del iptables chkconfig --del NetworkManager setenforce 0 cat /etc/redhat-release | cut -d' ' -f3 | c... 阅读全文
posted @ 2016-10-25 09:42 quicksand.F 阅读(218) 评论(0) 推荐(0)
摘要: #!/bin/bash wget -P /expect_zabbix/ http://10.107.2.44/zabbix_agent/check.sh . /expect_zabbix/check.sh groupadd zabbix /usr/sbin/useradd -g zabbix -s /sbin/nologin zabbix pkill ntp && ntpdate 10.107.2... 阅读全文
posted @ 2016-10-25 09:38 quicksand.F 阅读(246) 评论(0) 推荐(0)