Key | Description | Uses |
audio.safemedia.force | true for safe media volume | https://android.googlesource.com/platform/frameworks/base/+/master/services/core/java/com/android/server/audio/AudioService.java |
config.disable_bluetooth | - | SystemServer |
config.disable_location | - | SystemServer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder