分享Linux收集的一些自用一键脚本
分享Linux收集的一些自用一键脚本 yabs测试脚本
1 | wget -qO- yabs.sh bash |
SuperSpeed.sh - VPS三网测速脚本
1 | bash <(curl -Lso- https://git.io/superspeed_uxh) |
三网速度测试脚本
1 | bash <(curl -Lso- http://yun.789888.xyz/speedtest.sh) |
服务器一键测试脚本,支持speedtest国内外测速(显示上行、下行、抖动和丢包率)、Geekbench v5单核、多核性能测试,Netflix、YOuTube Premium、BiliBili和iQIYI等流媒体解锁测试,以及中国大陆方向路由测试等集成多项常用linux测试项目。
1 | bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh) |
融合怪测评脚本【个人感觉比较全】
1 | bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh) |
三网回程线路测试脚本
1 | curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf sh |
Bench.sh性能测试脚本
1 | wget -qO- bench.sh bash |
一键开启BBR服务器加速脚本
1 | wget --no-check-certificate -O /opt/bbr.sh https://github.com/teddysun/across/raw/master/bbr.sh |
批量 ping 测试云服务器速度
1 | bash <(curl -sL ping.nuk.one) |
可视化服务器回程路由测试
1 | wget --no-check-certificate https://tutu.ovh/bash/returnroute/route && chmod +x route && clear && ./route |
NextTrace路由追踪
1 | bash <(curl -Ls https://raw.githubusercontent.com/sjlleo/nexttrace/main/nt_install.sh) |
服务器回程路由测试
1 | wget -qO- git.io/besttrace bash |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 39 blog!