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
Author Archives: Linerd
Black Friday/Cyber Monday Hosting Deals!
Affiliate offer:
A2 Hosting is currently running a Black Friday – Cyber Monday special on web hosting packages. These are their lowest prices of the year. The following discounts are good through Monday, November 26, 2012. 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
Block Inserting and Deleting Text in VIM
There are times in my work where I need to edit large text files. My text editor of choice for editing large files is VIM. One of the things that I sometimes need to do is to comment out a group of lines from a file. VIM can make short work of tasks like this. Continue reading