With parameter --limit-rate=80k, downloading speed with wget can be limited in 80k/s.
url="http://caesar.acc.umu.se/debian-cd/current/amd64/iso-cd/debian-8.7.1-amd64-CD-1.iso"; wget --limit-rate=80k -c $url -O /tmp/debian.iso Now I want to control the download speed within 80k/s too in firefox. How to set a limit?
Can iptable or tc do the task?
