How to choose the fastest Debian mirror
If you can't choose a mirror to use with apt, you can use netselect-apt tool.
netselect-apt downloads the full mirror list from Debian's web site and uses the netselect to choose the fastest one. netselect is an implementation of "ping", but it is smarter than "ping".
netselect-apt finds the best mirror and writes a sources.list file that can be used with apt.
To install this tool:
apt-get install netselect-apt
netselect will also be installed, because netselect-apt depends on it.
You can specify which distribution to use, the default is "stable".
netselect-apt testing
You can include non-free section:
netselect-apt -n
You can use ftp mirrors instead of http:
netselect-apt -f
- 0 Comment
- Selcuk Miynat
- 17 May 2009, 10:54
-
You must be login first or sign-up for an account to post comments.
USERBOX
CATEGORIES
MOST READ TODAY
- Syntax highlighting in less
- Disabling reverse dns lookups in ssh
- Calculating SHA Checksums
- Enabling remote desktop on a VirtualBox Machine
- Redirecting tcp / udp ports with socat
- Users with /bin/false shell to login on vsftpd
- How to record a linux session
- Recursively mput with smbclient
- How to extract a deb package without installing
- Booting from an ISO image using qemu
LAST ADDED
- Using iPhone internet sharing over bluetooth under Linux
- Using USB sound card with amarok
- Multi-conditional search and replace (clearing a ftp trojan script example)
- Disabling ipv6 functionality
- How to convert a mp3 file
- How to choose the fastest Debian mirror
- Disabling reverse dns lookups in ssh
- Rewriting destination ip address
- Deleting A File By It's Inode Value
- Learning which libraries are used for a binary
