Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save r4vr4n/a6855a4815e88679f6495b87ad16db0a to your computer and use it in GitHub Desktop.

Select an option

Save r4vr4n/a6855a4815e88679f6495b87ad16db0a 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