Tag Archives: linux

Get A Free Digital Issue Of Linux Journal

I’ve been subscribing to Linux Journal for a few years. Today I was disappointed to find out that they are discontinuing their print edition and they are going digital only. Maybe I’m old fashioned, but I like the fact that I can hold a magazine in my hands and flip through the pages without having to boot my computer or worry about running out of battery power. Continue reading

Switching My Sister In-law To Linux

About a month ago my brother in-law came to me with his wife’s “dead” Windows XP computer. The computer would not boot at all. After a successful POST, the system would just sit there, unable to find any bootable media. I was asked if I could recover their files for them. Outside of that, they didn’t want to put any money into the computer. They were thinking about getting a Mac.

I told them that as long as there wasn’t a serious hard drive failure, I could probably get all of their files. I figured I could boot the system to a Live CD and backup the files to my USB hard drive. Continue reading

Rename and Rotate Digital Photos With jhead

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 jheadContinue reading

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. Continue reading