Command Line Basics: Create And Extract Tarballs

November 14, 2011 by · 1 Comment
Filed under: command line, HowTo, linux, Ubuntu 

In the Linux world, tarball refers to a compressed tar archive file. The most common type uses gzip compression and the file typically ends in tar.gz or .tgz. The tar command itself has its origin in Unix systems where is was used to save files to magnetic tape. The name tar stands for Tape ARchive. Read more

Command Line Basics: Finding Files

October 15, 2011 by · Leave a Comment
Filed under: command line, HowTo, linux 

In today's post I'm going to show how to use the command line find program to search for files. There are certainly different GUI tools available in Linux, such as Beagle, to search for files. The advantage of many of these systems is that they index the files on your system so that the searching is rather fast. The disadvantage is that the indexing can often slow down system performance, so many users end up disabling it. There's also the situation where you might not have access to a GUI, like when you're logged in to your web hosting server through ssh. Read more

Remove Old Package Configuration Files in Ubuntu

September 21, 2011 by · 3 Comments
Filed under: command line, HowTo, linux, 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

September 12, 2011 by · Leave a Comment
Filed under: command line, HowTo, linux, Ubuntu 

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

Command Line Basics: View Image EXIF Data

June 15, 2011 by · 2 Comments
Filed under: command line, HowTo, image editing, linux, Ubuntu 

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

« Previous PageNext Page »