Git Product home page Git Product logo

bbr's Introduction

BBR

BBR加速一键安装脚本汇总,总有一个适合你,轻松给自己的vps加速,服务器vps加速|bbr加速更换最新内核|bbr plus加速安装|bbr install script

方案一项目地址: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)

bbr's People

Contributors

3981877 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.