summaryrefslogtreecommitdiffstats
path: root/software/misc.page
diff options
context:
space:
mode:
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