| |
|
|
|
|
Linux tips and tweaksDownload files in the background and limit the bandwidthDownloading files from the internet is easy and it is possible to set several going at once. The problem with downloading files using a web browser is that they download at the maximum speed that is possible. Sometimes that is exactly what you want, but this is not always true and if you are downloading at full speed and using all the bandwidth then it may be difficult or impossible to perform another task at the same time. Try watching an online video while a couple of downloads are taking place, or having a video chat with someone, or even just browsing the web. There may not be enough bandwidth left to do this properly. What you need is a way of limiting the bandwidth that downloads use and to let the run quietly in the background while you carry on using the web. This is easier than you might think. To download files in the background you just need to use a command-line utility called wget. To download a file at maximum speed you just enter
You don't want to have to type in long and complicated URLs of files, so here's what to do. Open a Terminal window and change to the Downloads directory by typing It's possible that not all distros have this drag and drop facility, but it works fine with Ubuntu. Try it with your distro and limit the bandwidth of your downloads if you need to.
|