Fixing Common Problems with LAMP on Ubuntu
There are a few common problems that people run into after installing LAMP on Ubuntu. In this post I'll show how to fix a few of those problems. If you don't already have LAMP set up, please see How To Install LAMP on Ubuntu. Read more
Installing LAMP on Ubuntu 12.04 Precise Pangolin
When working on web development, I prefer to work within the privacy of my own development environment located on my computer. I'd rather make the majority of my mistakes where no one else can see them rather than out in the wild of the Internet. In order to have that private development environment, I install a LAMP configuration. If you're not familiar with LAMP, it stands for Linux, Apache, MySQL, php (and/or Perl). Read more
View Images With The Proper EXIF Orientation In Chrome or Chromium
Filed under: Chromium, FOSS, General, HowTo, image editing, linux, windows
I receive a lot of emails with photos attached that have been taken in a portrait orientation. Most modern digital cameras and smart phones have orientation sensors that tell the camera if it's been turned on end. When this happens, rather than actually rotate the picture, the camera sets a flag in the image's EXIF data to communicate which way is up in the photo. Read more
Fix The Shutdown/Reboot Issue With Multiple Users on Ubuntu
A while back I purchased a nice LG Smart TV for my living room. Besides having the standard Smart TV applications like internet browsing and NetFlix, my TV can stream media from my PC either through a DLNA server or through LG's Media Link. In order to use the Media Link, you must install the Plex Media Server on your computer. Read more
Fixing Variable Bit Rate MP3′s With vbrfix
Some MP3 encoders fail to create the proper file headers when encoding variable bit rate MP3 files. When that happens, the song length displayed will often be be incorrect when playing the song back. One of the ways this can be handled is by adding a Xing header to the MP3 file. One tool that's available on Linux to do this is vbrfix.
To install vbrfix in Ubuntu, first make sure that the universe repository is enabled in your software sources. Then you can install it through one of the graphical package managers, or from the command line with: Read more


