Entries from 2012-08-14 to 1 day

migrate packages installed by homebrew

# in old machine # ------------- $ brew list > ~/Dropbox/brew_installed_list.txt # in new machine # ------------- # with Dropbox $ brew install `cat ~/Drowbox/brew_installed_list.txt` # with Gist $ brew install `curl -L $BREW_INSTALLED_LIS…

ssh key passwords for jenkins

you should empty it.