Press "Enter" to skip to content

Posts published in “Sysadmin”

Installing Ruby Mysql Gem on Snow Leopard Server

Snow Leopard  Server (and at least Leopard Server) both have MySQL installed already. But its not a complete enough install to build the Ruby Mysql Gem. It seems that the Snow Leopard Server Mysql does not include all the client stuff that is needed by the mysql gem. The Apple Support article: Mac OS X Server 10.5.6 or later: MySQL libraries…

Sierra Wireless USB881 3G Modem WAN on WRTSL54GS via OpenWrt Kamikaze

As noted in a previous post National Shame: Swaths of Non-Rural US without Broadband; Time for Re-Divestiture, there is no Cable Modem service or DSL in my neighborhood. Up until a few  months ago, I did have a pretty nice point to point Dual Raido Full Duplex 802.11n connection that could do about 12Mbps symetrical. The only reason I had…

Installing Apache Thrift on Ubuntu and Leopard

The instructions for installing the Apache Thrift on the Wiki missed a few key things in terms of installing on Ubuntu (8.04 in my case) and Macintosh OS X Leopard (10.5.6). Gitting the latest source For instance they show you how to get the latest via SVN or a snapshop via wget. But the wget actually gets it from a…

Installing PoolParty on Mac OS X and Ubuntu

In my search for the ultimate open source tool for deploying our service onto the “Clouds” I am now trying the new PoolParty. (Though I’m finding that the github wiki for PoolParty is a better reference). Its got what seems to be a nice clean Ruby based Domain Specific Language (DSL) and set of unix shell commands for automating the…

HOWTO: Install iClassify on Ubuntu and Mac OS X Leopard

Update: The folks who developed iClassify have come out with a total framework that is an alternative to iClassify/Puppet called opscode-chef. I will be looking into that soon and not do anymore work with iClassify (unless Chef turns out to suck or something, but at first glance it looks pretty good!). [After playing with Chef, my conclusion is forget about…

Hadoop, HDFS and Hbase on Ubuntu & Macintosh Leopard

UPDATE: This has been replaced by a newer post Experience installing Hbase 0.20.0 Cluster on Ubuntu 9.04 and EC2 . I found that using the pre-built distributions of Hadoop and HBase much better than trying to build from source. I need more Java/Ant-fu to do the build from scratch. The HBase-0.20.0 Release Candidates are really great and seemingly easier to…