Skip to content

Instantly share code, notes, and snippets.

View ayushkurlekar's full-sized avatar
🏠
Working from home

Ayush Kurlekar ayushkurlekar

🏠
Working from home
  • India
View GitHub Profile
@ayushkurlekar
ayushkurlekar / Fix-Slow-apt-get-update-Optimize-Kali-Linux-2019
Created November 3, 2020 09:57 — forked from kuamit5516/Fix-Slow-apt-get-update-Optimize-Kali-Linux-2019
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