phpdocumentor cheat sheet
I've been documenting my code in phpdoc style for a while and have compiled a cheat sheet of common tasks…
Read MoreFix for "convert: no decode delegate for this image format "
While working with ImageMagick on one of my servers I was getting the following error: convert: no decode delegate for…
Read MoreInstall Imagemagick from source on CENTOS 1386 4.5
Execute "wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz" to download the tarball. Execute "tar xvfz ImageMagick.tar.gz" to extract the tarball. Execute "cd ImageMagick-x.x.x" to change…
Read MoreMount HD Linux
Setting up: Run fdisk -l. This will show what hard drives are available for mounting. Next, execute "fdisk /dev/DRIVE_NAME" to…
Read More