Created
December 19, 2023 10:51
-
-
Save marios88/add0545e025d66ff8a014ae4df89d525 to your computer and use it in GitHub Desktop.
linux Limit speed to 8mb/s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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