Remove Old Package Configuration Files in Ubuntu
Many software packages in Ubuntu come along with a package configuration file. These files are used to control various settings for their particular package. In most cases, there is no reason to keep these files around after you've removed a package from you system. They get removed from your system along with the software package if you happen to use the apt-get purge command or if you mark it for "Complete Removal" in Synaptic. But what if you didn't do that when you removed the package? Read more
View Your Linux Distro Version From The Command Line
Many different Linux distributions will display their version information in one place or another in the GUI. If you need to pull this information quickly, it may just be easier to open a terminal window and find it from the command line. Read more
Displaying Today’s Date With PHP
I've had a book on PHP & MySQL for over a year, but I've barely touched it. Last night I decided to get to work on getting through the book as I've got some website ideas I'd like to pursue, but I currently lack the skills to execute what I want. Anyway, I've decided to pass on some of the knowledge I gain along the way. Read more
Rename and Rotate Digital Photos With jhead
Filed under: command line, HowTo, image editing, linux, Ubuntu, windows
I've recently been looking for a way to organize my digital photos by the date and time they were taken. Since I have more than one camera, it's not as simple as just sorting through file names since the cameras name the files differently. I was going to write a script using Image Magick to read the EXIF data and then the script would rename and organize the photo into a folder based on the date the photo was taken. Well, it turns out that someone has already written a handy program to take care of most of this task. The program is called jhead. Read more
Command Line Basics: View Image EXIF Data
I've got a huge number of digital photos on my computer that need to be organized. What I would like to do is sort the pictures by the date they were taken. The first step to sorting the pictures is to know the date they were taken. As long as the clock is properly set on your camera, your pictures should have the correct date and time of the photo stored in the image's EXIF data. You can view an image's EXIF data using the identify command. Read more


