Author Archives: Linerd

Fixing My CD/DVD Drive on Kubuntu 12.04

I’ve been having problems with my optical drive on my Kubuntu 12.04 machine. Certain applications couldn’t find the CD/DVD drive because they look for specific device names in /dev. My SATA optical drive would show up as /dev/sr0, however the normal symlinks to cdrom, cdrw, dvd, dvdrw were not there. I would go to the terminal and manually create the symlink and things would work fine, but after a reboot my symlinks would be gone! I found the fix in an old bug report on LaunchPad.
Continue reading

Ubuntu 12.10 Released: List of Download Mirrors and Torrents

The latest version of the Ubuntu Linux operating system was released today; Ubuntu 12.10 Quantal Quetzal. The popularity of Ubuntu usually means that the download servers have difficulty keeping up with the high demand of release days, so I’m here with a list of torrents and download mirrors so you can get on with your installation or upgrade. Continue reading

Send Gmail from the Linux Command Line

In this post I’m going to show how to send an email from the Linux command line through your Gmail account. This can be handy if you’re a command line junkie. The real power, however, is in being able to send an email automatically from a script. I’ll be doing another post where I use this in a script to notify me when something has changed on my system. For now though, I’ll just show the setup so you can send an email from the command line.  This process has been tested on Ubuntu 12.04 and Linux Mint 13. Continue reading