1、测评类
- IP 质量体检脚本
bash <(curl -Ls IP.Check.Place)
- VPS 融合怪服务器测评脚本
curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 1
- 检测 VPS 内存是否超售的一键脚本
curl https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh | bash
2、工具类
- VPS 一键脚本工具
curl -fsSL https://raw.githubusercontent.com/eooce/ssh_tool/main/ssh_tool.sh -o ssh_tool.sh && chmod +x ssh_tool.sh && ./ssh_tool.sh
- 科技 Lion 脚本工具箱
bash <(curl -sL kejilion.sh)
- 一键更换软件源
bash <(curl -sSL https://linuxmirrors.cn/main.sh)
3、部署类
- Xeefei/3x-ui
bash <(curl -Ls https://raw.githubusercontent.com/xeefei/3x-ui/master/install.sh)
- 宝塔面板 Debian
wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh && bash install_panel.sh ed8484bec
评论区