碎碎念鸭鸭 https://t.me/duckduckcute
1-2K壁纸 https://t.me/pic_today
糕手爱吃多伦多 https://t.me/duoldldldldl
卸载 #华为云 监控

整理了需要卸载这个几个组件,以下命令均需要root权限运行:

#ModemManager
systemctl |grep Modem
systemctl stop ModemManager.service
systemctl disable ModemManager.service
apt-get purge --auto-remove -y modemmanager  

#hostguard
dpkg -P hostguard
irqbalance
apt-get purge --auto-remove -y irqbalance

#polkitd
systemctl disable polkit.service
systemctl stop polkit.service

#CloudResetPwdUpdateAgent
bash /CloudrResetPwdAgent/bin/cloudResetPwdAgent.script remove
bash /CloudResetPwdUpdateAgent/bin/cloudResetPwdUpdateAgent.script remove
rm -rf /CloudrResetPwdAgent
rm -rf /CloudResetPwdUpdateAgent
 
 
Back to Top