阿里雲ECS關閉刪除安騎士

2022-07-25 03:57:10 字數 1882 閱讀 1726

linux 伺服器運維人員,都有一定程度的「潔癖」,既然是沒有卵用的東西,自然就要關停掉,作為乙個常駐後台的程序始終給人的感覺怪怪的。

其實已經注意這貨很久了,以前是擔心會對阿里雲服務有影響,後來發現僅僅是個擺設而已,

不搜尋不知道,竟然有那麼多站長們都已經關閉和清除阿里雲盾(安騎士)了,並且好像方法還有好多種呢

阿里云云盾管理頁面:

阿里雲官網手動解除安裝:

wget 

sh uninstall.sh

wget

sh quartz_uninstall.sh

pkill aliyun-service

rm -rf /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

使用 chkconfig --list 檢視開機啟動裡面這個軟體的服務名是什麼,然後 off 掉 aegis 執行就可以了。

chkconfig --list

如果想開機不啟動的話,chkconfig --del aegis 這個 aegis 就是你找出來的 aliyundun 的後台服務。

service aegis stop # 停止服務

chkconfig --del aegis # 刪除服務

阿里雲伺服器查殺關閉雲盾程序

# top
查殺關閉雲盾程序處理過程如下:

# ps -ef | grep -v grep | grep -i aliyundun

# ps -ef | grep -v grep | grep -i aliyundun | awk ''

# ps -ef | grep -v grep | grep -i aliyundun | awk '' | xargs kill -9

刪除阿里雲登入介面歡迎資訊

welcome to ubuntu 17.04 (gnu/linux 4.10.0-19-generic x86_64)

* documentation:

* management:

* support:

welcome to alibaba cloud elastic compute service !

last login from

檢視 vim /etc/motd(設定登入歡迎介面)

阿里雲ECS關閉刪除安騎士

linux 伺服器運維人員,都有一定程度的 潔癖 既然是沒有卵用的東西,自然就要關停掉,作為乙個常駐後台的程序始終給人的感覺怪怪的。其實已經注意這貨很久了,以前是擔心會對阿里雲服務有影響,後來發現僅僅是個擺設而已,不搜尋不知道,竟然有那麼多站長們都已經關閉和清除阿里雲盾 安騎士 了,並且好像方法還有...

如何關閉或刪除阿里云云盾安騎士

原文 停止並刪除安騎士服務 service aegis stop 停止服務 chkconfig del aegis 刪除服務 解除安裝安騎士服務1 分別執行以下命令 2 清理刪除殘留 iptables i input s 140.205.201.0 28 j drop iptables i inpu...

阿里雲ECS使用

按流量計費設定使用ali映象源 使用 epel 庫安裝 docker rpm elvm2 7 2.02 105 14 el7.x86 64 curl ssl sh 配置docker加速器 您可以使用如下的指令碼將mirror的配置新增到docker daemon的啟動引數中。系統要求 centos ...