Skip to content
alecgoebel edited this page Feb 3, 2012 · 15 revisions

Programming

SSH

  • Remove an SSH key passphrase:
$ cd ~/.ssh/
$ ssh-keygen -f id_rsa -p

Emacs (OSX)

  • Use Emacs Cocoa from the commandline alias emacs="/Applications/Emacs.app/Contents/MacOS/Emacs"
  • Open emacs on the commandline after that: emacs -nw

Git

Consider using a GUI to make commits; Some options:

Every single GUI on the git wiki

Use and update a .gitignore file to not commit 'junk'/'garbage' files

https://github.com/github/gitignore

Clone this wiki locally