superbench:
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
YABS性能测试:
wget -qO- yabs.sh | bash
测试三网回程 :
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
流媒体测试:
bash <(curl -L -s check.unlock.media)
TikTok测试:
bash <(curl -s https://raw.githubusercontent.com/lmc999/TikTokCheck/main/tiktok.sh)
三网测速脚本:
bash <(curl -Lso- https://git.io/superspeed.sh)
秋水大佬的Bench.sh脚本
wget -qO- bench.sh | bash
TikTok和OPENCHAT媒体监测脚本:
bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh) -m
https://linuxword.com/?p=22846
server监控面板命令
curl -sSLf "https://xxxxx/i?pass=xxxxx&uid=xx&vnstat=1" | bash
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
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 '密码'
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等论坛口碑不良,多次骂人。
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
性能测试脚本
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
bash <(curl -sL gb5.top)
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
网络测试脚本
hyperspeed 三网测速(推荐)(未开源)
bash <(curl -Lso- https://bench.im/hyperspeed)
AutoTrace 三网回程线路显示(推荐)
wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh
Bench 网络带宽及硬盘读写速率(国外部分+国内部分节点)
wget -qO- bench.sh | bash
SuperBench.sh 网络带宽及硬盘读写速率(国内三网+speedtest+fast)
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
超售测试脚本
wget --no-check-certificate -O memoryCheck.sh https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh && chmod +x memoryCheck.sh && bash memoryCheck.sh
内存填充测试
apt-get update
apt-get install wget build-essential -y
wget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp
gcc -l stdc++ memtester.cpp
./a.out
流媒体测试脚本
RegionRestrictionCheck(推荐)
bash <(curl -L -s check.unlock.media)
BBR脚本
一键开启BBR(适用于较新的Debian、Ubuntu)
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
sysctl net.ipv4.tcp_available_congestion_control
lsmod | grep bbr
Linux-NetSpeed(锐速/bbrplus/bbr魔改版)
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh"
chmod +x tcp.sh
./tcp.sh
常用软件脚本
Docker
curl -sSL https://get.docker.com/ | sh