【教程】阿里云服务器安骑士占用内存?如何卸载?教你几步卸载安骑士!

前言

博主小俊的博客放在阿里云的ECS上,已经用了一个来月,发现这个阿里云服务器自带的安骑士功能真心没什么用,还需要占用许多内存,如果你还是用来做某些不可描述的事情,那就更要卸载掉安骑士了(据说安骑士会监控?,上网找了个方法,直接卸载,在这里把方法分享下给你!

阿里云安骑士

CentOS 系统

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观测几分钟,干净清爽!!!

我的博客即将同步至腾讯云+社区,邀请大家一同入驻:https://cloud.tencent.com/developer/support-plan?invite_code=kgl9gblwtscx

© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享
评论 共2条
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片
    • 头像0w00
      • hermit的头像-小俊博客hermit等级-LV1-小俊博客作者0