Lock the keychain when idle
Lock the keychain when system sleeps or is idle for 10 minutes.
security set-keychain-settings -l -u -t 600
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 (or not, you can keep them private!)
security set-keychain-settings -l -u -t 600
sudo nvram boot-args=-v
2>/dev/null find . -print | tr "[:upper:]" "[:lower:]" | sort | uniq -d
sudo diskutil repairPermissions /
while ! curl -C - -O 'http://download.parallels.com/GA/Parallels%20Desktop%203186%20Mac%20en.dmg'; do sleep 10; done
cat /dev/zero > zero.dat ; sync ; sleep 1 ; sync ; rm -f zero.dat
send host-name "dapperbox";
sudo /etc/services/networking restart
ssh username@dapperbox
ssh username@1.2.3.4
ssh-keygen -d
rsync -avz --eahfs --progress --delete /source-dir-without-trailing-slash /destination-dir-with-trailing-slash
tar -cvzf file.tar.gz inputfile1 inputfile2
tar -xvzf file.tar.gz