Answers for "How to limit network bandwidth on linux"

0

How to limit network bandwidth on linux

$ sudo apt-get install trickle

$ trickle -d 25 -u 15 chrome
Posted by: Guest on April-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language