之前也简单介绍过BBR相关的信息,最近折腾一台OVH的服务器的时候,又接触了一个功能比较全面的一键BBR脚本,可以一键个更换最新内核,一键更换xanmod内核,一键开启BBR、BBRplus、BBR2、BBR+FQ、BBR+CAKE等等多个功能。喜欢折腾的可以试试,不过注意尽量不要在已经有生产环境的VPS上折腾,以防万一。
1、命令使用截图
2、执行脚本前准备工作
CentOS系
yum install ca-certificates wget -y && update-ca-trust force-enable
Debian/Ubuntu系
apt-get install ca-certificates wget -y && update-ca-certificates
3、一键命令
不卸载内核版本命令
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
4、更多详细信息及更新记录
请访问:https://blog.ylx.me/archives/783.html