Tag Archives: mac

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

Posted in Technical HOWTOs | Tagged , , | 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

Posted in Technical HOWTOs | Tagged , , | 2 Comments

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

Posted in Technical HOWTOs | Tagged , | 8 Comments

Free and Easy Encrypted Storage for Mac OS X and MobileMe or DropBox

Online storage services like iDisk (part of MobileMe) or DropBox are very convenient for sharing and backing up files–but when you put files into the cloud you’re assuming that: those companies, and all their employees, and all their contractors, and … Continue reading

Posted in Technical HOWTOs | Tagged , , , | 1 Comment

Make “ps -ef” work in a shell on Mac OS X

If you’re used to SunOS or BSD, you’ll be at home with Mac OS X’s “ps -aux” to get a process list from a shell prompt. If you’ve been using any other recent unix, though, your fingers will want to … Continue reading

Posted in Technical HOWTOs | Tagged , , | Leave a comment

“Backing up iPhone” taking forever? Reset iSync!

Update 9/14/2008: Backup speed was addressed in iPhone software version 2.1. Launch iTunes, dock your iPhone, and click “Check for Update”. And now back to the original article: I was surprised to see my brand-new iPhone 3G taking more than … Continue reading

Posted in Technical HOWTOs | Tagged , , | 2 Comments

MobileMe Family Pack looks like an “individual” subscription

I just signed up for MobileMe and bought the family pack — when I activated the account, though, it looked like I had an “individual” subscription, not a “family” subscription. Their terminology is pretty confusing to the casual observer. If … Continue reading

Posted in Technical HOWTOs | Tagged , , | 14 Comments

50,000 photos in iPhoto on a shared laptop and external drive

I’ve got over 100GiB of photos (JPEG and RAW) taken over the years, and they don’t comfortably fit on a laptop. The laptop is also shared by everyone in my family, each with their own account, so what to do? … Continue reading

Posted in Photography | Tagged , , | 1 Comment

Java for Mac OS X 10.5 Update 1 adds support for Java SE 6

Java for Mac OS X 10.5 Update 1 adds support for Java SE 6 Update: Apple’s java6 port can’t run IDEA… Back to java5. :-\

Posted in Technical HOWTOs | Tagged , | Leave a comment

Ant bash completion on Mac OS X

bash will do tab-completion for ant targets on Debian/Ubuntu boxes out-of-the-box. If you haven’t upgraded lately, you may need to: sudo apt-get install bash-completion On Mac OS X, it needs a bit of massaging. First install the macports version of … Continue reading

Posted in Technical HOWTOs | Tagged , , , | 1 Comment