VPS必备一切脚本大全 各种VPS一键自动脚本

VPS必备一切脚本大全 VPS一键自动脚本

DD网络重装脚本:系统默认为debian12

moeclub大佬的脚本

bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 12 -v 64 -p 密码 -port 端口 -a -firmware

 

leitbogioro大佬的脚本(推荐)

wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh && bash InstallNET.sh -debian 12 -pwd '密码'

 

beta.gs大佬的脚本

wget --no-check-certificate -O NewReinstall.sh https://raw.githubusercontent.com/fcurrk/reinstall/master/NewReinstall.sh && chmod a+x NewReinstall.sh && bash NewReinstall.sh

5k哥的脚本 风险警告:此人在loc等论坛口碑不良,多次骂人。https://soclearn.org/1keydd/

 

服务器综合测试脚本(融合怪)(推荐)

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

 

性能测试脚本

YABS(推荐)

wget -qO- yabs.sh | bash

 

流量稀缺的服务器(不测试iperf网络)

curl -sL yabs.sh | bash -s -- -i

 

我更喜欢geekbench5(不测试geekbench6)

curl -sL yabs.sh | bash -s -- -5

 

我喜欢geekbench5,但服务器流量稀缺(不测试geekbench6、不测试iperf网络)

curl -sL yabs.sh | bash -s -- -5 -i

 

Geekbench 5 专测脚本 NS论坛大佬@google 开发

bash <(curl -sL gb5.top)

 

LemonBench

wget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fast

 

UnixBench.sh

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

 

THE END
分享
二维码
< <上一篇
下一篇>>