Last active
December 21, 2015 20:42
-
-
Save forestbaker/72797a7ce494315e7e65 to your computer and use it in GitHub Desktop.
websites
This file contains hidden or 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
################# | |
# ENTERTAINMENT # | |
# free movies on youtube | |
https://www.openculture.com/freemoviesonline | |
http://www.openculture.com/freeaudiobooks | |
https://www.openculture.com/free_textbooks | |
############## | |
# ENCRYPTION # | |
# check if SSL / TLS is working | |
https://starttls.info/ | |
# PGP Time Stamp Service | |
http://www.itconsult.co.uk/stamper.htm | |
# keysigning Parties | |
https://cryptnet.net/fdp/crypto/keysigning_party/en/keysigning_party.html | |
https://www.cryptoparty.in/index | |
# backups | |
https://www.tarsnap.com/ | |
# file transfer | |
https://securedrop.org/ | |
# instant messaging | |
https://xmpp.net/ | |
# why and how | |
https://tacticaltech.org/projects/security-box | |
https://tacticaltech.org/ | |
https://ssd.eff.org/en/index | |
https://guardianproject.info/ | |
# encryption conundrums | |
https://en.wikipedia.org/wiki/Socialist_millionaire | |
https://en.wikipedia.org/wiki/Arthur%E2%80%93Merlin_protocol | |
############################# | |
# USEFUL SHELL SCRIPT SITES # | |
# 3rd party debug | |
http://www.shellcheck.net/ | |
# match arguments with manual | |
http://explainshell.com/ | |
# rosetta stone of portability | |
http://bhami.com/rosetta.html | |
################################### | |
# GITHUB ORGANIZATIONS / PROJECTS # | |
# electronic frontier foundation | |
https://github.com/EFForg | |
https://github.com/guardianproject | |
#################################### | |
# BEST PRACTICES | |
# dont parse html or xml with regex | |
http://blog.codinghorror.com/parsing-html-the-cthulhu-way/ | |
##################################### | |
### Stack ### | |
# Apache | |
http://www.thegeekstuff.com/2008/08/9-tips-to-use-apachectl-and-httpd-like-a-power-user/ | |
# Tomcat | |
https://tomcat.apache.org/connectors-doc/reference/workers.html | |
https://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html | |
http://benninger.ca/posts/tomcat-authbind-gentoo/ | |
http://archive.oreilly.com/pub/a/java/archive/tomcat-tips.html | |
http://www.akadia.com/download/soug/tomcat/html/tomcat_server_xml.html | |
# Postfix | |
https://rtcamp.com/tutorials/mail/postfix-debugging/ | |
https://rtcamp.com/tutorials/mail/spf-records/ | |
https://rtcamp.com/tutorials/mail/fqdn-reverse-dns-ptr-mx-record-checks/ | |
######################### | |
### Linux Filesystem ### | |
# /tmp | |
http://ubuntuforums.org/archive/index.php/t-2131623.html | |
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/571682 | |
http://www.cyberciti.biz/faq/howto-mount-tmp-as-separate-filesystem-with-noexec-nosuid-nodev/ | |
######################### | |
### High Availability / Redundancy / Disaster Recovery / | |
# Corosync: | |
https://ubuntuadmin.wordpress.com/2013/01/04/getting-started-with-heartbeat/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment