常用的VPS测试和实用脚本整合

发布于 2019-11-17  8699 次阅读


整合了一些常用VPS脚本,方便使用的时候找,不定期更新。

[title]测速跑分类[/title]

VPS信息和国内节点概要测试(第三个为修复版,第四个带世界节点):

wget -qO- git.io/superbench.sh | bash
wget -qO- sb.oldking.net | bash
wget --no-check-certificate https://raw.githubusercontent.com/zzycwmx/CDN/master/superbench2.sh && bash superbench2.sh
curl -Lso- bench.sh | bash

国内节点全面测速:

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

 

VPS信息全面测试(含基本信息,内存速度,流媒体解锁,回程路由等):

curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast 

 

VPS自助测试,可自由搭配测试项(需要直接访问):

https://www.91yuntest.com/

 

流媒体解锁测试脚本:

bash <(curl -sSL https://raw.githubusercontent.com/ghostzyy/nf/main/nf.sh)

 

国内外节点综合测试:

wget https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.sh
wget -qO- bench.sh | bash

 

CPU性能专项测试(多核将分别显示单核和多核成绩):

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

综合性能测试,详细的IO数据,包含世界各地节点速度和CPU性能:

curl -sL yabs.sh | bash

 

[title]实用脚本类[/title]

一键安装BBR/BBR plus/锐速(先安装加速的内核,再执行选择开启加速):

wget "https://github.com/cx9208/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

 

宝塔面板一键安装(7.1和5.9版本)

Centos安装7.1命令:

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh

debian安装7.1命令:

wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh

Centos安装5.9命令:

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh

debian安装5.9命令:

wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && bash install.sh

 

[title]重装系统DD脚本[/title]

VPS多系统系统整合一键DD命令(不适用于OVZ,命令执行后,可以看到密码等登录信息,建议用下面几个命令,这个容易翻车):

wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-gd.sh && chmod +x dd-gd.sh && ./dd-gd.sh

一键DD成Win2012(用户名:Administrator 密码:WinSrv2012r2x64-Chinese)

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://down.80host.com/iso/dd/WinSrv2012r2x64-Chinese.vhd.gz'

一键DD成debian脚本(系统编号可改,密码可改) :

bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 9 -v 64 -p 'ddlinux' -a -firmware

一键DD成debian11脚本:

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

最新DD脚本

bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 10 -v 64 -p "自定义root密码" -port "自定义ssh端口"

 


一沙一世界,一花一天堂。