Ali Gangji

Wordpress Automatic Installer Shell Script

Today I’m going to share with you a little script to automate installing Wordpress. This is a standalone shell script that will download the latest version of wordpress and configure it for you.
First of all, here is the script.

This script will download the latest version of wordpress and extract it to the directory you specify. [...]

Tags: ,

Convert FLAC files to MP3 with flac and lame

Flac files are just dandy, and I’m happy to use them. Sometimes, however, you might need mp3 files instead. Particularly if a friend of yours asks you to make him an mp3 cd out of some albums you only have in FLAC format. So what to do? well it’s easy enough to do from the [...]

Tags: , , , ,

ImageMagick: Join images together on the command line with ImageMagick

Turns out it is pretty easy to join images together. This is especially useful for joining together a button image and it’s rollover state.
Here, I want to join together the images portfolio.png and portfolio_over.png

Tags: