9thport ruby, rails, sysadmin, os x, and other stuff

30Dec/090

Another panorama

Hopefully this post will send the highest resolution of my photo from my iPhone.

9Nov/090

old bartenders, new bars

some places to try in sf:

comstock saloon
smuggler's cove
bar agricole

Filed under: Uncategorized No Comments
29Sep/090

Fog entering our area

I love waking up to fog in the morning. Especially when I am living near it.

fog near our house

Filed under: Uncategorized No Comments
12Mar/090

Redhat and up2date with RPM package conflict errors

If you get this:

RPM package conflict error.  The message was:
Test install failed because of package conflicts:

Then you got to do this:

  1. rpm -e --allmatches [conflicting package]
  2. up2date -p
  3. up2date [conflicting package]
  4. up2date -u

This has cleared up my problem in the past and makes for a clean solution.

Filed under: Uncategorized No Comments
6Mar/090

Installing python modules to your home directory and then using them!

To install python modules to your home directory this is what I have done:

  1. change directory to the uncompressed folder of the module needed to be installed
  2. python setup.py install --home=$HOME
Filed under: Uncategorized No Comments