腾讯云 ——「绿色」云服务器
2024-11-21 09:25:53
# Tricks
卸载安全监控组件
查看服务器的定时任务
1 | crontab -l |
直接卸载
1 | bash /usr/local/qcloud/stargate/admin/uninstall.sh |
查看是否存在 TAT 自动化助手
1 | ps -A |grep agent |
卸载助手
1 | systemctl stop tat_agent |
直接重装系统
使用大神 leitbogioro 的 一键装机脚本
下载脚本
1 | wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh |
国内机器可以从 Gitee 下载
1 | wget --no-check-certificate -qO InstallNET.sh 'https://gitee.com/mb9e8j2/Tools/raw/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh |
重装 Debian
1 | bash InstallNET.sh -debian [9~12] |
重装 Ubuntu
1 | bash InstallNET.sh -ubuntu [20.04~22.04] |
重装 Windows
1 | bash InstallNET.sh -windows [10~11] |
自定义镜像源安装
1 | bash InstallNET.sh -debian 12 -mirror "http://ftp.riken.jp/Linux/debian/debian/" |
重装后的密码默认:LeitboGi0ro
可通过 -pwd
自定义密码:-pwd 'root'
默认 ssh 端口跟随原系统,原来的端口为 8888,重装后也是 8888
可通过 -port
自定义端口:-port 66
(范围:1-65535)