234 字
1 分钟
VPS常用测试脚本合集
2023-03-20
统计加载中...

VPS Scripts#

开源地址:everett7623/vps_scripts: 一个多功能 VPS 脚本工具集,包含系统更新、测速、IP 质量检测、流媒体解锁测试等多种实用功能。

  • 一键安装
Terminal window
bash <(curl -s https://raw.githubusercontent.com/everett7623/vps_scripts/main/vps.sh)
Terminal window
bash <(wget -qO- https://raw.githubusercontent.com/everett7623/vps_scripts/main/vps.sh)

image.png

ECS#

开源地址:oneclickvirt/ecs: VPS融合怪服务器测评项目 GO版本 VPS Fusion Monster Server Test GO Version 尽量成为最全能的服务器测评项目,使用 Go 实现,无需任何环境依赖。 Aiming to be the most comprehensive server testing project, implemented in Go with zero environment dependencies.

  • 国际用户无加速
Terminal window
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 加速
Terminal window
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 加速
Terminal window
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
  • 短链接
Terminal window
export noninteractive=true && curl -L https://bash.spiritlhl.net/goecs -o goecs.sh && chmod +x goecs.sh && ./goecs.sh env && ./goecs.sh install && goecs

image.png

VPS常用测试脚本合集
https://www.cuteleaf.cn/posts/system-ops/vps-test-scripts-collection/
作者
夏叶
发布于
2023-03-20
许可协议
CC BY-NC-SA 4.0

部分信息可能已经过时