综合性能测试

1.融合怪脚本-集百家之长,目前最全的测试脚本,没有之一 GITHUB
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
2.YABS脚本 GITHUB
curl -sL yabs.sh | bash
3.unixbench跑分
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh
chmod +x unixbench.sh
./unixbench.sh
4.硬盘测试
dd bs=64k count=4k if=/dev/zero of=test oflag=dsync
5.Geekbench5测试 (YABS默认G6)
curl -sL yabs.sh|bash -s -- -if -fdi5

网络类

1.路由测试-Testtrace (基于Nexttrace)
wget https://ghproxy.com/https://raw.githubusercontent.com/vpsxb/testrace/main/testrace.sh -O testrace.sh && bash testrace.sh
2.Realm公网隧道/转发一键脚本
wget -N --no-check-certificate https://git.io/realm.sh && chmod +x realm.sh && ./realm.sh
3.X-UI FranzKafkaYu版
bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)
4.3X-UI 深度二开版
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
5.单线程speedtest测速(国内三网节点)
bash <(curl -Lso- https://bench.im/hyperspeed)
6.BBR V3/Plus等一键脚本
wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
7.Hysteria一键脚本
wget -N https://gitlab.com/rwkgyg/hysteria-yg/raw/main/hysteria.sh && bash hysteria.sh
8.Iptables管理脚本
wget -N --no-check-certificate https://zhujiwiki.com/wp-content/uploads/2020/01/iptables-pf.sh && chmod +x iptables-pf.sh
bash iptables-pf.sh
9.流媒体检测
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
10.Hyperspeed
bash <(curl -Lso- https://bench.im/hyperspeed)
11.warp综合脚本
wget -N https://gitlab.com/fscarmen/warp/-/raw/main/api.sh && bash api.sh [option]
12.一键申请SSL
bash <(curl -s -L git.io/dmSSL)
13.speedtest-cli
wget https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-x86_64.tgz
tar -xvzf ookla-speedtest-1.2.0-linux-x86_64.tgz
chmod +x speedtest
mv speedtest /usr/bin

国内机器专用脚本

1.一键换源
bash <(curl -sSL https://linuxmirrors.cn/main.sh)
2.国内一键安装docker
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/DockerInstallation.sh)

其他常用脚本

1.一键DD系统
apt update -y && apt dist-upgrade -y

apt-get install -y xz-utils openssl gawk file wget screen && screen -S os

wget --no-check-certificate -O AutoReinstall.sh https://git.io/betags && chmod a+x AutoReinstall.sh && bash AutoReinstall.sh
2.Aria2 完美配置
wget -N git.io/aria2.sh && chmod +x aria2.sh
3.超售检测
curl https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.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