Credits go to https://github.com/AndrewBelt
Alikins: https://github.com/alikins/Alikins-rack-plugins
AS: https://github.com/AScustomWorks/AS
https://github.com/Aepelzen/AepelzensModules
// 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); |
#!/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" |
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. |
A blog post with more updated info then this has been posted here
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.
set which resolver mode you want.
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 |
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/ |
/**** 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); |
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. |