watch command line utility for alternative for Mac OS X

I recently purchased the book Practical Ruby for System Administration by Ben Hamou and one of the cool Ruby one-liner command line expressions is one that mimics the watch command. ruby -e ‘system “clear; df -h” while sleep 1′ Just like the author, for quite a while I’ve been kind of annoyed by the fact […]

SCALE 8x

Being my first Linux conference, overall I had a really good time. Seeing and talking to a lot of famous Open Source figures was pretty kool. I only managed to see four different talks. My favorite talk was Jono Bacon’s talk on the evolution of the Free Software/Open Source movement to what now will be […]

mod_ruby and eRuby

I finally had some time to install mod_ruby and eRuby on my server. Prerequisites: httpd-devel ruby ruby-devel eruby yum install httpd-devel ruby ruby-devel eruby Installing mod_ruby was pretty confusing, as module default compilation is intended for Apache 1.3 (not why this is the case) If you’re running Apache 2.0 or higher, I managed to successfully […]

Computer upgrades

I finally upgraded the hard drives on my MacBook, Mac Mini (Server), and my main desktop Mac Mini. Macbook (Leopard) For some strange reason, I wasn’t able to clone my existing Leopard system to the new 500 GB as the clone process failed about 10% – 15% completion. So I just backed up all my […]

Goodbye Eclipse and hello vim

Apparently Apple doesn’t think its a good idea to ship vi with syntax highlighting turned on by default, giving how really easy it is to enable. I simply had to edit the /usr/share/vim/vimrc file. Full instructions are in http://www.geekology.co.za/blog/2009/03/enable-syntax-highlighting-other-options-in-vim-mac-osx-leopard

I’m Linux Certified!!!

After 5 months of studying, I finally took the CompTIA Linux+ certification exam today. My study consisted of reading two books (Sybex CompTIA Linux+ and Linux+ 2005 in Depth), on-line tutorials, and a web based program called “TestOut Linux+ LabSim” that my school provides. The exam is by and far the most difficult CompTIA certification […]

OpenSSH

Well, instead of spending Saturday night wasting my time at the mall or at that place people call movie theaters, I got a chance to play around with OpenSSH more in depth. I use ssh to log into my server practically every single day, but I really wasn’t aware all of its actual capabilities. After […]