Yea, it’s been around a while, but the oldies are the goodies sometimes …
Yea, it’s been around a while, but the oldies are the goodies sometimes …
06 Jul, 2007
Posted by: imarichardson In: Programming & Development
Are you trying to get Rmagick by way of Imagemagick on you RHEL5 box. Remember to use “yum” instead of “update2″.
First you’ll need to install ImageMagick
$ sudo yum install ImageMagick ImageMagick-devel
Now configure, setup and make
$ sudo mkdir /home/imins
$ cd /home/imins
$ sudo wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
$ sudo tar -zxvf ImageMagick.tar.gz
$ sudo cd ImageMagick*
$ sudo ./configure –prefix=/usr –enable-shared=yes
$ [...]
Wow … taking the battle to a whole new level …
Embedded Video
Blogged with Flock
Tags: funny, videos
Because a simple “wuzzup” or “see you later” just won’t do …
Embedded Video
Tags: video, funny
02 Jul, 2007
Posted by: imarichardson In: Programming & Development
Last September I wrote about using FreeTDS for connecting a Rails app to a MS SQL Server Database. It looks like there may be an even easier/quicker way using these instructions from the MoleHill which talk of using the ADO.rb ruby files.
I’m actually in the process of setting up another application to use SQL Server [...]
Who am I? Well, let's see: I'm a husband, father, brother, God-father, down to earth, relaxed, happy kinda guy who likes clean code, long walks on the beach, takes his laptop with him everywhere he goes, and (as I'd like to think) all around good guy!
Feedback