Category Archives: Linux

PHP – The World’s Best Case Against Static Compilation

Let me start off by saying first and foremost that I am NOT anti-PHP.  I like PHP.  PHP was my first web scripting language that I learned (I don’t count Perl as a web scripting language, because it has so … Continue reading

Posted in Linux, PHP, Ruby | Leave a comment

Spaces in Windows Share Paths in Fstab

If you need to put a space in your Windows share path in /etc/fstab, just use this escape sequence: //192.168.1.2/My\040Documents (It is important to note that there are no spaces between My and Documents, only the escape sequence \040)

Posted in Linux | Leave a comment

Extras in Ubuntu 10.04 LTS

I’m posting this both as a reference for myself and for others as to how to enable all the extras in Ubuntu that you need, like MP3 support, Windows codecs and fonts, etc. Once you install Ubuntu 10.04 LTS, make … Continue reading

Posted in Linux | Leave a comment

The Port 22 Myth

There’s a myth that needs the proverbial busting treatment, and it concerns having the dreaded port 22 open. Is it really safe to leave this back door open to your server? I propose asking the question another way:  Is it … Continue reading

Posted in Linux | Leave a comment

Install MySQL Gem on CentOS 5

There’s a lot of conflicting information out there on how to install the MySQL gem on CentOS 5, but it’s very easy to do.  On a clean CentOS 5 install, as root, run: yum install mysql-devel gcc make gem install … Continue reading

Posted in Linux, MySQL, Ruby | 1 Comment

Installing Ruby on Debian and Ubuntu

While you can use the version of Ruby that comes with Debian and Ubuntu's repositories, you'll find it to be a bit out of date. It's probably fine for most usage, but if you're like me and like to keep … Continue reading

Posted in Linux, Ruby | 1 Comment

There Are Other Formats Besides Quicktime

Flash video has become the de-facto standard on the web for displaying streaming video. There are many reasons for this, portability being the main one. Flash is available for Windows, Linux, Mac's, and a host of other devices. Why then … Continue reading

Posted in Linux, Windows | Leave a comment

RMagick on Ubuntu Gusty

If you're trying to install RMagick on Ubuntu Gusty, you won't have much luck, as the new RMagick doesn't support the version of ImageMagick that Gusty currently has. To install RMagick on Gusty, run: sudo apt-get remove librmagick-ruby librmagick-ruby1.8 librmagick-ruby-doc … Continue reading

Posted in Linux, Ruby | Leave a comment

Microsoft's Patent Threats and Ubuntu

It's obvious Microsoft is flexing is muscle in the November 2006 statement by Steve Ballmer, CEO, by saying: If a customer says, “Look, do we have liability for the use of your patented work?” Essentially, if you're using non-SUSE Linux, … Continue reading

Posted in Linux, Windows | Leave a comment