Skip to content

Instantly share code, notes, and snippets.

@pandada8
Last active March 2, 2017 11:38
Show Gist options
  • Save pandada8/3d4f92095e1bd54e8941553e6e6400d0 to your computer and use it in GitHub Desktop.
Save pandada8/3d4f92095e1bd54e8941553e6e6400d0 to your computer and use it in GitHub Desktop.
debian init
sed -i "s/jessie/stretch/g" /etc/apt/sources.list && apt update -y && apt dist-upgrade -y && printf "net.ipv4.tcp_congestion_control=bbr\nnet.core.default_qdisc=fq" >> /etc/sysctl.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment