<?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; Linuxapade</title>
	<atom:link href="http://www.fergytech.com/category/linuxapade/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fergytech.com</link>
	<description>The lovechild of technology and mayhem!</description>
	<lastBuildDate>Sun, 05 Feb 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>Fix Catastrophic Crashes on Your Rooted Android</title>
		<link>http://www.fergytech.com/2012/01/fix-catastrophic-crashes-on-your-rooted-android/</link>
		<comments>http://www.fergytech.com/2012/01/fix-catastrophic-crashes-on-your-rooted-android/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 20:47:30 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[clockworkmod]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[dalvik]]></category>
		<category><![CDATA[rom manager]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1599</guid>
		<description><![CDATA[I have a HTC Droid Incredible running the custom ROM CyanogenMod 7.1.x. For the most part it runs great, but there are moments when it feels like the Armageddon of 2012 is happening to my phone. No matter what application I open it will frustratingly crash in mere moments. What I&#8217;ve noticed is the catalyst]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1603" title="Android mascot looking very broken." src="http://www.fergytech.com/wp-content/uploads/lead-android-broken-460x115.jpg" alt="" width="460" height="115" /></p>
<p>I have a HTC Droid Incredible running the custom ROM <a href="http://www.cyanogenmod.com/" target="_blank">CyanogenMod 7.1.x</a>. For the most part it runs great, but there are moments when it feels like the <em>Armageddon of 2012</em> is happening to my phone. No matter what application I open it will frustratingly crash in mere moments. What I&#8217;ve noticed is the catalyst to this crash-o-thon starts with some sort of &#8220;google framework&#8221; crash. Makes sense, break the framework and everything else should be coming down with it. Once that happens I will start to feel the instability of my rooted device.</p>
<p><span id="more-1599"></span></p>
<p>The simple solution, yet temporary, is to clear the <em>cache</em>. I&#8217;m guessing there is some executed code or data that got corrupted, which in turn causes the apps to crash. The two types of cache that I clear are:</p>
<ul>
<li>cache partition</li>
<li>Dalvik cache &#8211; a decent explanation of what this cache is can be found in the reference section below.</li>
</ul>
<h3>Assumptions</h3>
<p>I&#8217;m constantly making assumptions about things &#8212; it&#8217;s become quite a skill. And I will continue my assumptions by stating that this process is for <em>rooted users</em>. I&#8217;m going to assume that since your device is rooted, it&#8217;s most likely that you have a custom ROM, which also means you have <a href="https://market.android.com/details?id=com.koushikdutta.rommanager" target="_blank">ROM Manager</a> installed. The recovery section of this post is based on <em>ClockworkMod</em> (it&#8217;s a part of ROM Manager).</p>
<h3>Cache-clearing Process</h3>
<ol>
<li>Hold down the power button of your device to get the &#8220;phone options&#8221; prompt.</li>
<li>Click &#8220;Reboot&#8221;, then choose &#8220;Recovery&#8221;. Click &#8220;OK&#8221;.</li>
<li>Your phone will reboot and you will soon be in the recovery screen.</li>
<li>Choose the option &#8220;wipe cache partition&#8221;. If that option isn&#8217;t there then head to &#8220;mounts and storage&#8221; and choose &#8220;format /cache.&#8221;</li>
<li>Next choose &#8220;advanced&#8221; (from the main screen) and then click &#8220;Wipe Dalvik Cache&#8221;.</li>
<li>Once that&#8217;s finished you can reboot the device.</li>
</ol>
<p>I&#8217;ve noticed that once I reboot the device it seems to get stuck at the point where its trying to load the custom ROM. I would give it about 5 minutes. If nothing changes, remove the battery and boot the device again. Whatever the device tried to initialize the first time should be there and the device will boot just fine.</p>
<p>I mentioned earlier that this is a temporary solution. I don&#8217;t know the cause of the framework crash; it may be a combination of things, but at least you have a way out now. <img src='http://www.fergytech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Let me know if this process works for you OR if you have a better process. At this point I&#8217;m just a tinkerer of Android so I might be talking crap about the whole cache and corruption. I&#8217;d love to know.</p>
<h3>References</h3>
<ol>
<li><a href="http://forum.xda-developers.com/showpost.php?p=3844295&amp;postcount=5" target="_blank">http://forum.xda-developers.com/showpost.php?p=3844295&amp;postcount=5</a></li>
<li><a href="http://androidforums.com/eris-all-things-root/76110-what-dalvik-cache.html#post710236" target="_blank">http://androidforums.com/eris-all-things-root/76110-what-dalvik-cache.html#post710236</a></li>
<li><a href="http://en.wikipedia.org/wiki/Dalvik_(software)" target="_blank">http://en.wikipedia.org/wiki/Dalvik_(software)</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2012/01/fix-catastrophic-crashes-on-your-rooted-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>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>Forward Thinking with Chrome Web Store</title>
		<link>http://www.fergytech.com/2010/12/forward-thinking-with-chrome-web-store/</link>
		<comments>http://www.fergytech.com/2010/12/forward-thinking-with-chrome-web-store/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 14:52:08 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[cr-48]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[semantic web]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1236</guid>
		<description><![CDATA[I&#8217;m somewhat taken back by the lack of understanding towards Google&#8217;s Chrome Web Store from various hosts on technology podcasts that I listen to, such as: Buzz Out Loud and Tech News Today. The general consensus is, &#8220;Why do we need yet another marketplace?&#8221; And &#8220;How many times will a developer have to create an]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1242" title="A screenshot of the Google Chrome Web Store." src="http://www.fergytech.com/wp-content/uploads/lead-google-chrome-web-store-460x115.jpg" alt="" width="460" height="115" /></p>
<p>I&#8217;m somewhat taken back by the lack of understanding towards <a href="https://chrome.google.com/webstore" target="_blank">Google&#8217;s Chrome Web Store</a> from various hosts on technology podcasts that I listen to, such as: <a href="http://www.cnet.com/buzz-out-loud-podcast/" target="_blank">Buzz Out Loud</a> and <a href="http://twit.tv/tnt" target="_blank">Tech News Today</a>. The general consensus is, &#8220;Why do we need yet another marketplace?&#8221; And &#8220;How many times will a developer have to create an application?&#8221; It&#8217;s almost as if they can&#8217;t see the future coming. In my tiny/little world I&#8217;m not afraid of marketplaces because they remind me of the software repositories available to us in Linux. Also with the <a href="http://en.wikipedia.org/wiki/Semantic_Web" target="_blank">semantic web</a> meaning something to web developers, we&#8217;re finally clearing the jungle of web applications not working on multiple browsers.<br />
<span id="more-1236"></span></p>
<h3>Where is Google Taking Us?</h3>
<p>Before I continue I&#8217;m going to make some assumptions, and of course we know that assuming things will make you look like an ASS<span style="text-decoration: line-through;">umption</span>. We <strong>should</strong> all be aware that Google more or less acts as a catalyst to what&#8217;s coming in the world of technology. The company is stacked to the brim with very smart engineers and forward thinkers; the &#8220;pathfinding&#8221; is an inevitable result. We all know that Google is horrible (simply horrible) at marketing. So; whenever they launch a product or service it may not make sense to us now, but when it all comes together you&#8217;ll be glad that Google did it and not some other mega corporation; looking at their bottom line.</p>
<h3>Segmentation</h3>
<p><img class="alignright size-full wp-image-1243" title="Android Central's BAD-ASS version of Android." src="http://www.fergytech.com/wp-content/uploads/android-central.jpg" alt="" width="207" height="279" /></p>
<p>The big debate for the podcasters is them trying to understand why Google has both the <a href="http://www.android.com/" target="_blank">Android OS</a> and <a href="http://www.google.com/chromeos/index.html" target="_blank">Chrome OS</a>. To me, it&#8217;s pretty simple. Android isn&#8217;t ready to be on devices such as a Tablet, Notebook, Netbook, or a Desktop. Instead of forking Chrome OS to work on small devices such as a smart phone, Google focused on a &#8220;small device OS&#8221; and happily named it &#8220;Android.&#8221; As for the other devices, with the operating system becoming a thing of the 90&#8242;s, Google is focusing on a platform that can interface with the increasing number of applications hosted on the Internet.</p>
<h3>So; What About the Web Store</h3>
<p>This web store is kind of greasing the pipes for us that already live on the Web. For those of us that have an understanding that Chrome OS is still alive and the Internet will continue to expand our abilities to be productive&#8230; the web store is giving us a glimpse into life using Chrome OS.</p>
<p>For one; it only works if you have a Chrome browser. While using the browser on your desktop, try using ONLY web applications. Figure out what applications you currently use and then pick the equivalent app in the Chrome Web Store. Below is a comparison table for desktop applications and their web-based counterparts.</p>
<table>
<caption>Desktop Applications and Their Web-based Counterparts</caption>
<thead>
<tr>
<th>Desktop</th>
<th>Web</th>
<th>Purpose</th>
</tr>
</thead>
<tbody>
<tr>
<td>GAIM</td>
<td>eBuddy</td>
<td>Both applications are multi-protocol instant messenger clients, but eBuddy is web-based.</td>
</tr>
<tr>
<td>Kindle/Nook</td>
<td>Google Books</td>
<td>Instead of carrying multiple devices you can now just carry one eBook reader. Yes; not all books are supported on both, but that&#8217;ll get worked out (eventually).</td>
</tr>
<tr>
<td>Microsoft Outlook</td>
<td>Gmail</td>
<td>As an email client the spam filter in Outlook is laughable compared to Gmail. Plus all the cool kids are using it.</td>
</tr>
<tr>
<td>Microsoft Office</td>
<td>Google Docs</td>
<td>Your documents and spreadsheets in Google Docs won&#8217;t be as pretty as could be in Office, but give it some time. Also; Google Calendar is pretty hot stuff.</td>
</tr>
<tr>
<td>mIRC</td>
<td>Mibbit</td>
<td>If Internet Relay Chat is your thing then Mibbit should be your weapon of choice.</td>
</tr>
<tr>
<td>TweetDeck</td>
<td>HootSuite</td>
<td>TweetDeck is a perfect desktop Twitter client. HootSuite supports a lot more protocols.</td>
</tr>
<tr>
<td>Windows Media Center</td>
<td>Clicker.TV</td>
<td>Clicker.TV virtually has every television show cataloged. Most of them can be viewed online at various web sites.</td>
</tr>
<tr>
<td>Windows Media Player</td>
<td>Last.fm</td>
<td>Instead of just listening to music you have stored on your hard drive, why not get exposed to various indy artists through an ever-changing playlist via Last.FM.</td>
</tr>
<tr>
<td>World of Warcraft</td>
<td>Rune Scape</td>
<td>Ok; Rune Scape is not comparable to WoW, but it&#8217;s been around for a very long time so you&#8217;re bound to join a RS guild sooner rather than later.</td>
</tr>
</tbody>
</table>
<h3>Chrome Notebook</h3>
<p><a href="http://www.fergytech.com/wp-content/uploads/cr48-10.jpg"><img class="alignright size-thumbnail wp-image-1248" title="The shipping box for Google's Chrome Notebook, Cr48." src="http://www.fergytech.com/wp-content/uploads/cr48-10-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>I signed up to the pilot program for a <a href="http://www.google.com/chromeos/pilot-program-cr48.html" target="_blank">Cr-48 Chrome notebook</a>. Normally; I didn&#8217;t think it was possible for a lone web developer, such as myself to get one of these, but while listening to these short-sighted podcasters &#8212; I&#8217;m optimistic. I&#8217;m a perfect candidate, I practically live on the web anyway. My biggest challenge would be web development. My most intense developing situation would be a PHP application connecting to a MySQL database, but for the most part I develop simple, yet web standards compliant web sites [INSERT SHAMELESS PLUG FOR <a href="http://www.digitalalias.net" target="_blank">DIGITAL ALIAS</a> HERE]. If Google provides me an enhanced version of Notepad+ or Bluefish, I think I&#8217;d live.</p>
<p>I&#8217;d love to know what you think of the Chrome Web Store and where our Internet gods are taking us!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2010/12/forward-thinking-with-chrome-web-store/feed/</wfw:commentRss>
		<slash:comments>3</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>&#8220;Java 4-ever&#8221; Movie Trailer</title>
		<link>http://www.fergytech.com/2010/06/java-4-ever-movie-trailer/</link>
		<comments>http://www.fergytech.com/2010/06/java-4-ever-movie-trailer/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 15:11:32 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1081</guid>
		<description><![CDATA[A co-worker sent me a movie trailer entitled Java 4-ever. The movie is filled with a 5-star-status cast: Eddie Larrison, Scala Johansson, William Windows, Mona Lisa Harddrive, and Lenny Linux. We all wondered what happened to Lenny Linux. Glad to see Lenny in a movie and not another IBM commercial. It&#8217;s probably not a real]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/KrfpnbGXL70&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/KrfpnbGXL70&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
A co-worker sent me a movie trailer entitled <a href="http://www.youtube.com/watch?v=KrfpnbGXL70" target="_blank">Java 4-ever</a>. The movie is filled with a 5-star-status cast: Eddie Larrison, Scala Johansson, William  Windows, Mona Lisa Harddrive, and Lenny Linux. We all wondered what happened to Lenny Linux. Glad to see Lenny in a movie and not another IBM commercial.</p>
<p>It&#8217;s probably not a real movie, but I love it. I would certainly spent my money to support a movie like this. It&#8217;s in a different language so make sure you can read the captions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2010/06/java-4-ever-movie-trailer/feed/</wfw:commentRss>
		<slash:comments>1</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>
	</channel>
</rss>

