Forked from kuamit5516/Fix-Slow-apt-get-update-Optimize-Kali-Linux-2019
Created
May 22, 2020 15:14
-
-
Save r4vr4n/a6855a4815e88679f6495b87ad16db0a to your computer and use it in GitHub Desktop.
Revisions
-
kuamit5516 created this gist
Jan 22, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ 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