Today I’ve got another ImageMagick trick for you. It’s a variation on the demo in the documentation for the convert command. With this type of command, you can create your own text images with drop shadows. Let’s give it a try. Continue reading
Tag Archives: Ubuntu
Resize Images in Linux with ImageMagick
ImageMagick is a free utility that is installed by default in many Linux distributions. It provides a command line interface to perform a multitude of image manipulation operations. In this post I’ll show how to resize an image. Continue reading
View Ogg Videos in Firefox 3.5
One of the great new features of Firefox 3.5 is the native support of the Ogg video format. If you don’t know, Ogg is a Free and Open Source video format from Xiph.org. Continue reading
Bash to Basics: Bash Rocket Science
Last time in Bash to Basics I showed how to print text to the terminal with the echo command. This got me thinking about the first program I wrote when I was in fourth grade. I was fortunate enough to be in a school district that had computers in the early ’80s. If you’re around my age, then you may remember the mighty Commodore PET computer.
Some of us were put into a program to learn BASIC programming. The first program we were taught to write made a rocket ship fly up the screen by using Print statements. It looked something like this: Continue reading
Installing LAMP on Ubuntu Jaunty (9.04)
For the latest version, check out Install LAMP on Ubuntu 9.10 Karmic Koala.
Why Install LAMP?
Today I’m going to show how to install and set up a LAMP (Linux, Apache, MySQL, PHP) stack on Ubuntu. Why do this? It’s useful if you want to set up an off-line web development environment. If you are building websites and experimenting, it’s nice to do it in the privacy of your own computer, rather than “in the wild” out on the internet. Continue reading