vps常用脚本及优质项目推荐

本文最后更新于:2023年11月23日 晚上

常用脚本

BBR 一键脚本

1
wget -N --no-check-certificate "https://raw.githubusercontent.com/ylx2016/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

流媒体测试

1
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

回程路由测试

1
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh

一键测试;秋水逸冰

1
wget -qO- bench.sh | bash

一键测试:yabs

1
wget -qO- yabs.sh | bash

一键测试:融合怪脚本

1
bash <(wget -qO- bash.spiritlhl.net/ecs)

优质项目

x-ui:集成xray的可视化面板
https://github.com/vaxilu/x-ui
trojan-panel:继承naiveproxy、Hysteria等多种协议的面板
https://github.com/trojanpanel/install-script
alist:极佳的存储挂载程序
https://github.com/alist-org/alist
oi-wiki:算竞学习优质文档
https://github.com/OI-wiki/OI-wiki
CloudflareSpeedTest:优选CF IP,测试 Cloudflare CDN 延迟和速度,获取最快 IP
https://github.com/XIU2/CloudflareSpeedTest
Clash.Meta:Now has been removed.
https://github.com/MetaCubeX/Clash.Meta


vps常用脚本及优质项目推荐
https://blog.funfs.com/sharing/vps-script/
作者
Godtokoo
发布于
2023年11月23日
许可协议