
VPS教程
专注云主机评测和优惠码发布
用了一段时间阿里云的ECS,发现这个阿里云盾(安骑士)功能真心没什么用,还需要长驻内存。上网找找了方法,直接干掉吧,记录一下分享给您。
如果你使用的centos系统,直接就可以卸载:
- service aegis stop
- chkconfig --del aegis
有时候系统卸载不方便,则需要使用脚本来干掉它,脚本为阿里云官方提供,安全放心。
- wget http://update.aegis.aliyun.com/download/uninstall.sh
- sh uninstall.sh
- wget http://update.aegis.aliyun.com/download/quartz_uninstall.sh
- sh quartz_uninstall.sh
- pkill aliyun-service
- rm -fr /etc/init.d/agentwatch /usr/sbin/aliyun-service
- rm -rf /usr/local/aegis*
- 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
执行htop观测几分钟,干净清爽。