RUNBOOK
使用前
下列命令多数会把远程脚本直接交给 bash。这是第三方产物:先 curl 下来读,再决定要不要跑。本页是 runbook 索引,不是背书。
综合测试
bash <(curl -sL https://run.NodeQuality.com)
wget -qO- bench.sh | bash
wget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fast
bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
bash <(curl -sL https://raw.githubusercontent.com/LloydAsp/NodeBench/main/NodeBench.sh)
性能
curl -sL yabs.sh | bash
curl -sL yabs.sh | bash -s -- -i5
流媒体 / IP 质量
bash <(curl -L -s check.unlock.media)
bash <(curl -sL Media.Check.Place)
bash <(curl -sL IP.Check.Place)
测速
bash <(curl -sL bash.icu/speedtest)
bash <(curl -Lso- https://bench.im/hyperspeed)
wget -qO- nws.sh | bash
回程
curl https://raw.githubusercontent.com/ludashi2020/backtrace/main/install.sh -sSf | sh
wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh
调优 / 常用
wget https://www.moerats.com/usr/shell/swap.sh && bash swap.sh
wget --no-check-certificate https://raw.githubusercontent.com/FunctionClub/Fail2ban/master/fail2ban.sh && bash fail2ban.sh 2>&1 | tee fail2ban.log
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
wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh
环境
bash <(curl -sL 'https://get.docker.com')
apt install iperf3
综合工具箱
apt update -y && apt install -y curl && bash <(curl -sL kejilion.sh)
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh
索引自 NodeSeek 《【合集】常用VPS脚本》
返回工具箱 01 计算器 · 02 检查命令 · 03 IP 查询