常用脚本合集


概述

本人经常买“小鸡”,需要测试网络及IO等等,为了方便自己,所以做了一个集合,不定期更新。
所有的内容都是收集自网络。

融合怪脚本

curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh

多合一脚本

wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh

Hyperspeed

bash <(curl -so- https://raw.githubusercontent.com/linconbb/bim-core/main/hyperspeed.sh)

Speedtest

bash <(curl -sL bash.icu/speedtest)

SuperSpeed

bash <(curl -Lso- https://git.io/superspeed_uxh)

Superbench

wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

Bench

wget -qO- bench.sh | bash

Yabs

wget -qO- yabs.sh | bash

UnixBench

wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && chmod +x unixbench.sh && clear && ./unixbench.sh

回程路由脚本

wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh

流媒体解锁查看

bash <(curl -L -s check.unlock.media)
bash <(curl -L -s media.ispvps.com)

添加swap分区

wget https://pan.keesir.com/Other/swap.sh && bash swap.sh

综合测试脚本

bash <(wget -qO- https://pan.keesir.com/Other/superbench.sh)

 

声明:科先森's Blog|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA协议进行授权

转载:转载请注明原文链接 - 常用脚本合集


一个小白的记录