Optimize Aperture database
sqlite3 Pictures/Aperture\ Library.aplibrary/Aperture.aplib/Library.apdb vacuum
DZone Snippets > willcodeforfoo > osx
12382 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
sqlite3 Pictures/Aperture\ Library.aplibrary/Aperture.aplib/Library.apdb vacuum
tell application "System Events" set frontmostApplication to name of the first process whose frontmost is true end tell
sudo /usr/local/bin/rsync -aREx --delete --exclude='.Spotlight-*' --exclude '/private/var/vm/*' [IP-address of Mac mini]::PowerBookBackup
defaults write com.apple.Terminal FontWidthSpacing 1.003
curl -O http://www.circlemud.org/pub/jelson/tcpflow/tcpflow-0.21.tar.gz tar -zxvf tcpflow-0.21.tar.gz cd tcpflow-0.21 cp /usr/share/libtool/config.* . ./configure --prefix=/usr/local sudo make install