一个功能比较全面的一键BBR脚本,可以一键个更换最新内核,一键更换xanmod内核,一键开启BBR、BBRplus、BBR2、BBR+FQ、BBR+CAKE等等多个功能。
执行脚本前先运行以下命令:
Centos系列
yum install ca-certificates wget -y && update-ca-trust force-enable
Debian系列
apt-get install ca-certificates wget -y && update-ca-certificates
一键脚本
不卸载内核命令
wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
卸载内核命令
wget -O tcp.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
脚本出处:请访问:https://blog.ylx.me/archives/783.html