Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ayushkurlekar/73e37cbe55f2bf0b1f892564efa8e7ac to your computer and use it in GitHub Desktop.
Save ayushkurlekar/73e37cbe55f2bf0b1f892564efa8e7ac to your computer and use it in GitHub Desktop.
Fix-Slow-apt-get-update-Optimize-Kali-Linux-2019-New-Working-Code
Open Terminal and type - leafpad /etc/resolv.conf
add this - nameserver 8.8.8.8
nameserver 8.8.4.4
save and exit
now open new terminal and type - leafpad /etc/apt/sources.list
add this - #Repositories :
deb http://kali.cs.nctu.edu.tw/kali kali-rolling main contrib non-free
deb-src http://kali.cs.nctu.edu.tw/kali kali-rolling main contrib non-free
now save and exit
Open new Terminal and type apt-get update && apt-get upgrade && apt-get dist-upgrade
press enter
now see this working
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment