BBR加速一键安装脚本汇总-1

方案一项目地址:https://github.com/Chikage0o0/Linux-NetSpeed

  • 最常用的脚本(此脚本Ubuntu安装了会导致服务器失联,值得注意的是此脚本已停止更新)
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh"
chmod +x tcp.sh
./tcp.sh
  • 菜单命令
./tcp.sh

方案二项目地址:https://github.com/cx9208/bbrplus

  • 此脚本只能用于CentOS,Centos9目前测试了安装不了,Centos7.6能安装
wget "https://github.com/cx9208/bbrplus/raw/master/ok_bbrplus_centos.sh" && chmod +x ok_bbrplus_centos.sh && ./ok_bbrplus_centos.sh
  • 查看内核版本
uname -r
  • 查看BBR是否启动成功,输入下面代码,显示有bbrplus则启动成功
lsmod | grep bbr

方案三项目地址:https://teddysun.com/489.html

wget --no-check-certificate -O /opt/bbr.sh https://github.com/teddysun/across/raw/master/bbr.sh
chmod 755 /opt/bbr.sh
/opt/bbr.sh
  • 查看内核版本
uname -r
  • 查看BBR是否启动成功
lsmod | grep bbr

方案四项目地址(根据官方文档选择安装)https://github.com/jinwyp/one_click_script

  • 通过 bash安装脚本
bash <(curl -Lso- https://git.io/kernel.sh)
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。