Skip to content

Instantly share code, notes, and snippets.

View Sanju525's full-sized avatar
🎯
Focusing

Seelam Sanjay Ganesh Sanju525

🎯
Focusing
View GitHub Profile

Improving heat management after macbookpro 2011 discrete GPU fix, also a script to automate part of the fix process

Taken from StackExchange

Thanks to LangLangC

NOTE: This is experimental; works for some people, not for others

Improved thermal and power management

@kuamit5516
kuamit5516 / Fix-Slow-apt-get-update-Optimize-Kali-Linux-2019
Created January 22, 2019 12:00
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