Skip to content

Instantly share code, notes, and snippets.

@sorasoras
sorasoras / enable_bbr.sh
Last active January 6, 2018 07:23
Update linux kernel and enable google bbr on ubuntu
#!/bin/sh
# update kernel
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.15-rc6/linux-image-4.15.0-041500rc6-generic_4.15.0-041500rc6.201712312330_amd64.deb
dpkg -i linux-image-4.15.0*.deb
update-grub
# check kernel
uname -a