SuperBench测速脚本

wget -qO- git.io/superbench.sh | bash

显示系统版本,配置,网络等


ZBench测速脚本

wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh

显示系统版本,配置,网络(更详细)等


bench测速脚本

wget -qO- bench.sh | bash

显示系统版本,配置,网络(只下行速度)




BBR+BBR魔改+Lotsever(锐速)一键脚本 for Centos/Debian/Ubuntu

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
下载类

Peerflix Server 一键安装管理脚本(BT下载):

wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/pserver.sh && chmod +x pserver.sh && bash pserver.sh

探针类

ServerStatus 云服务器监控 :

wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/status.sh && chmod +x status.sh && bash status.sh

中转类

tinyPortMapper 端口中转(TCP+UDP) :

wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/tinymapper.sh && chmod +x tinymapper.sh && bash tinymapper.sh

使用命令(示例):

cd /usr/local/tinyPortMapper

nohup ./tinymapper -l 0.0.0.0:1234 -r 7.7.7.7:1234 -t -u > /tmp/tinymapper.log 2>&1 &

示例中 0.0.0.0:1234为将本机端口1234 转发至 7.7.7.7:1234 目标机ip+端口1234