Technical stuff Requirements are like water. They're easier to build on when they're frozen.

Author Archive

List of Emacs Commands

08.14.2011 · Posted in Resources

C = Control M = Meta = Alt|Esc Basics C-x C-f “find” file i.e. open/create a file in buffer C-x C-s save the file C-x C-w write the text to an alternate name C-x C-v find alternate file C-x i insert file at cursor position C-x b create/switch buffers C-x C-b show buffer list C-x ...

How to use wget on your Mac

06.02.2011 · Posted in Computer setup

It’s a simple install that gives you a lot more power and a productivity boost while you’re in the command line. Of course you could open up a browser and download that file, but it takes so many clicks to do it that you just need wget. Here’s how to install in a few simple ...

How to install git on your Mac with Snow Leopard

03.12.2011 · Posted in Computer setup

download latest git-osx-installer from Google Code double click the downloaded file to start the installer: run the installer package: perform all necessary steps create user shortcut verify that it’s all working got a github account? Follow their instructions to finalize the process and you’re good to go! ...