rsync backup of a Mac
sudo /usr/local/bin/rsync -aREx --delete --exclude='.Spotlight-*' --exclude '/private/var/vm/*' [IP-address of Mac mini]::PowerBookBackup
DZone Snippets > willcodeforfoo
11381 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
sudo /usr/local/bin/rsync -aREx --delete --exclude='.Spotlight-*' --exclude '/private/var/vm/*' [IP-address of Mac mini]::PowerBookBackup
< /dev/urandom tr -cd '[:print:]' | fold -w 15 | head -n 20
Testing from class at Tue Jul 18 21:58:13 EDT 2006
tell application "Mail" to try tell message viewer 1 to set selected messages to {first message of beginning of (get selected mailboxes) whose read status is false} activate on error beep end try
sed -e 's/oldpat2/newpat2/g' file
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
$("a.codeButtonB").click(function(){$("pre.codeB").toggle()});
$("#item li, #otheritem li").click(function(){ $(this).css('color', '#c00'); });