Skip to content

Instantly share code, notes, and snippets.

@marios88
Created December 19, 2023 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marios88/add0545e025d66ff8a014ae4df89d525 to your computer and use it in GitHub Desktop.
Save marios88/add0545e025d66ff8a014ae4df89d525 to your computer and use it in GitHub Desktop.
linux Limit speed to 8mb/s
sudo tc qdisc del dev enp4s0 root;sudo tc qdisc add dev enp4s0 root tbf rate 2000kbit limit 800kbit burst 800kbit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment