廿八的记录与分享
廿八是个偷懒的搬运工
开小招

VPS常用测试脚本

VPS常用测试脚本插图

#测试回程-详细

wget -qO- git.io/autobesttrace | bash

#回程测试

wget --no-check-certificate https://tutu.ovh/bash/returnroute/route && chmod +x route && clear && ./route

#媒体解锁

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

#修改源

bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)

#测速

curl -Lso- bench.sh | bash
bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh)

#回程测试

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

#一键全测脚本

bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
赞赏

开小招

VPS常用测试脚本
#测试回程-详细 wget -qO- git.io/autobesttrace | bash #回程测试 wget --no-check-certificate https://tutu.ovh/bash/returnroute/route && chmod +x route &&am…
扫描二维码继续阅读
2022-08-29
近期文章