top of page
In this guide i will show you how to make ur "apt-get" download more faster
I done this in Kali-Linux
Using Command Line Method
1. Open sources.list
# leafpad /etc/apt/sources.list
2. Change from HTTP to REPO
# sudo mn --test pingall
#deb http://http.kali.org/kali kali-rolling main contrib non-free
to
deb http://repo.kali.org/kali kali-rolling main contrib non-free
2. Update
# apt-get update
2. Update *Optional
# apt-get upgrade
Done.
Make apt-get Faster
bottom of page