Advertisement
edmar031492

Update Server

Jul 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. apt-get update -y && apt-get install --install-recommends linux-generic-hwe-16.04 -y
  4. echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
  5. echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
  6. shutdown -r +1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement