Skip to content

Instantly share code, notes, and snippets.

@vinayakg
vinayakg / lists.txt
Last active March 27, 2022 06:59 — forked from ScottHelme/lists.txt
My Pi-hole blocklist list.
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
http://sysctl.org/cameleon/hosts
https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
https://v.firebog.net/hosts/AdguardDNS.txt
https://adaway.org/hosts.txt
https://v.firebog.net/hosts/Easyprivacy.txt
https://v.firebog.net/hosts/Prigent-Ads.txt
https://zerodot1.gitlab.io/CoinBlockerLists/hosts
https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt
@vinayakg
vinayakg / install-m1.rb
Last active March 2, 2022 12:15 — forked from skyl/install.rb
Homebrew without sudo
#!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby
# SET YOUR_HOME TO THE ABSOLUTE PATH OF YOUR HOME DIRECTORY
# chmod +x install.rb
# ./install.rb
if ARGV.length < 1
puts "Too few arguments, please include the folder name to install your packages there"
exit
end