You can use apt-spy to get the fastest servers in your area. Just do: How to install apt-spy Code:…

You can use apt-spy to get the fastest servers in your area. Just do:

How to install apt-spy

Code:

apt-get update
apt-get install apt-spy
apt-spy update
apt-spy -d unstable -s GB

Where "unstable" above is the version of Debian you want. You can also use "testing" or "stable". "GB" is the two letter country code. In my case, I use "US". That will search all servers in that country and check their speed. Afterwards, apt-spy will create a new sources.list file using the fastest server it finds.

Rather than restricting it to one country, you can also serch by geographical area:
Code:

apt-spy -d unstable -a Europe

So that it will search all servers in Europe.

It takes a long time to benchmark all the servers, but it does find the fastest one. In my case, it sped up my average download speed by 3 times by switching servers. You can get more information from "man apt-spy" or "apt-spy –help". Good Luck!

Is this a correct sources.list for a debian upgrade from lenny to sid? Code: Select all: # # deb cdrom:[Debian GNU/Linux 5.0.0 _Lenny_ – Official amd64 NETINST Binary-1 2$ #deb cdrom:[Debian GNU/Linux 5.0.0 _Lenny_ – Official amd64 NETINST Binary-1 20$ deb http://ftp.uk.debian.org/debian/ sid …

 

Raony Guimaraes