I have a very large download to perform which is low priority.
Can I throttle back the networking speed of my Ubuntu 18.10 so this download does not bog down my connection which is shared with other computers?
I am on a home wifi connection.
I can use a browser to perform this download or wget, etc... yet do not see such a setting.
wget
has--limit-rate
option for limiting the download speed; fromman wget
:FWIW,
curl
also has a similar--limit-rate
option for controlling both upload and download speeds. Checkman curl
.