<?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>FergyTech &#187; fedora</title>
	<atom:link href="http://www.fergytech.com/tag/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fergytech.com</link>
	<description>The lovechild of technology and mayhem!</description>
	<lastBuildDate>Sun, 29 Jan 2012 09:34:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Enable MP3 Playback on Fedora 16</title>
		<link>http://www.fergytech.com/2011/11/enable-mp3-playback-on-fedora-16/</link>
		<comments>http://www.fergytech.com/2011/11/enable-mp3-playback-on-fedora-16/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 15:49:36 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gstreamer]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1574</guid>
		<description><![CDATA[I always struggle with quickly enabling MP3 playback on a fresh install of Fedora. There are legal reasons (which I&#8217;m not interested in) as to why Fedora doesn&#8217;t ship with MP3 support right out of the box. So; that&#8217;s what third-party repositories are for. Simply install the RPM Fusion repository and then install the &#8220;Ugly&#8221;]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1575" title="GStreamer and RPM Fusion logos" src="http://www.fergytech.com/wp-content/uploads/lead-gstreamer-rpm-fusion.png" alt="" width="460" height="115" /></p>
<p>I always struggle with quickly enabling MP3 playback on a fresh install of Fedora. There are legal reasons (which I&#8217;m not interested in) as to why Fedora doesn&#8217;t ship with MP3 support right out of the box. So; that&#8217;s what third-party repositories are for. Simply install the <a href="http://rpmfusion.org/Configuration" target="_blank">RPM Fusion repository</a> and then install the &#8220;Ugly&#8221; <a href="http://gstreamer.freedesktop.org/" target="_blank">GStreamer</a> Plugin.</p>
<p><span id="more-1574"></span></p>
<blockquote class="code"><p># yum localinstall &#8211;nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm</p>
<p># yum install gstreamer-plugins-ugly</p></blockquote>
<p>If you need other support you can always install all the plugins for GStreamer&#8230;</p>
<blockquote class="code"><p># yum install gstreamer-plugins-*</p></blockquote>
<p>Another method is simply installing <a href="http://www.videolan.org/vlc/" target="_blank">VLC</a>. This media player is bursting at its seams with codex goodness.</p>
<blockquote class="code"><p># yum install vlc</p></blockquote>
<p>You&#8217;re welcome! <img src='http://www.fergytech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/11/enable-mp3-playback-on-fedora-16/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Setup Android SDK Starter Package on Fedora 16</title>
		<link>http://www.fergytech.com/2011/11/setup-android-sdk-starter-package-on-fedora-16/</link>
		<comments>http://www.fergytech.com/2011/11/setup-android-sdk-starter-package-on-fedora-16/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 03:02:31 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[command line interface]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[software development kit]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1559</guid>
		<description><![CDATA[Can a man&#8217;s love for the command line blossom like a rose or age like good wine? I do believe the answer to my rhetorical question is a resounding YES! Recently I&#8217;ve found myself choosing gnome-terminal to execute things rather than clicking in a series of menus on my desktop. Don&#8217;t get me wrong; a]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1567" title="Fedora 16 logo and the Android logo" src="http://www.fergytech.com/wp-content/uploads/lead-fedora-16-android.png" alt="" width="460" height="115" /></p>
<p>Can a man&#8217;s love for the <em>command line</em> blossom like a rose or age like good wine? I do believe the answer to my rhetorical question is a resounding YES! Recently I&#8217;ve found myself choosing <em>gnome-terminal</em> to execute things rather than clicking in a series of menus on my desktop. Don&#8217;t get me wrong; a GUI is nice thing to have, but the efficency of the CLI is unmatched. Through a series of unfortunate events I&#8217;ve setup my Linux environment for Android development (aka how trying to fix a bricked phone). I&#8217;m working with a fresh install from <a href="http://get.fedoraproject.org" target="_blank">Fedora 16 Live</a>. What that means is A LOT of packages/libraries are not installed. Just the bare minimum to get me going.<br />
<span id="more-1559"></span><br />
Here&#8217;s a general overview of the process I took:</p>
<ol>
<li>Download and extracted the <a href="http://developer.android.com/sdk/index.html" target="_blank">Android Software Development Kit</a>.</li>
<li>Installed the Eclipse IDE (roughly 68 packages).</li>
<li>Installed ADT plugins for Eclipse.</li>
<li>Ran ./android command from SDK &#8220;tools&#8221; directory.</li>
<li>It started the &#8220;Android SDK Manager&#8221;. I then installed:
<ol>
<li>Android SDK Platform-tools</li>
<li>The covented &#8220;Android 4.0&#8243; platform</li>
<li>3.2, 2.3.3, and 2.2 platforms (just to show that I can be verstile)</li>
</ol>
</li>
</ol>
<h3>WGET the Android SDK</h3>
<p>I&#8217;m really enjoy the simplicity of the WGET command. While viewing the SDK page in Firefox I simply copied the link for the SDK file and pasted it into the terminal:</p>
<blockquote class="code"><p>$ wget http://dl.google.com/android/android-sdk_r15-linux.tgz</p></blockquote>
<h3>Yummy, Eclipse</h3>
<p>I then used YUM to grab the Eclipse IDE and all its relevant components. Again; since this OS installation was pretty light I ended up installing 68 packages, such as: Eclipse, Java, etc.</p>
<blockquote class="code"><p># yum install eclipse</p></blockquote>
<p>Once that was done I then installed the ADT plugin.</p>
<ol>
<li>I opened the Eclipse IDE.</li>
<li>Clicked on Help &gt; Install Software.</li>
<li>Added the following repository: <a href="https://dl-ssl.google.com/android/eclipse/" target="_blank">https://dl-ssl.google.com/android/eclipse/</a></li>
<li>Clicked &#8220;Select All&#8221; and went to town! It was odd, but I noticed I had to try a couple times. It was claiming to have dependency issues. So; I started clicking one-by-one. Eventually I was able to get all 4 packages installed.</li>
</ol>
<h3>Running Android</h3>
<p><em>This following set is unnecessary since you can access the Android SDK Manager from within Eclipse (thanks to the ADT plugin). Originally;  skipped the ADT plugin step.</em></p>
<p>Now that Java is installed I can run the &#8220;android&#8221; command. It&#8217;s located in the &#8220;tools&#8221; directory of your freshly extracted tarball file &#8220;android-sdk_r15-linux.tgz&#8221;.</p>
<blockquote class="code"><p>$ ./android</p></blockquote>
<h3>SDK Managment</h3>
<p><a href="http://www.fergytech.com/wp-content/uploads/android-sdk-manager.png"><img class="alignright size-medium wp-image-1565" title="android sdk manager" src="http://www.fergytech.com/wp-content/uploads/android-sdk-manager-300x176.png" alt="" width="300" height="176" /></a></p>
<p>The Android SDK Manager popped up with some packages to install. I chose what I thought were appropriate and wrote this blog post while I waited for the files to be downloaded and installed.</p>
<p>So; that&#8217;s pretty much it. At this point you&#8217;re ready to jump into the wonderment, which is Android development. Enjoy!</p>
<h3>References</h3>
<ol>
<li><a href="http://wiki.cyanogenmod.com/wiki/Howto:_Install_the_Android_SDK" target="_blank">http://wiki.cyanogenmod.com/wiki/Howto:_Install_the_Android_SDK</a></li>
<li><a href="http://developer.android.com/sdk/installing.html" target="_blank">http://developer.android.com/sdk/installing.html</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/11/setup-android-sdk-starter-package-on-fedora-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable SSH on Fedora 15</title>
		<link>http://www.fergytech.com/2011/05/enable-ssh-on-fedora-15/</link>
		<comments>http://www.fergytech.com/2011/05/enable-ssh-on-fedora-15/#comments</comments>
		<pubDate>Wed, 25 May 2011 10:23:27 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[secure shell]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1462</guid>
		<description><![CDATA[Good ol&#8217; Secure Shell or SSH &#8212; who would want to live without them!? To give you a text-book definition; SSH is a network protocol that allows data to be exchanged using a secure channel between two networked devices. Now that we&#8217;ve gotten that out of the way, let get down to business. You&#8217;ve got]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1470" title="Secure Shell Daemon (tools)" src="http://www.fergytech.com/wp-content/uploads/lead-secure-shell-daemon.jpg" alt="" width="460" height="115" /></p>
<p>Good ol&#8217; <a href="http://en.wikipedia.org/wiki/Secure_Shell" target="_blank">Secure Shell</a> or <em>SSH</em> &#8212; who would want to live without them!? To give you a text-book definition; SSH is a network protocol that allows data to be exchanged using a secure channel between two networked devices. Now that we&#8217;ve gotten that out of the way, let get down to business. You&#8217;ve got a fresh install of <a href="http://fedoraproject.org/en/get-fedora" target="_blank">Fedora 15</a>, with that wonky <a href="http://gnome3.org/" target="_blank">GNOME 3</a> desktop, and need to figure out how to enable SSH. This article is simply a barebones way of getting started. There&#8217;s a better method to make the SSH session more secure, but I haven&#8217;t researched that yet.In order to run some of the commands you&#8217;ll need to have the root account&#8217;s password.<br />
<span id="more-1462"></span></p>
<h3>Enable SSH Daemon</h3>
<p>First things first, let&#8217;s make sure that the ssh daemon is running. Without that we&#8217;re not using this service at all. Open gnome-terminal and type:</p>
<blockquote class="code"><p>$ su -<br />
Password:<br />
# systemctl start sshd.service</p></blockquote>
<p>Now that it&#8217;s started you&#8217;ll need to keep it going in case you reboot your machine. Run the following command to have it start on-boot:</p>
<blockquote class="code"><p># systemctl enable sshd.service</p></blockquote>
<p>After executing that command I received the message below. <a href="http://www.linkedin.com/in/tomasztorcz" target="_blank">Tomasz Torcz</a> was kind of enough let me know that the above command will redirect to <em>chkconfig </em>until systemd unit file is shipped with sshd.</p>
<blockquote><p>sshd.service is not a native service, redirecting to /sbin/chkconfig.<br />
Executing /sbin/chkconfig sshd on</p></blockquote>
<h3>Verify Firewall Setting</h3>
<p>By default port 22 is open in the firewall, but it&#8217;s good to double check. Open <strong>system-config-firewall</strong>. You can either type in that name or navigate to <em>Activities | Applications | Firewall</em>.</p>
<p><a href="http://www.fergytech.com/wp-content/uploads/screenshot-firewall-configuration.png"><img class="alignnone size-medium wp-image-1463" title="screenshot-firewall-configuration" src="http://www.fergytech.com/wp-content/uploads/screenshot-firewall-configuration-300x214.png" alt="" width="300" height="214" /></a></p>
<h3>Test the Connection</h3>
<p>The easiest way to test is run the <strong>ssh</strong> command in your terminal. Another method is installing an SSH client on your Android device (<a href="http://code.google.com/p/connectbot/" target="_blank">ConnectBot</a>) or installing <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank">PuTTY</a> on your Windows machine. If you&#8217;re going to test the connection on the same machine, simply open gnome-terminal and type:</p>
<blockquote class="code"><p>$ ssh user@hostname</p></blockquote>
<p>For instance my username is &#8220;marc&#8221; and my computer is 10.0.0.2 (I could never figure out how to configure my hostname properly). So; I type in <strong>ssh marc@10.0.0.2</strong>. I&#8217;d get a warning message saying:</p>
<blockquote><p>The authenticity of host &#8217;10.0.0.2 (10.0.0.2)&#8217; can&#8217;t be established.<br />
RSA key fingerprint is [some long identification number in 2-digit sequence]<br />
Are you sure you want to continue connecting (yes/no)?</p></blockquote>
<p>Once I typed in &#8220;yes&#8221;, I was then able to type in my password for &#8220;marc&#8221; and continue on. That&#8217;s it. Have fun SSHin&#8217; into your machine from remote places.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/05/enable-ssh-on-fedora-15/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Adding User Account to Sudoer File</title>
		<link>http://www.fergytech.com/2011/05/adding-user-account-to-sudoer-file/</link>
		<comments>http://www.fergytech.com/2011/05/adding-user-account-to-sudoer-file/#comments</comments>
		<pubDate>Mon, 02 May 2011 01:53:18 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1427</guid>
		<description><![CDATA[Ever wanted to run a command normally executed by the root user account, but didn&#8217;t want to log in as root? Hell ya! I know I have. The easiest solution to this problem is to add your user account to a file located at /etc/sudoers and you&#8217;re good to go. In this example I&#8217;m running]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1433" title="Galactus holding Silver Surfer" src="http://www.fergytech.com/wp-content/uploads/lead-galactus.jpg" alt="" width="460" height="115" /></p>
<p>Ever wanted to run a command normally executed by the <em>root</em> user account, but didn&#8217;t want to log in as root? Hell ya! I know I have. The easiest solution to this problem is to add your user account to a file located at /etc/sudoers and you&#8217;re good to go. In this example I&#8217;m running Fedora 14 x86_64 (Gnome desktop) in a non corporate environment. The catch is you need to already have root access.</p>
<p><span id="more-1427"></span></p>
<p>Open <em>gnome-terminal</em> and type the following:</p>
<ol></ol>
<blockquote class="code"><p>$ su -<br />
Password [type in the root password here]</p></blockquote>
<p>Your bash line will change from $ to # indicating that you are now using the root account. At this point you&#8217;re going to use a text editor to modify the file /etc/sudoers. My preferred graphical editor is gedit.</p>
<ol></ol>
<blockquote class="code"><p># gedit /etc/sudoers</p></blockquote>
<p>Once the document is open you will scroll down until you see:</p>
<blockquote><p>## Allow root to run any commands anywhere<br />
root            ALL=(ALL)     ALL</p></blockquote>
<p>Simply append that section with your user account and save the file. You will need to log out so that the sudoers parameters propagates the system. Let&#8217;s pretend that your user account is <em>epicman</em>.</p>
<blockquote><p>## Allow root to run any commands anywhere<br />
root            ALL=(ALL)     ALL<br />
epicman     ALL=(ALL)     NOPASSWD: ALL</p></blockquote>
<p>That &#8220;NOPASSWD&#8221; at the end is a pretty convenient setting. It&#8217;s self explanatory, but it pretty much allows you to execute &#8220;$ sudo &lt;whatever command&gt;&#8221; without having to type in a password. Pretty sweet.</p>
<h3>References</h3>
<ol>
<li><a href="http://www.gratisoft.us/sudo/man/1.8.1/sudoers.man.html" target="_blank">http://www.gratisoft.us/sudo/man/1.8.1/sudoers.man.html</a></li>
<li><a href="http://en.wikipedia.org/wiki/Sudo" target="_blank">http://en.wikipedia.org/wiki/Sudo</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/05/adding-user-account-to-sudoer-file/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Getting Fedora 14 LiveUSB to Boot</title>
		<link>http://www.fergytech.com/2010/11/getting-fedora-14-liveusb-to-boot/</link>
		<comments>http://www.fergytech.com/2010/11/getting-fedora-14-liveusb-to-boot/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 02:13:15 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[liveusb]]></category>
		<category><![CDATA[syslinux]]></category>
		<category><![CDATA[unetbootin]]></category>
		<category><![CDATA[usb storage]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1224</guid>
		<description><![CDATA[Some of us have experienced  a problem getting the Fedora 14 Live to work correctly on a USB drive. Well; today I finally found that solution and I&#8217;d like to share that knowledge and help heal the wounds. There are a couple routes to take in order to  prepare your USB drive to boot Fedora.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1225" title="Screenshot of UNetbootin" src="http://www.fergytech.com/wp-content/uploads/lead-unetbootin-460px.jpg" alt="" width="460" height="115" /></p>
<p>Some of us have experienced  a problem getting the <a href="http://fedoraproject.org/en/get-fedora" target="_blank">Fedora 14 Live</a> to work correctly on a USB drive. Well; today I finally found that solution and I&#8217;d like to share that knowledge and help heal the wounds. There are a couple routes to take in order to  prepare your USB drive to boot Fedora. The more popular method is <a href="https://fedorahosted.org/liveusb-creator/" target="_blank">LiveUSB Creator</a>. It was brought to my attention that Fedora 14 Live uses syslinux version 4.02. I&#8217;m guessing the website is dishing out their package with syslinux version 3.9.2. What to do!?</p>
<p><span id="more-1224"></span></p>
<ol>
<li><strong>Method 1: Grab the Correct Version of Syslinux.</strong> Visit the FAQ page for LiveUSB Creator and you&#8217;ll see a link for the appropriate syslinux RPM. Located here at <a href="http://download.fedora.redhat.com/pub/fedora/linux/releases/14/Everything/i386/os/Packages/syslinux-4.02-3.fc14.i686.rpm" target="_blank">http://download.fedora.redhat.com/pub/fedora/linux/releases/14/Everything/i386/os/Packages/syslinux-4.02-3.fc14.i686.rpm</a></li>
<li><a href="http://download.fedora.redhat.com/pub/fedora/linux/releases/14/Everything/i386/os/Packages/syslinux-4.02-3.fc14.i686.rpm" target="_blank"></a><strong>Method 2: Use UNetbootin.</strong> You can use another program called <a href="http://unetbootin.sourceforge.net/" target="_blank">UNetbootin</a>. This is the method that I used. Worked like a charm.</li>
</ol>
<h3>The Source of the Solution</h3>
<p>I can&#8217;t finish this post without giving props to the forum thread that saved my bacon. The entire discussion can be found here at <a href="http://forums.fedoraforum.org/showthread.php?t=253636" target="_blank">LiveUSB not booting Fedora 14</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2010/11/getting-fedora-14-liveusb-to-boot/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Longing for Hackery</title>
		<link>http://www.fergytech.com/2010/08/a-longing-for-hackery/</link>
		<comments>http://www.fergytech.com/2010/08/a-longing-for-hackery/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 13:35:32 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[anime]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[netflix]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1153</guid>
		<description><![CDATA[Last night I watched Parasite Dolls on Netflix. Wow; what a bad Anime. I gave it two stars, but during the scenes when the hacker was working on his computer I felt a deep loss in my heart. It&#8217;s been about 2, maybe 3 months since I last logged into my Fedora partition. I fear]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1154" title="DVD cover of Parasite Dolls, a Japanese Anime." src="http://www.fergytech.com/wp-content/uploads/lead-parasite-dolls-460x115.jpg" alt="" width="460" height="115" /></p>
<p>Last night I watched <a href="http://en.wikipedia.org/wiki/Parasite_Dolls" target="_blank">Parasite Dolls</a> on Netflix. Wow; what a bad Anime. I gave it two stars, but during the scenes when the hacker was working on his computer I felt a deep loss in my heart. It&#8217;s been about 2, maybe 3 months since I last logged into my Fedora partition. I fear that I may miss out on Fedora 13 by time I get it working. It&#8217;s a very long story to tell, but one of these days I&#8217;m going to take some time out of my busy schedule and fix my computer.</p>
<blockquote><p>In the meantime if anyone has a motherboard that&#8217;s similar to a BioStar TA690G AM2 5.x &#8211; contact me. I think I broke mine. :&#8217;(</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2010/08/a-longing-for-hackery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boot Fedora or Ubuntu Live via USB</title>
		<link>http://www.fergytech.com/2010/06/boot-fedora-or-ubuntu-live-via-usb/</link>
		<comments>http://www.fergytech.com/2010/06/boot-fedora-or-ubuntu-live-via-usb/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 12:11:38 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usb storage]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=981</guid>
		<description><![CDATA[I think I&#8217;ve earned some FOSS badges of honor this past week or so. I&#8217;ve become very efficient at flashing my USB key and getting it ready to either boot Fedora or Ubuntu Live.  There is a way to totally customize your USB key by not having to use Pendrive or LiveUSB Creator, but I&#8217;ll]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1090" title="Ubuntu background with Fedora logo and USB key." src="http://www.fergytech.com/wp-content/uploads/lead-fedora-ubuntu-usb.jpg" alt="" width="460" height="115" /></p>
<p>I think I&#8217;ve earned some <em>FOSS badges of honor</em> this past week or so. I&#8217;ve become very efficient at flashing my USB key and getting it ready to either boot Fedora or Ubuntu Live.  There is a way to totally customize your USB key by not having to use Pendrive or LiveUSB Creator, but I&#8217;ll leave that for the advanced post. However, in this post, I&#8217;ll talk about the basics of getting your USB key ready to test the latest versions of Fedora 13 and Ubuntu 10.04. It looks like a pretty intimidating list of what needs to be done, but they each have very short executions:</p>
<ul>
<li>What&#8217;s Needed</li>
<li>Getting Your ISO&#8217;s</li>
<li>Getting the USB Software</li>
<li>Preparing Your USB Key</li>
<li>Boot via USB key</li>
</ul>
<p>As a side note, I&#8217;m a little embarrassed to say that I did this in Microsoft Windows.  At the time, I couldn&#8217;t get into my Fedora 12 x86_64 install. It was a simple GRUB issue, but I didn&#8217;t make the effort to correct it. Quite the irony (-5 HP).</p>
<p><span id="more-981"></span></p>
<h3>What&#8217;s Needed</h3>
<p>I&#8217;m going to primarily reference the <a href="http://get.fedoraproject.org" target="_blank">Fedora Project</a>, but the concept is basically the same for Ubuntu and other Linux distributions. You will need:</p>
<ul>
<li>A <strong>USB Flash Drive</strong> with at least 1 to 2 GB of storage (here&#8217;s a list from <a href="http://www.newegg.com/Store/SubCategory.aspx?SubCategory=522&amp;name=USB-Flash-Drives" target="_blank">Newegg</a>).</li>
<li>A Linux distribution&#8217;s &#8220;Live&#8221; <strong>ISO file</strong> (<em>ex: fedora-13-x86_64-Live.iso, ubuntu-10.04-Live.iso, scrappydolinux-x86_64-Live.iso, etc</em>)</li>
<li><strong>Software</strong> to convert the Linux distribution&#8217;s ISO file into a working bootable format. The two most popular are:
<ul>
<li>Pendrive [<a href="http://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-v1.5.6.exe" target="_blank">software</a>] [<a href="http://www.pendrivelinux.com/put-ubuntu-10-04-on-flash-drive-using-windows/" target="_blank">article</a>] &#8211; the information architecture for this web site is horrible (just an FYI).</li>
<li>Fedora LiveUSB Creator [<a href="https://fedorahosted.org/liveusb-creator/" target="_blank">web site</a>]</li>
</ul>
</li>
</ul>
<h3>Getting Your ISO&#8217;s</h3>
<p><img class="alignright size-medium wp-image-1094" title="download green icon" src="http://www.fergytech.com/wp-content/uploads/icon-download-300x300.jpg" alt="" width="300" height="300" /></p>
<p>So; you&#8217;re ready to get your ISO file. All (or most) Linux distributions have a list of additional servers that are hosting various files. Since they &#8220;mirror&#8221; what&#8217;s on the main web site, other people can get to that data quicker. If the main server is bogged down with users trying to get the latest distribution release then the <em>mirrors</em> can take some of that stress.  All that to say &#8211; download the ISO file that you want to put onto your USB key. In this example, I&#8217;m going to download Fedora 13 x86_64, which can be found at:</p>
<ul>
<li><a href="http://mirrors.kernel.org/fedora/" target="_blank">http://mirrors.kernel.org/fedora/</a> &#8211; this is the starting point. From here I can go into whatever directory your heart desires.</li>
<li><a href="http://mirrors.kernel.org/fedora/releases/13/Fedora/x86_64/iso/Fedora-13-x86_64-DVD.iso" target="_blank">http://mirrors.kernel.org/fedora/releases/13/Fedora/x86_64/iso/Fedora-13-x86_64-DVD.iso</a> &#8211; it&#8217;s a pretty ugly URL, but whatcha&#8217; gonna do!?</li>
</ul>
<p>Download the ISO file onto your computer somewhere for safe keeping. You&#8217;re going to reference it later.</p>
<blockquote><p><strong>Edited after Peter&#8217;s comment below.</strong> Fedora also has alternative versions of its distro, which are tailored for various types of users via hand-picked application sets. For instance in my original post I used <strong>Mobiln</strong> as an example of &#8220;mirror site&#8221;. In fact Moblin is something specific to mobile users (ex: netbook) and it&#8217;s really awesome. You can find out more from their <a href="http://spins.fedoraproject.org/moblin/" target="_blank">Spin site</a>.</p></blockquote>
<h3>Getting the USB Software</h3>
<p>For Ubuntu and Fedora the recommended software used to get your USB key ready for booting is <em>Pendrive </em>and <em>Fedora LiveUSB Creator</em> (as mentioned in the &#8220;What&#8217;s Needed&#8221; section). Fedora LiveUSB Creator software will need to be installed, but Pendrive (also known as <em>Universal USB Installer</em>) runs out-of-the-box. In this scenario, install Fedora LiveUSB Creator.</p>
<h3>Preparing Your USB Key</h3>
<p><a href="http://www.fergytech.com/wp-content/uploads/fedora-liveusb-creator.jpg"><img class="alignright size-medium wp-image-1100" title="Fedora Live USB Creator" src="http://www.fergytech.com/wp-content/uploads/fedora-liveusb-creator-300x291.jpg" alt="" width="300" height="291" /></a></p>
<p>I&#8217;m expressing a big fat <strong>/facepalm</strong> as I write this, but in Windows (ugh) you can open Windows Explorer (keyboard shortcut <em>Win+E</em>), right-click on your USB key drive and do a quick format. You can leave the default setting (file system: FAT, Allocation 32 KB, etc) I believe the software does it too, but I haven&#8217;t verified that. Once it&#8217;s formatted you&#8217;re ready to go.</p>
<ol>
<li>Run the <em>Fedora LiveUSB Creator</em> program from the Start Menu.</li>
<li>Click the &#8220;Browse&#8221; button under &#8220;Use existing Live CD&#8221; section.</li>
<li>Locate your <em>Fedora-13-x86_64-Live.iso</em> file.</li>
<li>Select your USB key under &#8220;Target Device&#8221; section.</li>
<li>Choose the amount of extra space you&#8217;d like to use for miscellaneous storage (totally optional)</li>
<li>Click on &#8220;Create Live USB&#8221;.</li>
</ol>
<blockquote><p>For Universal USB Installer, it&#8217;s recommended that you use their preset distribution list. I&#8217;ve tried it a couple times with &#8220;Try Some Other Live Linux ISO&#8221; and I end up with errors and a non-working boot sequence.</p></blockquote>
<p>I&#8217;ve <strong>rinsed and repeat</strong> this process numerous times while testing different devices. It was smooth sailing for the most part (I hope that&#8217;s your experience as well).</p>
<h3>Boot via USB key</h3>
<p><a href="http://www.fergytech.com/wp-content/uploads/fedora-livedesktop-login.png"><img class="alignright size-medium wp-image-1097" title="fedora 13 Live desktop login screen" src="http://www.fergytech.com/wp-content/uploads/fedora-livedesktop-login-300x225.png" alt="" width="300" height="225" /></a></p>
<p>You&#8217;re almost there&#8230; that sweet-spot of booting Linux (temporarily) onto your existing hardware. The main thing you&#8217;ll need to figure out is whether your BIOS supports booting from a USB device. When you boot your machine and you see one of the bootable devices as &#8220;USB-ZIP&#8221; then you&#8217;re good to go! If not, reference your motherboard&#8217;s manual and see how to enable this feature.</p>
<p>So; once you make it past the machine boot sequence and choose &#8220;USB-ZIP&#8221; (or if you set it as the primary or secondary choice) then the rest should be cake. It&#8217;ll start like any other normal LiveCD. It&#8217;ll give you the options of choosing to run the distro, install it, test it, etc. Have fun whoring-out your system to the array of Linux distributions available in a try-before-you-buy format. Apple and Windows can&#8217;t do that! Booyah!</p>
<h3>References</h3>
<ul>
<li>Fedora Project [<a href="https://fedoraproject.org/get-fedora" target="_blank">download</a>] [<a href="http://mirrors.fedoraproject.org/publiclist/Fedora/13/" target="_blank">mirrors</a>] [<a href="http://torrent.fedoraproject.org/" target="_blank">torrents</a>]</li>
<li><a href="http://en.wikipedia.org/wiki/Live_CD" target="_blank">Live CD</a></li>
<li><a href="http://en.wikipedia.org/wiki/Mirror_%28computing%29" target="_blank">Mirror</a> <em>web hosting</em></li>
<li>Ubuntu Desktop Edition [<a href="http://www.ubuntu.com/desktop/get-ubuntu/download" target="_blank">download</a>] [<a href="http://www.ubuntu.com/desktop/get-ubuntu/alternative-download" target="_blank">mirrors</a>]</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2010/06/boot-fedora-or-ubuntu-live-via-usb/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Day of the Jedi!</title>
		<link>http://www.fergytech.com/2010/05/day-of-the-jedi/</link>
		<comments>http://www.fergytech.com/2010/05/day-of-the-jedi/#comments</comments>
		<pubDate>Tue, 25 May 2010 14:30:17 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[star trek]]></category>
		<category><![CDATA[star wars]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1000</guid>
		<description><![CDATA[Today, May 25th, is known by many devout Star War fans as &#8220;Day of the Jedi&#8220;.  Yet after doing a little bit of research I now know that today is really &#8220;Geek Pride Day&#8220;. I like &#8220;Day of the Jedi&#8221; better! I missed posting something on the epically-coincidental &#8220;May the fourth be with you&#8221; Day]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fergytech.com/wp-content/uploads/lead-star-ways-day-of-the-jedi-460px.jpg"><img class="alignnone size-full wp-image-1003" title="Star Wars: Day of the Jedi" src="http://www.fergytech.com/wp-content/uploads/lead-star-ways-day-of-the-jedi-460px.jpg" alt="" width="460" height="115" /></a></p>
<p>Today, May 25th, is known by many devout Star War fans as &#8220;<a href="http://www.dayofthejedi.com" target="_blank">Day of the Jedi</a>&#8220;.  Yet after doing a little bit of research I now know that today is really &#8220;<a href="http://en.wikipedia.org/wiki/Geek_Pride_Day" target="_blank">Geek Pride Day</a>&#8220;. I like &#8220;Day of the Jedi&#8221; better! I missed posting something on the epically-coincidental &#8220;May the fourth be with you&#8221; Day (May 4th) so I made sure not to miss this opportunity.</p>
<p>What is &#8220;Day of the Jedi&#8221;? For those poor <em>Star Trek</em> souls that don&#8217;t know, I&#8217;ll shed some light on the subject. Or you can look it up on Wikipedia like I did. <img src='http://www.fergytech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3><span id="more-1000"></span>The Profound Meaning of Day of the Jedi</h3>
<p>The release dates for the original Star Wars series were Episode IV: May 25 1977, Episode V: May 21 1980, and Episode VI: May 25 1983. So; choose the common denominator (May 25)&#8230; and there you go! Now go out side or on the Internet and show Star Wars even MORE love than you already do!</p>
<h3>Rights and Responsibilities</h3>
<p>What really made me want to write a post were the &#8220;rights and responsibilities&#8221; of Geek Pride Day. You can find it on their <a href="http://en.wikipedia.org/wiki/Geek_Pride_Day#Basic_rights_and_responsibilities_of_geeks" target="_blank">Wikipedia</a> page.</p>
<p>A manifesto was created to celebrate the first Geek Pride Day which included the following list of basic rights and responsibilities of geeks.</p>
<h4>Rights</h4>
<ol>
<li>The right to be even geekier.</li>
<li>The right to not leave your house.</li>
<li>The right to not like football or any other sport.</li>
<li>The right to associate with other nerds.</li>
<li>The right to have few friends (or none at all).</li>
<li>The right to have as many geeky friends as you want.</li>
<li>The right to be out of style.</li>
<li>The right to be overweight and short-sighted.</li>
<li>The right to show off your geekiness.</li>
<li>The right to take over the world.</li>
</ol>
<h4>Responsibilities</h4>
<ol>
<li>Be a geek, no matter what.</li>
<li>Try to be nerdier than anyone else.</li>
<li>If there is a discussion about something geeky, you must give your opinion.</li>
<li>To save and protect all geeky material.</li>
<li>Do everything you can to show off geeky stuff as a &#8220;museum of geekiness.&#8221;</li>
<li>Don&#8217;t be a generalized geek. You must specialize in something.</li>
<li>Attend every nerdy movie on opening night and buy every geeky book before anyone else.</li>
<li>Wait in line on every opening night. If you can go in costume or at least with a related T-shirt, all the better.</li>
<li>Never throw away anything related to geekdom.</li>
<li>Try to take over the world!</li>
</ol>
<h3>Why is this Post Categorized as Linux-Related?</h3>
<p><img class="alignright size-full wp-image-1009" title="Fedora Project logo" src="http://www.fergytech.com/wp-content/uploads/logo_fedora1.png" alt="" width="128" height="128" /></p>
<p>That&#8217;s a very good question. <strong>1.)</strong> I put this paragraph (or disclaimer) here because this post will be picked up by <a href="http://planet.fedoraproject.org" target="_blank">Planet Fedora</a>. <strong>2.)</strong> I could be over-generalizing, but I&#8217;m assuming that there are more Star Wars fans within the Linux community than in Windows, Mac, or whatever non-Linux community is out there. <strong>3.) </strong>After posting this I realized that TODAY is the release date for <a href="http://www.fedoraproject.org" target="_blank">Fedora 13 Goddard</a>! Now <em>that </em>must tell you something about the Fedora Project folks. They know how to release a distribution in style! Enjoy this very special day of the Jedi and go install Fedora!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2010/05/day-of-the-jedi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boxee RPM Available for Fedora 12</title>
		<link>http://www.fergytech.com/2010/01/boxee-rpm-available-for-fedora-12/</link>
		<comments>http://www.fergytech.com/2010/01/boxee-rpm-available-for-fedora-12/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 03:06:34 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=863</guid>
		<description><![CDATA[I almost blew my lid when I finally found this web site. I&#8217;ve been searching the Internets for anything with the keywords &#8220;boxee&#8221;, &#8220;rpm&#8221;, &#8220;fc12&#8243;, and &#8220;fedora 12&#8243;. My only result was an RPM for Fedora 10. The version of Boxee was x.7.x and the most recent version of Boxee is x.20.x. That wasn&#8217;t going]]></description>
			<content:encoded><![CDATA[<p><img title="Boxee and Fedora Project logo" src="http://www.fergytech.com/wp-content/uploads/lead_boxee_fedora.png" alt="" width="460" height="115" /></p>
<p>I almost blew my lid when I finally found this web site. I&#8217;ve been searching the Internets for anything with the keywords &#8220;boxee&#8221;, &#8220;rpm&#8221;, &#8220;fc12&#8243;, and &#8220;fedora 12&#8243;. My only result was an RPM for Fedora 10. The version of Boxee was x.7.x and the most recent version of Boxee is x.20.x. That wasn&#8217;t going to work &#8211; I HAVE to have the latest, I&#8217;m running Fedora for peace sake &#8211; how much more bleeding edge can I be!?</p>
<p>Well; luck would have it, I came across a forum thread where <a href="http://forum.boxee.tv/member.php?u=28755" target="_blank">kurgan</a> posted his latest <a href="http://people.redhat.com/jpayne/boxee/" target="_blank">Boxee/Fedora 12 build</a>. The Great Guin smiles upon us all! So; I&#8217;m posting this blog entry to help spread the good word that a Fedora 12/Boxee RPM is out there!</p>
<p><a href="http://forum.boxee.tv/showthread.php?t=13064" target="_blank">Introducing Boxee Fedora 10/11/12 Port</a> &#8211; Boxee Forum Thread</p>
<p><span id="more-863"></span>There is an Alpha and Beta version available. Please take the time to view the <a href="http://people.redhat.com/jpayne/boxee/Beta/readme.beta" target="_blank">readme</a> file. I figured you wouldn&#8217;t so I posted it below. As of 10 January 2010 this is what it reads.</p>
<blockquote><p><em>A couple of notes about this port. The rpm will create necessary symlinks for the Boxee dev&#8217;s prebuilt binaries to work. I found them to be their rtorrent, flash player, flash libraries, and some of their xulrunner stuff. Without the symlinks, flash apps such as Hulu and Youtube will give you the &#8220;meatspin&#8221;. The symlinks created by this rpm are necessary because this package contains pre-bundled binaries built against libraries with a different naming convention than Fedora. Given this fact, a standard rpm -ivh will fail due to dependancy errors. Running the rpm install with the <strong>&#8211;nodeps</strong> is necessary at this time.</em></p>
<p><em>It is worth noting I do not run pulseaudio with Boxee or XBMC, so I recommend removing it since pulse cannot do SPDIF passthrough.</em></p>
<p><em>My initial testing on F10 has been positive, and I have found no problems thus far. I am able to play dvd .iso&#8217;s as well as dvd folders (play VIDEO_TS.IFO works for me), and flash based apps work. Unfortunately, Hulu content is not working with the Beta builds. At the moment, I cannot get any Hulu content to work with any Linux distro and the Firefox browser, so I do not think this is a Boxee specific issue.</em></p>
<p><em>Due to an rpmbuild error about an invalid rpath in one of the Boxee pre-built flash binaries/libraries for xulrunner, I have to use the following command when building:</em></p>
<p><em>QA_RPATHS=$[ 0x0002 ] rpmbuild -ba rpmbuild/SPECS/boxee.spec 2&gt;&amp;1 |tee box_rpm.log</em></p></blockquote>
<h3>Installing Boxee</h3>
<p>Since it&#8217;s an RPM, you&#8217;d think it&#8217;ll be easy to install. Well of course it is stupid! Just joking. You can either double-click on the .rpm file or run the following command after you &#8220;cd&#8221; your way into the directory where you saved the .rpm file.</p>
<pre class="code"># yum localinstall --nogpgcheck boxee-0.9.20.10263-0.1.b.fc12.x86_64.rpm</pre>
<blockquote><p>Using YUM &#8220;localinstall&#8221; will install the package and any dependent packages needed. The code above was shared with me from a comment &#8220;bronson&#8221; made. I&#8217;ve been looking for this kind of command for quite some time. So; thanks bronson &#8212; you&#8217;ve enhanced my Linux experience by so much.</p></blockquote>
<h3>Running Boxee</h3>
<p>The Boxee link is conveniently placed within your &#8220;Applications | Videos&#8221; menu. When you run it for the first time, don&#8217;t expect it to actually load completely. If it does crash, run the launch file in terminal to then see what the error is:</p>
<pre class="code">/usr/bin/run-boxee-desktop</pre>
<p>For me, I was missing two libraries. I installed them and I was good to go!</p>
<pre class="code"># yum install faac glew-devel</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2010/01/boxee-rpm-available-for-fedora-12/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>ATI Ain&#8217;t Got Nothin&#8217; on Me!</title>
		<link>http://www.fergytech.com/2009/12/ati-aint-got-nothin-on-me/</link>
		<comments>http://www.fergytech.com/2009/12/ati-aint-got-nothin-on-me/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 14:59:57 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[motherboard]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[radeon]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[xserver]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=745</guid>
		<description><![CDATA[About two plus weeks ago my nVidia GeForce 8600 GT video card died on me. It was a sad sad day in Fergyville. The mayor of town gave a heart-filled eulogy and instructed all residences to put their flags at half mast. I found a spare video card and saw it had a VGA port.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-760" title="ATI Radeon logo and a Fedora background" src="http://www.fergytech.com/wp-content/uploads/lead_ati_fedora12-e1262393797485.jpg" alt="" width="460" height="115" /></p>
<p>About two plus weeks ago my <em>nVidia GeForce 8600 GT</em> video card died on me. It was a sad sad day in Fergyville. The mayor of town gave a heart-filled eulogy and instructed all residences to put their flags at half mast. I found a spare video card and saw it had a VGA port. So; I then ordered a <a href="http://www.cablesforless.com/p-436-dvi-i-female-to-vga-male-adapter.aspx?v=444" target="_blank">DVI (f) to VGA (m) adapter</a> from Cables for Less and waited another couple days for it to arrive. When it finally arrived, low and behold my spare video card was actually an AGP card and my motherboard only has PCI Express slots. I went spiraling down into a very deep depression (for about 2 minutes). I&#8217;ve been without my Linux partition for roughly two weeks and it was driving me insane.</p>
<p><span id="more-745"></span>When all hope was lost, I accidentally realized that my motherboard has an on-board video port. How could I have missed that!? I&#8217;ve disregarded on-board video for so long that I no longer see them when working on my computer. I was happy to see it, but when I loaded my Linux partition, I didn&#8217;t get nice, clear graphics. Instead I got fuzzy and impossible to work with X session.</p>
<h3>It Works on&#8230; Windows!?</h3>
<p>It&#8217;s kind of hard for me to admit this, but the on-board video DOES work in my Vista partition. I installed the drivers from the motherboard CD and to my surprise I was able to play Battlefield 2 (low specs though). How can this be&#8230; Windows should NEVER trump Linux&#8230; that&#8217;s just LAW!</p>
<h3>Fedora 12, My Hero!</h3>
<p>I spent the next couple of days on IRC and countless search results on how to fix this matter. Most of the responses were to try out Fedora 12 and see if it works then. I was very reluctant to do that. I finally got Fedora 11 all tweaked out the way I wanted and Linux distros really aren&#8217;t the best thing to do an upgrade on. It&#8217;s always best to do a clean install. I wasn&#8217;t ready to do that again. Someone suggested I at least try the <a href="http://download.fedoraproject.org/pub/fedora/linux/releases/12/Live/i686/Fedora-12-i686-Live.iso" target="_blank">Fedora 12 LiveCD</a>. I thought, &#8220;yeah, that should be too difficult to do.&#8221;</p>
<p>I downloaded the 600+MB file within a matter of minutes and loaded it onto a USB drive. To my surprise, X worked. I immediately installed <a href="http://www.xchat.org" target="_blank">XChat</a> and told my friends on #fedora-social. So; I then backed up my home directory and preceded to install a fresh copy of Fedora 12.</p>
<h3>Always Learning</h3>
<p>One of the greatest benefits to running Linux full-time is the learning aspect of it. I&#8217;m so used to doing a full DVD install of the distro that I take for granted what&#8217;s NOT installed if I was to scale back a bit. For example, I did a LiveCD install. It went fairly quick, but then I realized that some of the apps I&#8217;m used to having weren&#8217;t installed. No worries, just YUM the mess out of the terminal and I&#8217;m back in business. What I&#8217;ve learned this go around are the names of these vital GUI applications I&#8217;ve become dependent on. Damn I love Linux!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2009/12/ati-aint-got-nothin-on-me/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

