summaryrefslogtreecommitdiffstats
path: root/software/misc.page
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-10-21 10:44:16 -0400
committerbnewbold <bnewbold@robocracy.org>2012-10-21 10:44:16 -0400
commitf1ceb9fecf0638994f4128f499207899b81549e1 (patch)
tree50df046f7dbb9dd1d6ab501a4d742bf8274e946f /software/misc.page
parentb42252d7a443154003099080ecd2fba670d89dc7 (diff)
downloadknowledge-f1ceb9fecf0638994f4128f499207899b81549e1.tar.gz
knowledge-f1ceb9fecf0638994f4128f499207899b81549e1.zip
misc software stuff
Diffstat (limited to 'software/misc.page')
-rw-r--r--software/misc.page24
1 files changed, 24 insertions, 0 deletions
diff --git a/software/misc.page b/software/misc.page
index 84c9066..600819e 100644
--- a/software/misc.page
+++ b/software/misc.page
@@ -186,3 +186,27 @@ unique style. Eg, daemontools, ucspi-tcp, djbdns, qmail, and publicfile.
- [The djb way](http://thedjbway.b0llix.net/readme.html)
+How TTYs Work
+----------------
+
+<http://www.linusakesson.net/programming/tty/>
+
+Covers ``nohup``, piping, process groups, session leaders, TTYs, PTYs,
+``stty``, etc.
+
+Web Security
+-----------------
+<http://stackoverflow.com/questions/549/the-definitive-guide-to-forms-based-website-authentication>
+
+<http://code.google.com/edu/security/index.html>
+
+<https://www.owasp.org/index.php/Main_Page>
+
+Capture all HTTP Traffic to File
+----------------------------------
+Install ``tcpflow`` and do:
+
+ $ mkdir ~/full_dump; cd ~/full_dump
+ $ sudo tcpflow -i wlan0 -b 2097152 tcp port 80 or tcp port 443
+
+Saves up to 2MB