Skip to content

Instantly share code, notes, and snippets.

View kgust's full-sized avatar

Kevin Gustavson kgust

  • Vanderbilt University Medical Center
  • Nashville, Tennessee USA
View GitHub Profile
@kgust
kgust / tmux-cheatsheet.markdown
Last active December 30, 2015 01:59 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@kgust
kgust / generate-homebrew-install-commands.rb
Last active December 27, 2015 16:29 — forked from onewheelskyward/generate-hombrew-install-commands.rb
Generate Homebrew Install Commands
#!/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} "
@kgust
kgust / SplClassLoader.php
Created August 21, 2013 19:26 — forked from jwage/SplClassLoader.php
SPL Class Loader for PHP 5.3 Namespaces
<?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.
@kgust
kgust / fv-lug-august-2013.txt
Created August 20, 2013 02:15 — forked from pdp7/fv-lug-august-2013.txt
Fox Valley LUG 2013-August
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