gpg --gen-key
echo "export GPGKEY=01086FDA" > ~/.bashrc
#EXTM3U | |
#EXTINF:-1,Groove Salad: a nicely chilled plate of ambient beats and grooves. [SomaFM] | |
http://uwstream1.somafm.com:80 | |
#EXTINF:-1,Dub Step Beyond: Dubstep, Dub and Deep Bass. May damage speakers at high volume. [SomaFM] | |
http://somafm.com/dubstep.pls | |
#EXTINF:-1,Def Con Radio: SomaFM's special mix for Def Con [SomaFM] | |
http://somafm.com/defcon.pls | |
#EXTINF:-1,The Trip: Progressive house / trance. Tip top tunes. (Formerly Tag's Trance Trip) [SomaFM] | |
http://somafm.com/thetrip.pls | |
#EXTINF:-1,Suburbs of Goa [SomaFM] |
_________ _____ _______________ _____
\_ ___ \\ \\___________ \____ / ____\ ~/.bash/cliref.md
/ \ \/| | | || _/ __ \ __\ copy/paste from whatisdb
\ \___|__ |_|_ || | \ __/|_ | http://pastebin.com/yGmGiDQX
\________ /_____ \_||____|_ /____ /_| [email protected]
20160515 \/ 1527 \/ \/ \/
alias CLIRef.txt='curl -s "http://pastebin.com/raw/yGmGiDQX" | less -i'
_ _ _ ____ _ _ | |
| | | | __ _ ___| | __ | __ ) __ _ ___| | _| | | |
| |_| |/ _` |/ __| |/ / | _ \ / _` |/ __| |/ / | | |
| _ | (_| | (__| < | |_) | (_| | (__| <|_| | |
|_| |_|\__,_|\___|_|\_\ |____/ \__,_|\___|_|\_(_) | |
A DIY Guide for those without the patience to wait for whistleblowers | |
--[ 1 ]-- Introduction |
# Easykarma is a KarmaBlocker's rules file to perform easily their Adblock activities. | |
# No additional components required, just add it from the URL in the options and all set. | |
# It is based on EasyList proyect made by the community of Adblock Plus. | |
# EasyKarma es un archivo INI para KarmaBlocker que realiza actividades de anti-publicidad con normalidad. | |
# No necesita componentes adicionales, sólo añádelo desde la barra URL en las opciones y todo listo. | |
# Está basado en el proyecto EasyList hecho por la comunidad de Adblock Plus. | |
# See/Visita: https://github.com/arantius/karma-blocker/wiki/Configuration | |
# Credits/Créditos: https://easylist.adblockplus.org (CC-BY-SA 3.0) |
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32time\Parameters] | |
"NtpServer"="id.pool.ntp.org,0x02" | |
"Type"="AllSync" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main] | |
"Enable Browser Extensions"="no" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome] |
This is a guide on how to email securely.
There are many guides on how to install and use PGP to encrypt email. This is not one of them. This is a guide on secure communication using email with PGP encryption. If you are not familiar with PGP, please read another guide first. If you are comfortable using PGP to encrypt and decrypt emails, this guide will raise your security to the next level.
# Caesar cipher encoding | |
echo "THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG" | tr '[A-Z]' '[X-ZA-W]' | |
# output: QEB NRFZH YOLTK CLU GRJMP LSBO QEB IXWV ALD | |
# Caesar cipher decoding | |
echo "QEB NRFZH YOLTK CLU GRJMP LSBO QEB IXWV ALD" | tr '[X-ZA-W]' '[A-Z]' | |
# output: THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG | |
# Can also be adjusted to ROT13 instead |
<?php | |
// Group detection by IP address | |
// | |
// [Region Abbreviation, Military/Government] | |
// Force Varnish to NEVER Cache this page | |
header("Cache-Control: no-cache, must-revalidate"); | |
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); | |
// JSON Headers |
# Easykarma is a KarmaBlocker's rules file to perform easily their Adblock activities. | |
# No additional components required, just add it from the URL in the options and all set. | |
# It is based on EasyList proyect made by the community of Adblock Plus. | |
# EasyKarma es un archivo INI para KarmaBlocker que realiza actividades de anti-publicidad con normalidad. | |
# No necesita componentes adicionales, sólo añádelo desde la barra URL en las opciones y todo listo. | |
# Está basado en el proyecto EasyList hecho por la comunidad de Adblock Plus. | |
# See/Visita: https://github.com/arantius/karma-blocker/wiki/Configuration | |
# Credits/Créditos: https://easylist.adblockplus.org (CC-BY-SA 3.0) |