Install VirtualBox Guest Additions via Command Line

I routinely spin up CentOS virtual machines in VirtualBox. Sometimes they are temporary and others might be around for months. These seemingly throw away VMs utilize the CentOS minimal install ISO for speed of setup (I really should just build a standard starting point VM and clone it as needed but I digress). I understand that installing the VirtualBox guest additions is a nicety for some so you probably rarely do it....

May 3, 2013 · 1 min · Chris Short

Linux Directory Structure

For more information about the Linux directory structure see the Filesystem Hierarchy Standard (FHS) which is part of the Linux Standard Base (LSB) which is a workgroup of the Free Standards Group. / The root directory (not to be concerned with the root account) is similar to a drive letter in Windows (C:, D:, etc.) except that in the Linux directory structure there is only one root directory and everything falls under it (including other filesystems and partitions)....

January 5, 2005 · 4 min · Chris Short

Moving to Linux - Linux Hopes Dashed

This will be the final article in the “Moving to Linux” series. The Moving to Linux plan had been going along as it should. My Western Digital 200 GB hard drive arrived and I was ready and waiting with a freshly burned copy of Red Hat 9. All the research I had previously done indicated that there shouldn’t be any major issues because of all the key components in my computer being compatible with Linux....

September 28, 2003 · 4 min · Chris Short

Linux and Ease of Use

When I got the idea to write this article I decided to do some searching and see what other people were saying about ease of use in Linux. I found the results of my searches to be less than fruitful, see for your self: https://search.yahoo.com/search?p=linux+ease+of+use http://www.google.com/search?q=linux+ease+of+use What came up were a few useful writings but nothing significant in terms of Linux ease of use. It has been said that 2003 will be the year of Linux on the desktop so why isn’t there more information out there about Linux ease of use?...

June 10, 2003 · 4 min · Chris Short

Moving to Linux - Filesystems

After deciding how my hard disk will be partitioned in Linux, I need to select a filesystem for those partitions. A filesystem is a system for organizing directories and files, generally in terms of how it is implemented in the disk operating system. In layman’s terms it is code that tells your operating system how data is stored, organized, and managed on a hard disk drive. Every operating system has a filesystem of some sort....

May 15, 2003 · 9 min · Chris Short