admin 2019-3-2 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显示系统版本,配置,网络(只下行速度)
admin 2019-3-2 BBR+BBR魔改+Lotsever(锐速)一键脚本 for Centos/Debian/Ubuntuwget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
admin 2019-3-2 下载类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/tinyPortMappernohup ./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