Distro Debian, tidak seperti Fedora yang memiliki plugin YUM (fastest-mirror) untuk mencari mirror tercepat dari lokasi anda, di Debian kita menggunakan netselect. Cara instalasinya sangat mudah
su -c "apt-get install netselect-apt -y"
setelelah selesai di install jalankan perintah
su -c "netselect-apt"
nanti dibagian paling akhir muncul pemberitahuan
Running netselect to choose 1 out of 390 addresses. ............................................................................................................................................................................................................................................ The fastest 10 servers seem to be: http://ftp-nyc.osuosl.org/debian/ http://mirror.us.leaseweb.net/debian/ http://debian.savoirfairelinux.net/debian/ http://debian.mirror.iweb.ca/debian/ http://mirrors.advancedhosters.com/debian/ http://debian.bhs.mirrors.ovh.net/debian/ http://mirror.steadfast.net/debian/ http://debian.lcs.mit.edu/debian/ http://mirrors.acm.jhu.edu/debian/ http://ftp-chi.osuosl.org/debian/ Of the hosts tested we choose the fastest valid for HTTP: http://ftp-nyc.osuosl.org/debian/ Writing sources.list. Done.
buka file sources.list isinya ngikut dari hasil test diatas
# Debian packages for stable deb http://ftp-nyc.osuosl.org/debian/ stable main contrib # Uncomment the deb-src line if you want 'apt-get source' # to work with most packages. # deb-src http://ftp-nyc.osuosl.org/debian/ stable main contrib # Security updates for stable deb http://security.debian.org/ stable/updates main contrib
dari hasil sebelum menggunakan mirror terdekat ini kecepatan download saya cuma dapat 100 KB/s
setelah pake mirror terdekat
Fetched 50.6 MB in 8s (6,281 kB/s)