-
Archives
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- March 2010
- February 2010
- December 2009
- November 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- February 2009
- January 2009
- November 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- January 2005
- October 2004
-
Meta
Monthly Archives: November 2008
TaskPaper is All Sorts of Awesomeness.
I finally got around to trying out TaskPaper (one of the apps I got from MacHeist a while ago), and it’s a brilliant and simple todo app. You enter something like this: Inbox: – Put camera in car – Put … Continue reading
Accessing git over ssh on a non-standard port
Simple ssh access to a git repo can be sufficient for a small dev team–but what if you’re using a non-standard ssh port? The solution–do as Linus says. Use ~/.ssh/config. My config now looks like this: Host my.servername.org Port 1234 … Continue reading
Importing a local CVS repository into git on ubuntu
Every post I found in the googles referenced pserver (CVS’s clear-text socket-server protocol) when importing a CVS repository. Until I found this. Huzzah. So I wanted to import a local CVS repository — something sitting in /home/cvs, and setting CVSROOT … Continue reading
Posted in Technical HOWTOs
Leave a comment
Installing git with MacPorts
The Good: MacPorts makes git, the new source version control system hotness, available to Mac users. The Bad: MacPorts sometimes has attitude, and poops out trying to compile or install packages. The Ugly: MacPorts doesn’t tell you how to fix … Continue reading
So Many Toys, So Little Time
Tonight’s been one of those daunting “where have I been OMG OMG” nights on the tubes. NFS? Ha! That’s OLD SKOOL. Sun’s got lustre, a free, open-source SAN with no single point of failure. Ubuntu Hardy’s got a lustre kernel … Continue reading
Make OpenOffice the default “.doc” and “.xls” application on Mac OS X
OpenOffice 3.0 is now out for the Mac. Finder opens files that end in “.doc” with TextEdit by default, and “Open with…” doesn’t seem to stick. What to do? In the finder, find a file that ends in “.doc”, Click … Continue reading