<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Jean&#039;s Blog &#187; Distro</title>
	<atom:link href="http://chrisjean.com/tag/distro/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisjean.com</link>
	<description>Linux, WordPress, programming, anime, and other stuff</description>
	<lastBuildDate>Mon, 30 Aug 2010 16:30:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dual Boot Ubuntu and Linux Mint with Shared /home</title>
		<link>http://chrisjean.com/2009/01/07/dual-boot-ubuntu-and-linux-mint-with-shared-home/</link>
		<comments>http://chrisjean.com/2009/01/07/dual-boot-ubuntu-and-linux-mint-with-shared-home/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 20:31:46 +0000</pubDate>
		<dc:creator>gaarai</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>
		<category><![CDATA[computer problems]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Distro]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gaarai.com/?p=497</guid>
		<description><![CDATA[Lumière is a system I built a couple of months ago to be a pure Linux-only machine. I haven&#8217;t done much with her, but it&#8217;s time to change that. As I&#8217;ve posted before, I really wanted to run different distros through their paces in order to weigh their pros and cons. However, I also wanted [...]]]></description>
			<content:encoded><![CDATA[<!-- filtered -->
<p>Lumière is a system I built a couple of months ago to be a pure Linux-only machine. I haven&#8217;t done much with her, but it&#8217;s time to change that. As I&#8217;ve posted before, I really wanted to run <a href="http://chrisjean.com/2008/08/04/initial-linux-distro-selections/" target="_blank">different distros</a> <a href="http://chrisjean.com/2008/08/07/linux-distro-tests/" target="_blank">through their paces</a> in order to weigh their pros and cons. However, I also wanted to have a system that I could actually use, so I decided to do a multiboot system with shared /home partitions.</p>
<p>Last night, I decided to start off easy and add <a href="http://linuxmint.com/" target="_blank">Linux Mint</a> (Felicia) on top of <a href="http://ubuntu.com/" target="_blank">Ubuntu</a> (Intrepid Ibex). Now I say that this is easy since Linux Mint is actually a modified version of Ubuntu (which also happens to be a modified version of <a href="http://www.debian.org/" target="_blank">Debian</a>). Since Linux Mint and Ubuntu share a similar structure, all the user and group IDs would be the same. This means that setting up a shared /home partition would be much simpler.</p>
<p>I also wanted to use Linux Mint since it has been highly recommended to me many times.</p>
<p><span id="more-497"></span>I didn&#8217;t know how to do this on my own since I&#8217;m still so new with running Linux for a desktop, so I used this very helpful guide: <a href="http://www.go2linux.org/dual-boot-two-linux-distros-debian-and-mandriva" target="_blank">Dual boot with two Linux, using the same home directory</a>. This guide uses Debian Etch and Mandriva rather than Ubuntu and Linux Mint, but all the instructions seemed to match any combination of distros that I&#8217;d like to use.</p>
<p>In fact, doing the installation was even easier than the instructions as I didn&#8217;t have to mess with any syncing of user and group IDs. My process went as follows:</p>
<ol>
<li>I booted from my Linux Mint disk and ran the installation program once the live desktop loaded.</li>
<li>I did everything as normal until I reached the &#8220;Prepare disk space&#8221; step of the installer. Since this step is for setting up the partitions and I wanted to share the /home partition, I need to do some work.
<ul>
<li>I selected the Manual option and clicked Forward.</li>
<li>I have two drives: /dev/sda and /dev/sdb. /dev/sdb is the drive I want since that&#8217;s where Ubuntu is installed while /dev/sda is merely for storage. I selected the unpartitioned space on /dev/sdb, created a new partition, selected a mount point of /, and selected an ext3 format. I then edited the /dev/sdb5 partition, which is my /home partition, and set it to a mount point of /home. I also have a swap partition, /dev/sdb4, so I edited it and set it to my swap.</li>
<li>After making these changes, I clicked Forward.</li>
</ul>
</li>
<li>On the &#8220;Who are you?&#8221; step, I supplied the same username and password as I had used for Ubuntu. I don&#8217;t believe that this is necessary as just the IDs have to match, but I did this nonetheless.</li>
<li>I continued the rest of the installer as normal until I reached the &#8220;Ready to install&#8221; step. I clicked &#8220;Advanced&#8230;&#8221; and selected to have the boot loader installed on /dev/sdb7, my newly created / partition, rather than on the /boot partition.</li>
<li>I then completed running the installer.</li>
<li>Going back to the instructions in the guide, I rebooted the system into Ubuntu.</li>
<li>I opened the /boot/grub/menu.lst file and modified it by adding the following at the very bottom:
<div style="padding-left:30px;"><code>title Linux Mint<br />
root (<strong>hd1,6</strong>)<br />
chainloader +1</code></div>
<p>I emboldened some of the text to point out the truly important part to get right. I remember cringing when I first saw this a few years back, and it still doesn&#8217;t look friendly.</p>
<p>Basically, Grub uses different drive and partition identifiers than Linux uses. The first number represents the drive while the second number represents the partition.</p>
<p>Linux starts naming my drives sda, sdb, sdc, etc, Grub starts naming my drives hd0, hd1, hd2, etc. Notice that the letter is now a number and rather than starting at 1, it starts at 0. Similarly, the partitions also start at 0 rather than 1. So in my system, /dev/sdb7 is actually hd1,6 to Grub. You can find a lengthier description at <a href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-grub-terminology.html" target="_blank">Grub Terminology</a>.</li>
<li>After I saved this change, I rebooted, hit ESC to bring up Ubuntu&#8217;s boot menu (you have to do this quickly as it just gives you 3 seconds by default), and selected my new Linux Mint option.</li>
</ol>
<p>That should be the end of the story, but I ran into a problem. When I got to Linux Mint&#8217;s Grub menu and selected a boot option, I received the following error:</p>
<pre style="padding-left:30px;">GRUB Error 22: No such partition</pre>
<p>I was very disheartened when I saw this since problems with boot partition/Grub configuration haunted me during my earliest attempts to run Linux. I decided to power through this problem since I needed to learn how to handle these situations at some point.</p>
<p>I went back to the menu selection screen for Linux Mint, edited the default option (pressed &#8216;e&#8217; while that option was highlighted), and looked at the information. I knew that I had the correct partition, and I double-checked to ensure that I did the count starting at 0 rather than count starting at 1. Everything checked out. I don&#8217;t have any reasoning to explain what I did, but I had a hunch and took a stab at it. I had the following configuration:</p>
<div style="padding-left:30px;"><code>title		Linux Mint, kernel 2.6.24-16-generic<br />
root		<strong>(hd1,6)</strong><br />
kernel		/boot/vmlinuz-2.6.24-16-generic root=/dev/sdb7 ro quiet<br />
initrd		/boot/initrd.img-2.6.24-16-generic</code></div>
<p>I then changed it to the following:</p>
<div style="padding-left:30px;"><code>title		Linux Mint, kernel 2.6.24-16-generic<br />
root		<strong>(hd0,6)</strong><br />
kernel		/boot/vmlinuz-2.6.24-16-generic root=/dev/sdb7 ro quiet<br />
initrd		/boot/initrd.img-2.6.24-16-generic</code></div>
<p>Amazing! It&#8217;s booting up. That&#8217;s when I hit the next major snag. Linux Mint itself failed to load and complained about a missing partition. &#8220;What in the world?&#8221; I thought. I rebooted and edited the boot option again. That&#8217;s when I saw it. The partition was also referenced in the kernel option. So, I made one more change:</p>
<div style="padding-left:30px;"><code>title		Linux Mint, kernel 2.6.24-16-generic<br />
root		(hd0,6)<br />
kernel		/boot/vmlinuz-2.6.24-16-generic root=<strong>/dev/sda7</strong> ro quiet<br />
initrd		/boot/initrd.img-2.6.24-16-generic</code></div>
<p>Note: I removed <code>splash</code> from the end of the <code>kernel</code> option in order to make the data fit nicely on the page.</p>
<p>I booted from this newly-modified set of options, and after a couple of minutes, I was greeted with a friendly login screen. When I logged in, I was very surprised. In the midst of fixing all those boot errors, I forgot what the point of all this was. When the desktop loaded, I was looking at nearly the exact same desktop as I had on Ubuntu. The shared /home partition worked beautifully.</p>
<p>So, what was the problem that I had and why did my fix work? Ubuntu and its Grub loader saw my OS drive as the second drive in the system, so that drive was treated as /dev/sdb (or hd1). However, Linux Mint and its Grub loader saw the same drive as the first drive and named it /dev/sda (or hd0). My hunch was that they somehow saw the drives differently and changed hd1,6 to hd0,6 and /dev/sdb7 to /dev/sda7. I still don&#8217;t know why this is, but I&#8217;m going to keep digging. When I have an answer, I&#8217;ll post it here.</p>
<p>As for Linux Mint, I&#8217;m going to test it out over the next couple of days. Expect to see some posts about it soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisjean.com/2009/01/07/dual-boot-ubuntu-and-linux-mint-with-shared-home/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux Distro Tests</title>
		<link>http://chrisjean.com/2008/08/07/linux-distro-tests/</link>
		<comments>http://chrisjean.com/2008/08/07/linux-distro-tests/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 23:50:36 +0000</pubDate>
		<dc:creator>gaarai</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Distro]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Mandriva]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Sabayon]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gaarai.com/?p=264</guid>
		<description><![CDATA[I&#8217;ve poked around with some distros over the last few days. They&#8217;ve all been Live Distros running in VMWare. Some of the Distros ran very well like this (Fedora, Mandriva, openSUSE, and Ubuntu), but others failed miserably in one way or another (Linux Mint, Sabayon). Unfortunately, CentOS cannot be installed from a Live CD, so [...]]]></description>
			<content:encoded><![CDATA[<!-- filtered -->
<p>I&#8217;ve poked around with some distros over the last few days. They&#8217;ve all been Live Distros running in <a href="http://www.vmware.com/" target="_blank">VMWare</a>. Some of the Distros ran very well like this (Fedora, Mandriva, openSUSE, and Ubuntu), but others failed miserably in one way or another (Linux Mint, Sabayon). Unfortunately, CentOS cannot be installed from a Live CD, so I was unable to test out its installer in VMWare.</p>

<h3>Starting Over</h3>
<p>I realized that running all these Distros in a Live environment and in VMWare may be unfair. So I&#8217;m going to start from scratch, and do all the processes by directly running each Live Distro on the machine directly. This time, I&#8217;ve created a list of tasks to do in each Distro. I&#8217;ll make notes as I try to do each step for each Distro.</p>
<h3>Test Basics</h3>
<p>I will run each Distro through as much of the list as I can (some Distros may not be able to do certain tests). For each item, I will record how easy it is for me to complete (five-point scale), how well errors or potential problems are reported (five-point scale), and make general notes about the process.</p>
<h3>Live Distro Test</h3>
<p>The idea for this test is to get a good idea of how much functionality each Distro can provide without having to be installed. I&#8217;ll be looking for the best out of box experience. Unless the Distro provides a clear way to allow the task to work, I won&#8217;t make any changes to the installation. Since this is a live run of the Distro, making a bunch of changes each time just to do a task would be very unproductive.</p>
<ul>
<li>Boot to GUI desktop. This will test how easily the Distro deals with a dynamic mix of hardware and how well it auto-configures itself.</li>
<li>Test keyboard buttons. I&#8217;ll press the non-standard, Microsoft-specific and media keys) on my keyboard and see how many of them are recognized by the Distro.</li>
<li>Run Firefox and load <a href="http://google.com/" target="_blank">Google</a>.  This will test for automatic discovery and connection to the network. The internet connection will be handled by the router, so connection to the network should be sufficient.</li>
<li>While Firefox is still open, I&#8217;ll test to see if my additional mouse buttons are recognized and mapped to the back and forward functions of the browser.</li>
<li>Mount the existing NTFS drives.
<ul>
<li>Copy files back and forth.</li>
<li>Test loading media from an NTFS drive.</li>
</ul>
</li>
<li>Play an audio CD. This will test the ability to auto-load an audio disk. It will also test whether or not the sound card was correctly identified and appropriate drivers were loaded for it.</li>
<li>Play a DVD movie. Similar to the audio CD test, this test will test whether the Distro can automatically load a movie when popped in, how well the audio works, and how smoothly it renders the video. I expect at least a couple Distros to fail this test due to the DVD decoders being proprietary.</li>
<li>I&#8217;d like to find out how well the automatic mounting of USB drives works, so I&#8217;ll connect a USB flash drive and a USB hard drive. I&#8217;ll then move and copy files around to get a good feel for the performance.</li>
<li>Play audio files. I&#8217;ll test the playback ability for mp3 and wma. I might also test Vorbis and FLAC. This will be yet another test of the sound playback and will test codec decoder ability.</li>
<li>Play video files. I&#8217;ll assemble a collection of video files with different encoding schemes and test them out. This will test the sound playback, smoothness of video rendering, and decoder ability.</li>
<li>Load Firefox and visit some sites.
<ul>
<li>First I&#8217;ll visit <a href="http://homestarrunner.com/" target="_blank">homestarrunner.com</a> and watch the intro video. This will be a good test to check for Flash support.</li>
<li>Next I&#8217;ll go to the <a href="http://rvb.roosterteeth.com/" target="_blank">Red vs. Blue</a> site and check out their latest video. These videos are much more intense than the Home Star Runner ones and will be a better test of the performance of the Flash video.</li>
<li>For the final stop on the Flash tour, I&#8217;ll load up <a href="http://newgrounds.com/" target="_blank">Newgrounds.com</a> and play a game. This will be another good Flash performance check.</li>
<li>I&#8217;ll then log into my Gmail account, and check my messages, send a message, and do some basic browsing around. This should work smoothly, but I&#8217;d like to check just to make sure.</li>
<li><a href="http://www.gametrailers.com/" target="_blank">Gametrailers.com</a> has content in Flash, QuickTime, and Windows Media formats, so I&#8217;ll stop there next and check out a game trailer in the different formats. I don&#8217;t expect any of the Distros to render QuickTime or Windows Media videos, but I&#8217;d love to know if any of them can.</li>
<li>A final test is to go to <a href="http://www.apple.com/trailers/" target="_blank">Apple&#8217;s Movie Trailers</a> site and try to watch a movie preview in high quality. Once again, I don&#8217;t expect any Distro to do this without any tweaking, but I&#8217;d love to know if any can.</li>
</ul>
</li>
<li>SSH into another box. I don&#8217;t expect any Distro to have a problem with this, but I&#8217;d love to know if any do.</li>
<li>Load up <a href="http://www.openoffice.org/product/writer.html" target="_blank">OpenOffice Writer</a>, add some text, and try to send the file as an email attachment. I&#8217;d love to know the different approaches each Distro has to sending an email without a configured Email client.</li>
<li>Run the <a href="http://unigine.com/download/" target="_blank">Unigine demo</a> as a benchmark for 3D rendering.</li>
</ul>
<h3>Installation Test</h3>
<p>After testing out how well the Live Distro works, it&#8217;s time to get to business and install to the disk. This process will be done through each Distro&#8217;s live installer (except CentOS which will be installed from the DVD due to not having a live installer). This test doesn&#8217;t have any steps and each installation will be done with most of the options left as default.</p>
<h3>Using the Installed Distro</h3>
<p>Unlike my process for the Live Distro, if the task fails, I&#8217;ll try my best to make changes that will result in successfully running the task.</p>
<ul>
<li>Update all packages.</li>
<li>Run through all the Live Distro steps again. This will check for any enhancements that came from package upgrades or potential differences between the live and installed versions.</li>
<li>Connect my USB printer. I&#8217;d like to see if any Distro will automatically configure the printer.
<ul>
<li>Install the printer, if necessary.</li>
<li>Print out a document with images.</li>
</ul>
</li>
<li>Connect my camera via USB.</li>
<li>Install and test Ventrilo.</li>
<li>Install Wine.
<ul>
<li>Install and test Steam.</li>
<li>Install and test Team Fortress 2.</li>
<li>Install and test Crimson Editor.</li>
</ul>
</li>
<li>Get the fancy Compiz/Beryl desktop stuff working. I&#8217;m not sure if I will actually use such a desktop, but I would like to see what it takes to get each Distro to do it.</li>
</ul>
<h3>Distros to be Tested</h3>
<p>I&#8217;ve made a couple of additions to my list. The list of Distros I want to test are as follows:</p>
<ul>
<li><a href="http://centos.org/" target="_blank">CentOS 5.2</a></li>
<li><a href="http://fedoraproject.org/" target="_blank">Fedora 9</a></li>
<li><a href="http://linuxmint.com/" target="_blank">Linux Mint</a></li>
<li><a href="http://www.mandriva.com/" target="_blank">Mandriva</a></li>
<li><a href="http://opensuse.org/" target="_blank">openSUSE</a></li>
<li><a href="http://www.sabayonlinux.org/" target="_blank">Sabayon</a></li>
<li><a href="http://ubuntu.com/" target="_blank">Ubuntu</a></li>
</ul>
<h3>Final Thoughts</h3>
<p>In the end, I&#8217;d like to get a good feeling for what some of the major Linux Distros are capable of and how easy they are to work with. From the results of my tests, I plan to select my favorite and start using it as my primary desktop for a while.</p>
<p>I&#8217;ll post my reviews as I progress through the tests.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisjean.com/2008/08/07/linux-distro-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Initial Linux Distro Selections</title>
		<link>http://chrisjean.com/2008/08/04/initial-linux-distro-selections/</link>
		<comments>http://chrisjean.com/2008/08/04/initial-linux-distro-selections/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 18:59:46 +0000</pubDate>
		<dc:creator>gaarai</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Random Ramblings]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Distro]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[Sabayon]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gaarai.com/?p=252</guid>
		<description><![CDATA[As I talked about in my Time to Switch to Linux post, I&#8217;m ready to finally migrate away from Windows and into Linux. The biggest question for me is which Distro do I want to start with. Me being a lover of lists, I have a few criteria that I want the Distro that I [...]]]></description>
			<content:encoded><![CDATA[<!-- filtered -->
<p>As I talked about in my <a href="http://chrisjean.com/2008/07/31/time-to-switch-to-linux/">Time to Switch to Linux post</a>, I&#8217;m ready to finally migrate away from Windows and into Linux.  The biggest question for me is which <a href="http://en.wikipedia.org/wiki/Linux_distribution" target="_blank">Distro</a> do I want to start with. Me being a lover of lists, I have a few criteria that I want the Distro that I select to meet:</p>

<h3>Desired Functionality</h3>
<ul>
<li>Be relatively easy to install. I don&#8217;t need something so easy that my Grandmother could do it, but I also don&#8217;t want to be over-burdened with dozens of packages to install just to get the initial installation working properly.</li>
<li>Have a clean and easy GUI. I think <a href="http://www.beryl-project.org/" target="_blank">Beryl/Compiz</a> is really slick, but I really don&#8217;t think I need to be messing with all that stuff when I just want to start off with something that is functional.</li>
<li>Be compatible with my current hardware. I know that hardware support in the major Distros has seen vast improvements in recent years. I just want to know that I can still make full use of my <a href="http://www.microsoft.com/hardware/mouseandkeyboard/productdetails.aspx?pid=043" target="_blank">Microsoft Natural Ergonomic 4000</a> keyboard and my <a href="http://www.logitech.com/index.cfm/mice_pointers/mice/devices/187&amp;cl=us,en" target="_blank">Logitech MX 518</a> mouse. For example, I want to use all of the buttons on my mouse (buttons 4 and 5 should already function for or be easily mapable to forward and back in the browser) and be able to easily map the Windows-specific keys on my keyboard to functions in the UI or key combinations. Just having this functionality alone will do a lot to help me ease my transition.</li>
<li>Easy hotkey assignments. I love having quick access to programs by hitting some key+key combination. I use <a href="http://www.autohotkey.com/" target="_blank">AutoHotkey</a> on my Windows systems to hotkey all the programs I use frequently, I&#8217;d love to be able to easily mirror the functionality on Linux.</li>
<li>Have an active and thriving community for support/troubleshooting reasons.</li>
<li>Be able to support some of my Windows programs if possible. In particular, <a href="http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Forange.half-life2.com%2Ftf2.html&amp;ei=oS6XSMelCaf8igHXpOm3Cg&amp;usg=AFQjCNE2rKvwVxavIbG1qTa_nh1-FMjpUA&amp;sig2=V-XOrpsF3rmkqf46KCRYsg" target="_blank">Team Fortress 2</a> and <a href="http://www.ventrilo.com/" target="_blank">Ventrilo</a> as I&#8217;m a member of the <a href="http://edgegamers.org/" target="_blank">EGO gaming clan</a> and don&#8217;t want to give that up for an operating system. I&#8217;m sure I can have some of the Linux-running members help me with getting this set up.</li>
</ul>
<p>After browsing around <a href="http://distrowatch.com/" target="_blank">DistroWatch</a> for a while, I have found a few Distros have grabbed my attention more than the others.</p>
<h3>Ubuntu<a href="http://www.ubuntu.com/" target="_blank"></a></h3>
<p>I have been an <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> fan for a long time now. I ordered one of the original release disks that they offered years ago and was instantly impressed. My understanding is that they&#8217;ve come a long way since then. My only reservation is the lack of support for non-open-source software, such as proprietary nVidia drivers or proprietary codecs. This probably isn&#8217;t a big deal as plenty of people have guides about adding such things.</p>
<h3>Sabayon</h3>
<p>Another one of the Distros I checked out a while back when I first started playing with the idea of running Linux at home, <a href="http://www.sabayonlinux.org/" target="_blank">Sabayon</a> is looking good to be my final choice. While I&#8217;m not too familiar with <a href="http://en.wikipedia.org/wiki/Gentoo_Linux" target="_blank">Gentoo</a>, the Distro which Sabayon is built off of, Sabayon does have some interesting stuff going for it. I&#8217;m most interested in how they try to ease installation and use of many cutting edge features, such as enhanced proprietary driver support, and their unique packaging system <a href="http://en.wikipedia.org/wiki/SabayonLinux#Features" target="_blank">Entropy</a>.</p>
<h3>openSUSE</h3>
<p>I don&#8217;t personally have much experience with <a href="http://www.opensuse.org/" target="_blank">openSUSE</a>, but I have read many good reviews and recommendations about it. My biggest reservation is I don&#8217;t like what I&#8217;ve read about Novell and Microsoft and how it relates to openSUSE.</p>
<h3>Fedora</h3>
<p>Most of my experience with Linux comes from <a href="http://www.redhat.com/rhel/" target="_blank">Red Hat EL</a>. <a href="http://fedoraproject.org/" target="_blank">Fedora</a> is a Distro that is spun off of the main releases of RHEL, so it will have much in common. Maybe it would be best if I stick with a platform that has a similar foundation which could ease my changeover.</p>
<h3>CentOS</h3>
<p>My personal webserver runs <a href="http://www.centos.org/" target="_blank">CentOS</a>, and I really like it, sometimes even more than Red Hat EL. I really like using <a href="http://en.wikipedia.org/wiki/Yellow_dog_Updater%2C_Modified" target="_blank">yum</a> as it makes updates extremely easy. Hopefully the desktop version will be able to hold up to the results I&#8217;ve experienced from the server version.</p>
<h3>Conclusion</h3>
<p>So those are the options that I&#8217;m currently looking at. Fortunately, all the distros I&#8217;ve decided to explore more have <a href="http://en.wikipedia.org/wiki/Live_CD" target="_blank">Live Distros</a> available. This will make it easy for me to &#8220;try before I buy&#8221;. In other words, I can try out a basic version of the Distro without having commit to an installation of it first.</p>
<p>Updates will be coming with my impression of each distro and my final selection.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisjean.com/2008/08/04/initial-linux-distro-selections/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
