阿里云服务器完全卸载AliYun监控教程

闲言碎语

大家一直为注册阿里云国际站买香港的vps所苦恼,今天阿里云国内站出了一个 24rmb/月的香港vps,具体评测不说了,移动和联通直连,电信绕路日本,价格实惠,线路优质,还在等什么?阿里云国内站:领取红包并购买。选择弹性计算->轻量应用服务器。
转载注明:南中阁,你在干什么?

众所周知,阿里云的服务器都自带监控(AliYunDun/阿里云盾/安骑士教程),大家都不想自己的所作所为都被监控着,我们购买的vps用途大家也都懂得,所以我们需要让他的监控失效,卸载监控。

卸载AliYunDun

wget http://update.aegis.aliyun.com/download/uninstall.sh
chmod +x uninstall.sh
./uninstall.sh
wget http://update.aegis.aliyun.com/download/quartz_uninstall.sh
chmod +x quartz_uninstall.sh
./quartz_uninstall.sh

删除AliYunDun残留

pkill aliyun-service
rm -fr /etc/init.d/agentwatch /usr/sbin/aliyun-service
rm -rf /usr/local/aegis*

删除AliYunDun残留

iptables -I INPUT -s 140.205.201.0/28 -j DROP
iptables -I INPUT -s 140.205.201.16/29 -j DROP
iptables -I INPUT -s 140.205.201.32/28 -j DROP
iptables -I INPUT -s 140.205.225.192/29 -j DROP
iptables -I INPUT -s 140.205.225.200/30 -j DROP
iptables -I INPUT -s 140.205.225.184/29 -j DROP
iptables -I INPUT -s 140.205.225.183/32 -j DROP
iptables -I INPUT -s 140.205.225.206/32 -j DROP
iptables -I INPUT -s 140.205.225.205/32 -j DROP
iptables -I INPUT -s 140.205.225.195/32 -j DROP
iptables -I INPUT -s 140.205.225.204/32 -j DROP

以上步骤执行过后我们就将监控卸载完毕了,如有更高需求,请自己dd纯净的系统
转载注明:南中阁,你在干什么?

你可能感兴趣的:(阿里云服务器完全卸载AliYun监控教程)