卸载腾讯云监控及安装开心版BT

1、先卸载腾讯云监控


#直接复制粘贴全部到SSH窗口即可
sudo -i
systemctl stop tat_agent
systemctl disable tat_agent
/usr/local/qcloud/stargate/admin/uninstall.sh
/usr/local/qcloud/YunJing/uninst.sh
/usr/local/qcloud/monitor/barad/admin/uninstall.sh
rm -f /etc/systemd/system/tat_agent.service
rm -rf /usr/local/qcloud
rm -rf /usr/local/sa
rm -rf /usr/local/agenttools
rm -rf /usr/local/qcloud
process=(sap100 secu-tcs-agent sgagent64 barad_agent agent agentPlugInD pvdriver )
for i in ${process[@]}
do
  for A in $(ps aux | grep $i | grep -v grep | awk '{print $2}')
  do
    kill -9 $A
  done
done

#检查有没卸载干净
ps -A | grep agent

2、安装BBR


wget https://cdn.jsdelivr.net/gh/helloxz/shell@master/bbr.sh && bash bbr.sh

3、安装BT


//宝塔去强制登陆)如果是原版
rm -f /www/server/panel/data/bind.pl

//安装宝塔纯净版
# 宝塔企业版破解版
Centos安装命令
yum install -y wget && wget -O install.sh http://download.fenhao.me/ltd/install/install_6.0.sh && sh install.sh
Ubuntu / Deepin安装命令:
wget -O install.sh http://download.fenhao.me/ltd/install/install-ubuntu_6.0.sh && bash install.sh
wget -O install.sh http://download.fenhao.me/ltd/install/install-ubuntu_6.0.sh && sudo bash install.sh
# 宝塔专业版破解版
Centos安装命令
yum install -y wget && wget -O install.sh http://download.fenhao.me/install/install_6.0.sh && sh install.sh
Ubuntu / Deepin安装命令:
wget -O install.sh http://download.fenhao.me/install/in
0 打赏
未经允许不得转载:杨哥视界 » 卸载腾讯云监控及安装开心版BT
分享到

评论 抢沙发

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续给力更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫打赏

微信扫一扫打赏