Batch Converting Audio With GStreamer

December 19, 2011 by · Leave a Comment
Filed under: bash, HowTo, lame, linux, mp3, Ubuntu 

I recently got a new TV that allows me to stream audio and video from my computer to the TV. I tend to archive music from CD's I've purchased in FLAC format. Unfortunately, FLAC is not one of the formats supported by my TV. I decided to write a little script to convert my music archive into one of the supported file formats. Read more

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

Install LAMP and phpMyAdmin on Ubuntu 11.10

October 23, 2011 by · 33 Comments
Filed under: HowTo, linux, Ubuntu, web development 

LAMP stands for Linux, Apache, MySQL, and php, (or Perl). It's one of the most popular web hosting platforms. If you're developing websites, it's good to have your own private development environment to use while you build and test your websites. This post will show you how to set up a web development environment on Ubuntu 11.10 Oneiric Ocelot to use for testing. It can also be used to set up LAMP on a Virtual Private Server (VPS) or a Dedicated Server, but please note that this post does not cover setting up proper security for serving content to the internet. Read more

Remove Old Package Configuration Files in Ubuntu

September 21, 2011 by · Leave a Comment
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

Next Page »