LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Background download, (https://www.linuxquestions.org/questions/linux-networking-3/background-download-817998/)

JoeJoe 07-04-2010 04:35 PM

Background download,
 
Hello,
I have a very slow internet connection, I mean slow, really slow, 0.5mbit, downloading an dvd iso takes almost 2 days.I need to download some distro CD's soon, so I have this idea.

Is it possible to set your system to start downloading files when I open it, possibly in tty4 so user changes doesn't effect it and also quene the packages in such a way that download packages get very low priority and don't slow my surfing speed.

I think maybe a script and neat iptables rules can do this, any ideas?

unSpawn 07-04-2010 06:28 PM

Quote:

Originally Posted by JoeJoe (Post 4023776)
Is it possible to set your system to start downloading files when I open it,

Maybe your system but definitely not mine :-]


Quote:

Originally Posted by JoeJoe (Post 4023776)
quene the packages in such a way that download packages get very low priority and don't slow my surfing speed.

Sure you can quene packages, or use 'wget --limit-rate=amount' (man wget), but your downloads will take longer. "very low priority" doesn't mean you won't notice anything: a bottleneck is a bottleneck.


Quote:

Originally Posted by JoeJoe (Post 4023776)
any ideas?

Ever heard of re-inventing the wheel? Search for "LARTC+wondershaper" if you favour a global solution over 'wget --limit-rate'.

JoeJoe 07-05-2010 05:33 AM

Quote:

Originally Posted by unSpawn (Post 4023833)
Maybe your system but definitely not mine :-]

makes sense indeed. :)


Quote:

Originally Posted by unSpawn (Post 4023833)
Sure you can quene packages, or use 'wget --limit-rate=amount' (man wget), but your downloads will take longer. "very low priority" doesn't mean you won't notice anything: a bottleneck is a bottleneck.

yes bottleneck is a bottle neck, but if your bottle is so small, you can't afford the have a neck =)


Quote:

Originally Posted by unSpawn (Post 4023833)
Ever heard of re-inventing the wheel? Search for "LARTC+wondershaper" if you favour a global solution over 'wget --limit-rate'.

thanks, this seems like the idea I wanted,


All times are GMT -5. The time now is 10:05 AM.