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 …
Continue reading Reset GRUB Default System After OS InstallationHowTo
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 …
Continue reading Install Unity Tweak Tool in UbuntuMy main computer at home acts as a file and media server for the whole house, so it’s pretty much turned on all the time. There are times when I’m away from home that I want to remotely access or download a file from my home computer. My home internet service uses a dynamic IP …
Continue reading Keeping Track of My IP AddressI’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 …
Continue reading Fixing My CD/DVD Drive on Kubuntu 12.04In 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 …
Continue reading Send Gmail from the Linux Command Line