234 字
1 分钟
VPS常用测试脚本合集
VPS Scripts
开源地址:everett7623/vps_scripts: 一个多功能 VPS 脚本工具集,包含系统更新、测速、IP 质量检测、流媒体解锁测试等多种实用功能。
- 一键安装
bash <(curl -s https://raw.githubusercontent.com/everett7623/vps_scripts/main/vps.sh)
bash <(wget -qO- https://raw.githubusercontent.com/everett7623/vps_scripts/main/vps.sh)
ECS
- 国际用户无加速
export noninteractive=true && curl -L https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && ./goecs.sh env && ./goecs.sh install && goecs
- 国际/国内使用 CDN 加速
export noninteractive=true && curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && ./goecs.sh env && ./goecs.sh install && goecs
- 国内用户使用 CNB 加速
export noninteractive=true && curl -L https://cnb.cool/oneclickvirt/ecs/-/git/raw/main/goecs.sh -o goecs.sh && chmod +x goecs.sh && ./goecs.sh env && ./goecs.sh install && goecs
- 短链接
export noninteractive=true && curl -L https://bash.spiritlhl.net/goecs -o goecs.sh && chmod +x goecs.sh && ./goecs.sh env && ./goecs.sh install && goecs
部分信息可能已经过时