一、一键启用BBR
有可能会造成机器无法启动,提前做好数据备份。
SSH下,root用户
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh
二、一键查看主机配置、到国内网速等信息
纯净,不安装任何东西。均为国内节点。
wget -qO- bench.sh | bash
三、一键测试主机到国内三网速度
去除性能测试,可一键三网测速,适合各大Linux系统
bash <(curl -Lso- https://git.io/superspeed)