start new:
tmux
start new with session name:
tmux new -s myname
| #!/usr/bin/env ruby | |
| brews = [] | |
| out = IO.popen("brew leaves", "r") do |io| | |
| brews = io.read.split "\n" | |
| end | |
| def parse(brew, brew_info) | |
| in_options = false | |
| print "brew reinstall -v #{brew} " |
| <?php | |
| /** | |
| * SplClassLoader implementation that implements the technical interoperability | |
| * standards for PHP 5.3 namespaces and class names. | |
| * | |
| * http://groups.google.com/group/php-standards/web/final-proposal | |
| * | |
| * // Example which loads classes for the Doctrine Common package in the | |
| * // Doctrine\Common namespace. |
| TrueCrypt (the topic for this meeting) | |
| http://www.truecrypt.org/ | |
| http://en.wikipedia.org/wiki/TrueCrypt | |
| http://www.truecrypt.org/docs/plausible-deniability | |
| Eric's slides on TrueCrypt (from presentation at the meeting): | |
| https://www.dropbox.com/s/bitqurkz17mv9nf/TrueCrypt.odp | |
| ArchLinux comparison of Disk Encryption packages: | |
| https://wiki.archlinux.org/index.php/Disk_Encryption#Comparison_table |