Skip to content

Instantly share code, notes, and snippets.

@Atavic
Atavic / Firefox Zero user.js
Last active February 14, 2023 13:05
rev20210116
View Firefox Zero user.js
// Firefox Zero user.js
// rev20210116
// Privacy & Local Storage
user_pref("browser.bookmarks.max_backups", 0); // No bookmarks backup
user_pref("browser.cache.disk.enable", false); // Disable disk cache
user_pref("browser.cache.offline.enable", false); // Disable offline cache
user_pref("browser.messaging-system.whatsNewPanel.enabled", false);
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
@Atavic
Atavic / make-mega-adblock-hostsfile.sh
Last active February 22, 2021 19:50
Create Mega Adblock Hostsfile for use with Dnsmasq (Modified from Pi-hole)
View make-mega-adblock-hostsfile.sh
#!/bin/bash
# Modified Pi-hole script to generate a generic hosts file
# for use with dnsmasq's addn-hosts configuration
# original : https://github.com/jacobsalmela/pi-hole/blob/master/gravity-adv.sh
# Address to send ads to. This could possibily be removed, but may be useful for debugging purposes?
destinationIP="0.0.0.0"
outlist='./final_blocklist.txt'
tempoutlist="$outlist.tmp"
@Atavic
Atavic / Installing Linux-Lite (or Linux-Mint) from the start on Oracle-VirtualBox.txt
Created March 5, 2019 21:46
Installing Linux-Lite (or Linux-Mint) from the start on Oracle-VirtualBox
View Installing Linux-Lite (or Linux-Mint) from the start on Oracle-VirtualBox.txt
download linux lite 'linux-lite-4.2-64bit.iso'
http://mirror.alpix.eu/linuxliteos/isos/4.2/linux-lite-4.2-64bit.iso
create a new machine, based on 'linux 2.6' without creating an hard-drive.
enter settings/storage, remove everything click [OK], enter settings/storage again add IDE-controller click [OK], enter settings/storage again add cdrom (empty) and new hard-disk (60GB) click [OK].
settings/general: set 'shared-clipboard' and 'dragndrop' to 'bidirectional'.
settings/system/processor tab: check ON: 'Enable PAE/NX', select two CPUs.
settings/display/screentab: set RAM to 64MB. set 'Graphics Controller' to: 'VBoxVGA'. check ON: 'Enable 3D Acceleration'.
settings/shared-folders: add 'C:', 'D:', 'E:',... and select auto-mount for-each.
@Atavic
Atavic / 60gb_basic_unix_vm.7z
Created March 5, 2019 21:46
Basic Linux VirtualMachine Ready To Be Imported To VirtualBox, 60GB Hard-Disk (Dynamically Resized) - Only 3KB 7zip Archive!
@Atavic
Atavic / trrprefs.md
Created November 18, 2018 13:08 — forked from bagder/trrprefs.md
trr prefs
View trrprefs.md

NOTE

A blog post with more updated info then this has been posted here

Preferences

All preferences for the DNS-over-HTTPS functionality in Firefox are located under the "network.trr" prefix (TRR == Trusted Recursive Resolver). The support for these are targeted for shipping in release Firefox 62.

network.trr.mode

set which resolver mode you want.

@Atavic
Atavic / Raspberry_OS.md
Last active September 24, 2018 16:06
Raspberry Pi OS Images
View Raspberry_OS.md
Distro Based on Linux Kernel
Alpine Linux 4.14.69
Arch Linux ARM 4.18.9
Devuan GNU+Linux Debian 4.16.12
DietPi Debian 4.12.6
Raspbian Debian Stable 4.14
Fedora 27 Red Hat 4.13.9
Gentoo Linux 4.18.3
Kali Linux Debian Testing 4.17.8
View Prevent Mail Spam with disposable, temporary Accounts.txt
http://www.guerrillamail.com/
http://www.tempinbox.com/
http://www.mailinator.com
http://www.temporaryinbox.com
http://www.10minutemail.com/10MinuteMail/index.html
http://www.mbx.cc/
http://www.yopmail.com/en/
https://moakt.com
http://www.fakenamegenerator.com/
https://temp-mail.org/en/
@Atavic
Atavic / user.js
Created May 3, 2018 18:41
user.js fingerprinting hardening no-automatic-connections privacy security tracking
View user.js
/**** INFO, REPOS **/
/** github.com/pyllyukko/user.js **/
/** github.com/ghacksuserjs/ghacks-user.js **/
/** github.com/atavic/legacy-user.js **/
/**** CACHE, STARTUP **/
user_pref("app.normandy.enabled", false);
user_pref("app.normandy.api_url", ""); // AUTOCONN
user_pref("app.shield.optoutstudies.enabled", false); // AUTOCONN
user_pref("app.update.auto", false);
user_pref("app.update.enabled", false);
@Atavic
Atavic / gist:c6413717d9c9798e2cd906e68d937361
Created March 11, 2018 22:43
windows 10 connection endpoints
View gist:c6413717d9c9798e2cd906e68d937361
Endpoints for Windows 10 Home
Destination Protocol Description
*.tlu.dl.delivery.mp.microsoft.com.c.footprint.net HTTP Enables connections to Windows Update.
*.wac.phicdn.net HTTP Used by the Verizon Content Delivery Network to perform Windows updates.
*.1.msftsrvcs.vo.llnwi.net HTTP Used for Windows Update downloads of apps and OS updates.
*.c-msedge.net HTTP Used by OfficeHub to get the metadata of Office apps.
*.delivery.dsp.mp.microsoft.com.nsatc.net TLSv1.2 Enables connections to Windows Update.
*.dscd.akamai.net HTTP Used to download content.
*.dspg.akamaiedge.net HTTP Used to check for updates to maps that have been downloaded for offline use.