VPS常用测试脚本合集
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
支持与分享
如果这篇文章对你有帮助,欢迎分享给更多人或赞助支持!
最后更新于 2023-03-20,距今已过 1085 天
部分内容可能已过时
相关文章 智能推荐
1
Debian系统常用命令
系统运维 Debian系统常用的安装、更新、卸载命令以及更换国内源的方法。
2
Linux常用快捷键和命令
系统运维 Linux终端中常用的快捷键和命令总结。
3
Linux设置定时任务,定时运行Python脚本
系统运维 在Linux中使用crontab设置定时任务来运行Python脚本的方法。
4
Debian系统重置忘记的 root 密码
系统运维 忘记root密码怎么办?教你重置忘记的 root 密码
5
Linux使用 NVM 安装 NodeJS
系统运维 使用 Node Version Manager (NVM) 安装和管理多个 NodeJS 版本。
随机文章 随机推荐