<?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>kyleabaker.com &#187; free</title> <atom:link href="http://kyleabaker.com/tag/free/feed/" rel="self" type="application/rss+xml" /><link>http://kyleabaker.com</link> <description>Web Technologies, Linux, Tips, Tricks and my Life</description> <lastBuildDate>Mon, 09 Jan 2012 03:53:06 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Install Boxee in Ubuntu 9.04 Jaunty x86_64</title><link>http://kyleabaker.com/2009/06/09/install-boxee-in-ubuntu-904-jaunty-x86_64/</link> <comments>http://kyleabaker.com/2009/06/09/install-boxee-in-ubuntu-904-jaunty-x86_64/#comments</comments> <pubDate>Tue, 09 Jun 2009 18:59:43 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Applications]]></category> <category><![CDATA[How-To]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[Music]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Product Review]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Video]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[free]]></category> <category><![CDATA[internet radio]]></category> <category><![CDATA[internet video]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=3090</guid> <description><![CDATA[After coming across details regarding Boxee and the extended number of sources that it can pull videos from, I just had to give it a test drive. First of all, Boxee is a media player that is being developed for multiple platform use. It&#8217;s not restricted to videos and is able to stream music from [...]]]></description> <content:encoded><![CDATA[<p>After coming across details regarding <a
href="http://www.boxee.tv/">Boxee</a> and the extended number of sources that it can pull videos from, I just had to give it a test drive.</p><p>First of all, Boxee is a media player that is being developed for multiple platform use. It&#8217;s not restricted to videos and is able to stream music from <a
href="http://www.pandora.com/">Pandora</a> as well as <a
href="http://www.last.fm/">Last.fm</a>.</p><p>One of the first things that I noticed upon registering for Boxee (which is free) was that it is currently only available for Mac and Ubuntu. A Windows version is in development, however, it&#8217;s not currently possible to get an install of the alpha/beta Windows builds.</p><p>To further disappoint me just a bit, I found that the installers for Ubuntu were for 32-bit machines only. fortunately there is that geeky thing you can do called &#8220;force-architecture&#8221; or &#8220;force-all&#8221;. <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p><p><a
href="http://kyleabaker.com/wp-content/uploads/2009/06/boxee.png"><img
class="alignnone size-medium wp-image-3091" title="boxee" src="http://kyleabaker.com/wp-content/uploads/2009/06/boxee-300x187.png" alt="boxee" width="300" height="187" /></a></p><p>After using my online best friend (Google) I was able to come across several guides for installing Boxee on Ubuntu 9.04 64-bit. Some of them were correct and some of them weren&#8217;t. Some of them were scattered and unorganized and&#8230;well&#8230;none of them were pathetically easy to follow.</p><p>That&#8217;s why you&#8217;re here. <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>If you want to install Boxee on Ubuntu 32-bit, just follow the installation instructions provided after registering. If you&#8217;re installing in Ubuntu 64-bit (Jaunty Jackalope I might add) then please continue.</p><p><strong>Installation</strong></p><ol><li>Install &#8220;getlibs-all&#8221; by downloading it from <a
href="http://frozenfox.freehostia.com/cappy/">here</a> and double clicking to install <span
style="text-decoration: underline;">or</span> by copy/pasting the following terminal commands. (More details about getlibs <a
href="http://ubuntuforums.org/showthread.php?t=474790">here</a>).<br
/> <span
style="color: #800000;">wget http://frozenfox.freehostia.com/cappy/getlibs-all.deb</span><br
/> <span
style="color: #800000;">sudo dpkg -i getlibs-all.deb</span></li><li><span
style="color: #800000;">wget http://apt.boxee.tv/dists/jaunty/main/binary-i386/Packages.gz</span></li><li><span
style="color: #800000;">zcat Packages.gz | grep Filename</span></li><li>Make sure that the bold part in the following command matches the file name from the above command (ignoring the jaunty and intrepid folder differences).<span
style="color: #800000;"><br
/> wget http://apt.boxee.tv/dists/intrepid/test/binary-i386/<strong>boxee-0.9.11.5777.deb</strong></span></li><li><span
style="color: #800000;"><span
style="text-decoration: line-through;">sudo dpkg -i &#8211;force-all boxee-0.9.11.5777.deb</span><br
/> </span><span
style="color: #800000;">sudo dpkg -i &#8211;force-architecture boxee-0.9.11.5777.deb</span><span
style="color: #800000;"><br
/> </span></li><li>The following command may take some time to complete, however, be patient and wait for getlibs to prompt you whether or not to install additional libraries to make Boxee work on your machine. Be sure to answer yes or y. <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <span
style="color: #800000;"><br
/> getlibs /opt/boxee/Boxee</span></li><li><span
style="color: #800000;">sudo apt-get install lib32nss-mdns</span></li></ol><p>After being patient and completing these (honestly) few steps, you should be able to launch Boxee from the application menu and start enjoying some Internet videos!</p><p>For further reading or more detailed/technical instructions please see <a
href="http://forum.boxee.tv/showthread.php?t=4980">the source thread of this process</a>.</p><p>Also, for the record, Netflix Watch Instantly <span
style="text-decoration: underline;"><em><strong>does not work</strong></em></span> in Boxee for Ubuntu as far as I can tell (due to the lack of DRM support).</p><p>I hope I&#8217;ve been able to help in some way. Best of luck with Boxee!</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2009/06/09/install-boxee-in-ubuntu-904-jaunty-x86_64/feed/</wfw:commentRss> <slash:comments>19</slash:comments> </item> <item><title>Trillian Astra Now Open to the Public</title><link>http://kyleabaker.com/2009/06/09/trillian-astra-now-open-to-the-public/</link> <comments>http://kyleabaker.com/2009/06/09/trillian-astra-now-open-to-the-public/#comments</comments> <pubDate>Tue, 09 Jun 2009 18:14:42 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[Applications]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Picture]]></category> <category><![CDATA[Product Review]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[download]]></category> <category><![CDATA[free]]></category> <category><![CDATA[im]]></category> <category><![CDATA[instant messenger]]></category> <category><![CDATA[messenger]]></category> <category><![CDATA[trillian]]></category> <category><![CDATA[trillian astra]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=3086</guid> <description><![CDATA[If you&#8217;ve been keeping up with this blog for a while, then you may know that I&#8217;ve been testing Cerulean Studios&#8217; latest version of Trillian which has been coined for some time as &#8220;Astra&#8221;. Trillian gained a great deal of popularity in recent years when Trillian 3 was released and harnessed instant messenger features that [...]]]></description> <content:encoded><![CDATA[<p>If you&#8217;ve been keeping up with this blog for a while, then you may know that I&#8217;ve been testing Cerulean Studios&#8217; latest version of Trillian which has been coined for some time as &#8220;Astra&#8221;.</p><p>Trillian gained a great deal of popularity in recent years when Trillian 3 was released and harnessed instant messenger features that had never before been seen.</p><p>Today, Cerulean Studios <a
href="http://blog.ceruleanstudios.com/?p=462">officially removed the restricted access</a> and have made Trillian Astra available to everyone! Just head on over to the <a
href="http://www.trillian.im/download/">download page</a> if you want to check it out!</p><p><a
href="http://kyleabaker.com/wp-content/uploads/2009/06/trillian-astra.jpg"><img
class="alignnone size-medium wp-image-3087" title="trillian-astra" src="http://kyleabaker.com/wp-content/uploads/2009/06/trillian-astra-300x231.jpg" alt="trillian-astra" width="300" height="231" /></a></p><p>While Trillian Astra is still not in a final release stage, it should be close enough for you to depend on as your main messenger.</p><p>I will be interested to see how Trillian Astra competes with Digsby now that they are both openly available to the masses.</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2009/06/09/trillian-astra-now-open-to-the-public/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>WordPress Plugin WP-UserAgent 0.8</title><link>http://kyleabaker.com/2009/06/04/wordpress-plugin-wp-useragent-0-8/</link> <comments>http://kyleabaker.com/2009/06/04/wordpress-plugin-wp-useragent-0-8/#comments</comments> <pubDate>Thu, 04 Jun 2009 05:46:33 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[Applications]]></category> <category><![CDATA[ECMAScript]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[JavaScript]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Picture]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[Web Browsers]]></category> <category><![CDATA[Web Design]]></category> <category><![CDATA[browser]]></category> <category><![CDATA[download]]></category> <category><![CDATA[free]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[web browser]]></category> <category><![CDATA[wordpress]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=3078</guid> <description><![CDATA[I&#8217;ve just updated WP-UserAgent to version 0.8, covering a lot of ground over the past few days. As I&#8217;m working to reach a stable and solid 1.0 release, I&#8217;m also working towards a feature complete plugin. Version 0.8 offers support for detecting ~90 different web browsers and ~35 different operating systems (counting each version of [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;ve just updated <a
href="http://kyleabaker.com/goodies/coding/wp-useragent/">WP-UserAgent</a> to version 0.8, covering a lot of ground over the past few days. As I&#8217;m working to reach a stable and solid 1.0 release, I&#8217;m also working towards a feature complete plugin.</p><p>Version 0.8 offers support for detecting ~90 different web browsers and ~35 different operating systems (counting each version of windows).</p><p><a
href="http://kyleabaker.com/wp-content/uploads/2009/06/wp-useragent-0-8-img1.png"><img
class="alignnone size-medium wp-image-3080" title="wp-useragent-0-8-img1" src="http://kyleabaker.com/wp-content/uploads/2009/06/wp-useragent-0-8-img1-294x300.png" alt="wp-useragent-0-8-img1" width="294" height="300" /></a></p><p>Easy access to WP-UserAgent settings is worked right into the Plugins page. No more need to search for options to edit!</p><p>Once you find the options page, you&#8217;ll find a cleaned up look and feel, along with a real-time preview of how your changes will appear.</p><p><a
href="http://kyleabaker.com/wp-content/uploads/2009/06/wp-useragent-0-8-img2.png"><img
class="alignnone size-medium wp-image-3079" title="wp-useragent-0-8-img2" src="http://kyleabaker.com/wp-content/uploads/2009/06/wp-useragent-0-8-img2-300x240.png" alt="wp-useragent-0-8-img2" width="300" height="240" /></a></p><p>If you&#8217;re in need of a cool geeky WordPress plugin, why not give WP-UserAgent a shot? It&#8217;s an interesting way to find out a few details about your subscribers and other visitors!</p><p>Find out more details, changelogs and downloads on the <a
href="http://kyleabaker.com/goodies/coding/wp-useragent/">official WP-UserAgent plugin page</a>.</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2009/06/04/wordpress-plugin-wp-useragent-0-8/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Free Windows Vista to Windows 7 Upgrades</title><link>http://kyleabaker.com/2009/01/08/free-windows-vista-to-windows-7-upgrades/</link> <comments>http://kyleabaker.com/2009/01/08/free-windows-vista-to-windows-7-upgrades/#comments</comments> <pubDate>Thu, 08 Jan 2009 23:41:55 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[Microsoft]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[free]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[upgrade]]></category> <category><![CDATA[windows 7]]></category> <category><![CDATA[windows vista]]></category> <category><![CDATA[windows vista ultimate]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=2421</guid> <description><![CDATA[According to Tech ARP, Microsoft has been drafting a plan that will allow some Windows Vista users to upgrade to the next version of Windows, Windows 7, for free. This upgrade plan, which is temporarily named &#8220;The Windows 7 Upgrade Program,&#8221; is being developed in order to &#8220;assist Microsoft&#8217;s OEM partners in minimizing the number [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://kyleabaker.com/wp-content/uploads/2009/01/screenshot.png"><img
class="size-thumbnail wp-image-2422 alignleft" style="border: 0pt none; margin: 3px 5px;" title="windows 7 startup boot screen" src="http://kyleabaker.com/wp-content/uploads/2009/01/screenshot-150x150.png" alt="windows 7 startup boot screen" width="150" height="150" /></a>According to <a
href="http://www.techarp.com/showarticle.aspx?artno=609&amp;pgno=0">Tech ARP</a>, Microsoft has been drafting a plan that will allow some Windows Vista users to upgrade to the next version of Windows, Windows 7, for free.</p><p>This upgrade plan, which is temporarily named &#8220;The Windows 7 Upgrade Program,&#8221; is being developed in order to &#8220;assist Microsoft&#8217;s OEM partners in minimizing the number of end users who may postpone acquiring a new computer because of the impending release of the Windows 7 operating system. This program allows OEMs to offer an upgrade to Windows 7 to end users who qualify.&#8221;</p><p>While plans and drafts have been developing since December 10, 2008, there is still no official word on the exact eligibility rules. However, according to a draft, eligibility will apply as follows and a requirement must be met before you are eligible.</p><blockquote><p>End users must purchase a new PC that is pre-installed with an eligible Windows Vista Operating System (OS), during the program eligibility window.</p><p>The PC must have a valid Certificate of Authenticity (COA) attached.</p><p>The only Windows Vista® versions eligible for the program are :</p></blockquote><ol><li>Windows Vista® Home Premium</li><li>Windows Vista® Business</li><li>Windows Vista® Ultimate</li></ol><blockquote><p><em>* Microsoft Windows Vista® Home Basic, Windows Vista® Starter Edition, and Windows® XP (all editions) are not qualifying products under the program.</em></p><p>The Program does not support multiple upgrades for medium, large, or enterprise customers. Customers that want to upgrade multiple PCs should use the appropriate Microsoft Volume Licensing program.  See <a
href="http://www.microsoft.com/licensing">www.microsoft.com/licensing</a> for more details.</p><p>The following are the only valid upgrade paths under the program :</p></blockquote><ol><li>Windows Vista® Home Premium -&gt; Windows® 7 Home Premium</li><li>Windows Vista® Business -&gt; Windows® 7 Professional</li><li>Windows Vista® Ultimate -&gt; Windows® 7 Ultimate</li></ol><p>For those of us who forked out the cash to buy Windows Vista Ultimate, it looks like we are getting the shaft end of the deal to the extreme. If the program is revised and Vista Ultimate users are allowed an upgrade then I will continue to support Microsoft with future releases. However, if I am forced to purchase Windows 7 after having purchased Vista Ultimate with absolutely no benefits then I plan to simply boycott Microsoft. (Period).</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2009/01/08/free-windows-vista-to-windows-7-upgrades/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>WP-UserAgent: A new User Agent plugin for WordPress, by me!</title><link>http://kyleabaker.com/2008/11/13/wp-useragent-a-new-user-agent-plugin-for-wordpress-by-me/</link> <comments>http://kyleabaker.com/2008/11/13/wp-useragent-a-new-user-agent-plugin-for-wordpress-by-me/#comments</comments> <pubDate>Thu, 13 Nov 2008 09:27:13 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[HTML]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[Web Design]]></category> <category><![CDATA[free]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[wordpress]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=2261</guid> <description><![CDATA[I&#8217;ve posted a modified WordPress plugin that you can download, extract and upload to your WordPress plugins folder to use. I call it WP-UserAgent&#8230;a much more generic name than before. I prefer generic names. After activating it, it will show the operating system and browser of each user and comment for all of your posts [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;ve posted a modified WordPress plugin that you can download, extract and upload to your WordPress plugins folder to use.</p><p>I call it <a
href="http://kyleabaker.com/goodies/coding/wp-useragent/">WP-UserAgent</a>&#8230;a much more generic name than before. I prefer generic names. <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>After activating it, it will show the operating system and browser of each user and comment for all of your posts and pages.</p><p>Enjoy and feel free to <a
href="http://kyleabaker.com/goodies/coding/wp-useragent/">suggest improvements</a>!</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2008/11/13/wp-useragent-a-new-user-agent-plugin-for-wordpress-by-me/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Orbitfiles: 6GB of online storage waiting for you!</title><link>http://kyleabaker.com/2008/10/14/orbitfiles-6gb-of-online-storage-waiting-for-you/</link> <comments>http://kyleabaker.com/2008/10/14/orbitfiles-6gb-of-online-storage-waiting-for-you/#comments</comments> <pubDate>Tue, 14 Oct 2008 18:13:17 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[Product Review]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[free]]></category> <category><![CDATA[online storage]]></category> <category><![CDATA[orbitfiles]]></category> <category><![CDATA[storage]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=2057</guid> <description><![CDATA[Orbitfiles I just came across a very handy website called Orbitfiles where you get 6GB of online storage and the best part is that you can join it now for free! As they say in their welcome email: &#8230;you can store and access any type of files &#8211; documents, videos, music files, presentations, photos and [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.orbitfiles.com/signup/kyleabaker"><img
class="alignleft size-full wp-image-2058" style="margin-left: 3px; margin-right: 3px;" title="orbitfiles-logo" src="http://kyleabaker.com/wp-content/uploads/2008/10/orbitfiles-logo.gif" alt="" width="184" height="46" /></a>Orbitfiles I just came across a very handy website called Orbitfiles where you get 6GB of online storage and the best part is that you can <a
href="http://www.orbitfiles.com/signup/kyleabaker">join it now for free!</a></p><p>As they say in their welcome email:</p><blockquote><p>&#8230;you can store and access any type of files &#8211; <strong>documents, videos, music files, presentations, photos and many others</strong> from any computer at any place on earth.</p></blockquote><p>While 6GB can easily be filled with an average photo album collection, it can still go a long way. You could use Orbitfiles to share a download with someone or the entire world or even use it to keep a playlist of songs that you like to have access to at all times. <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p><p>If 6GB of free storage isn&#8217;t enough for you then you can even get unlimited storage for $5/month.</p><p>I&#8217;m going to give this service a good test drive, but I think 6GB will be enough for me for a little while.</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2008/10/14/orbitfiles-6gb-of-online-storage-waiting-for-you/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ubuntu 8.04 LTS Desktop Edition</title><link>http://kyleabaker.com/2008/04/24/ubuntu-804-lts-desktop-edition/</link> <comments>http://kyleabaker.com/2008/04/24/ubuntu-804-lts-desktop-edition/#comments</comments> <pubDate>Thu, 24 Apr 2008 22:46:26 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[canonical]]></category> <category><![CDATA[download]]></category> <category><![CDATA[free]]></category> <category><![CDATA[update]]></category> <category><![CDATA[upgrade]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=140</guid> <description><![CDATA[Canonical has released the newest stable version of Ubuntu! I&#8217;ve personally been using Ubuntu 8.04 since late 2007 when it was available for the public as Alpha 1. You can take a look at the release schedule and road-map that the developing team followed for version 8.04! Ubuntu has really come a long way during [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><img
class="alignnone size-medium wp-image-141" title="1" src="http://kyleabaker.com/wp-content/uploads/2008/04/1-300x185.jpg" alt="" width="300" height="185" /></p><p>Canonical has released the newest stable version of <a
href="http://www.ubuntu.com/">Ubuntu</a>! I&#8217;ve personally been using Ubuntu 8.04 since late 2007 when it was available for the public as Alpha 1. You can take a look at the <a
href="https://wiki.ubuntu.com/HardyReleaseSchedule">release schedule and road-map</a> that the developing team followed for version 8.04! Ubuntu has really come a long way during the time that I&#8217;ve spent using it.</p><p
style="text-align: center;"><img
class="alignnone size-medium wp-image-142" title="2" src="http://kyleabaker.com/wp-content/uploads/2008/04/2-300x185.jpg" alt="" width="300" height="185" /></p><p>I first started using Ubuntu with version 7.04. Ubuntu builds are now given &#8220;code names&#8221; as well as release versions. Ubuntu 8.04 is given the &#8220;<strong>8</strong>&#8221; from the year that it is released and the &#8220;<strong>04</strong>&#8221; from the month that it is released. The code name of Ubuntu 8.04 is &#8220;<strong>Hardy Heron</strong>&#8220;. Ubuntu 7.04 was released in April 2007, 7.10 was released in October 2007.</p><p
style="text-align: center;"><img
class="alignnone size-medium wp-image-143" title="3" src="http://kyleabaker.com/wp-content/uploads/2008/04/3-300x185.jpg" alt="" width="300" height="185" /></p><p>The next version of Ubuntu to be released is Ubuntu 8.10 and is code named &#8220;<strong>Intrepid Ibex</strong>&#8220;. The release time should be obvious to you now! If you&#8217;re like me and like to use the latest bleeding releases possible then you can upgrade your version of Ubuntu to 8.10 in the near future by typing the following into your terminal:</p><p
style="text-align: center"><strong>sudo update-manager -d -c</strong></p><p>This will launch the update manager window and prompt you about upgrades. If you&#8217;re currently running 7.04 or 7.10 you can upgrade to 8.04 or 8.10 by using the same step as mentioned above. You will however have to upgrade in order of releases. You cannot upgrade immediately from 7.04 to 8.04 or from 7.10 to 8.10. That shouldn&#8217;t be an issue, you can just upgrade to one and then upgrade to the other after the first upgrade has completed!</p><p
style="text-align: center;"><img
class="alignnone size-medium wp-image-144" title="4" src="http://kyleabaker.com/wp-content/uploads/2008/04/4-300x185.jpg" alt="" width="300" height="185" /></p><p>With Ubuntu 8.04 came a great deal of stability and many new <a
href="http://www.ubuntu.com/products/whatisubuntu/804features/">features</a>! It also includes the ability to install Ubuntu from within Windows! If Ubuntu looks interesting to you then you should give it a try! They&#8217;ve made Ubuntu very easy to install and very easy to use and get used to. Ubuntu is quickly becoming the synonym for Linux in today&#8217;s world. Don&#8217;t let yourself miss out on this ground breaking release!</p><p
style="text-align: center;"><img
class="alignnone size-medium wp-image-145" title="5" src="http://kyleabaker.com/wp-content/uploads/2008/04/5-300x185.jpg" alt="" width="300" height="185" /></p><p>Go get it now! It&#8217;s available by <a
href="http://www.ubuntu.com/getubuntu/download">free download</a> or <a
href="https://shipit.ubuntu.com/">free mail</a> (delayed as they only send a certain amount per month). You can also spend a small fee (just a couple dollars) to <a
href="http://www.ubuntu.com/getubuntu/purchase">have them mail it to you very quickly</a>!</p><p><strong>Update 2008-09-23:</strong><br
/> Ubuntu 8.10 Intrepid Ibex Alpha 6 has been released. Here is how to <a
href="http://kyleabaker.com/2008/09/23/upgrading-ubuntu-804-to-810/">update your system to the latest version of 8.10</a>!</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2008/04/24/ubuntu-804-lts-desktop-edition/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
