Skip to content

chrischip/BBR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBR For Debian 9

  • Please note that this script is made for and tested on Debian 9 (stretch) ONLY.
  • Other Debian version (e.g. Debian 8 jessie) may work as well but I am not sure.
  • Other Linux system including Ubuntu and CentOS is NOT Compatible!

Install Guide

  • Run the following script on your Debian 9 server with ROOT user or sudo privilige.
wget -N --no-check-certificate https://raw.githubusercontent.com/S8cloud/BBR/master/bbr.sh 
chmod +x bbr.sh && ./bbr.sh install
  • You may need to reboot the server and then run bbr.sh again to start BBR:
./bbr.sh start

Check Guide

If you want to know whether BBR runs well on your Debian 9 server, you can use lsmod | grep tsunami to check. Receiving a message like the follow means you can enjoy BBR right now or you may have to run the bash again!

## Example Message ##

root@Debian:~# lsmod | grep tsunami
tcp_tsunami            16384  8

About

BBR For Debian

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.2%
  • Shell 5.8%