Tag Archives: Ubuntu

Reset GRUB Default System After OS Installation

From time to time I like to test out a new Linux distribution or just an updated version of my current distribution. I’ve created extra partitions on my hard drive for these test installations. All of the distributions I’ve tried so far require a boot loader to be installed to the hard drive as part of the process. This creates the minor problem of the test installation taking over the boot process. I prefer to have my main Linux installation handle the booting process. The following steps will show how to hand boot control back to your main Linux installation with the GRUB 2 boot loader. Continue reading

Install Unity Tweak Tool in Ubuntu

The Unity Desktop Shell for GNOME 3 on Ubuntu Linux has created a lot of controversy in the desktop Linux world. Some users love the new forward looking vision of Unity while others long for a more traditional desktop layout. One of the criticisms of Unity has been its lack of configuration settings. While many configuration settings have been added to Unity since the initial release, most of them remain hidden from regular users. That’s where the Unity Tweak Tool comes in. It provides GUI access to many of Unity’s hidden settings and collects them together under one convenient application.  Continue reading

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