<?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>Make Tech Easier&#187; jaunty jackalope</title>
	<atom:link href="http://maketecheasier.com/tag/jaunty-jackalope/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 21:30:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Remove The Annoying Update manager Pop-up in Ubuntu Jaunty</title>
		<link>http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18</link>
		<comments>http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18#comments</comments>
		<pubDate>Thu, 18 Jun 2009 12:33:59 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[jaunty jackalope]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[update manager]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5381</guid>
		<description><![CDATA[For those who are using Ubuntu Jaunty, you will notice that there is a change in the way the system notifies you to upgrade software. In the past, an icon will appear on the system tray whenever there is new update available. In Ubuntu Jaunty, instead of showing the icon,... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18&amp;title=How+to+Remove+The+Annoying+Update+manager+Pop-up+in+Ubuntu+Jaunty&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18">How to Remove The Annoying Update manager Pop-up in Ubuntu Jaunty</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5386" title="update-manager" src="http://imagecdn.maketecheasier.com/2009/06/update-manager.jpg" alt="update-manager" width="300" height="145" />For those who are using Ubuntu Jaunty, you will notice that there is a change in the way the system notifies you to upgrade software. In the past, an icon will appear on the system tray whenever there is new update available. In Ubuntu Jaunty, instead of showing the icon, the update manager will now pop up the window as and when it detects new update. While this is a good way to grab the user attention and get them to upgrade to the latest software version promptly, it can be pretty annoying for many, especially when you are in the midst of your work. To make it worst, if you close it without updating, it will keep on popping up in regular interval until you have upgraded your system.</p>
<p>Luckily, you can turn off this pop up feature easily and switch back to the old icon-appear-at-system-tray mode.<span id="more-5381"></span></p>
<p>Open up a terminal, type</p>
<p class="codeblock">gconf-editor</p>
<p>This will load up the gconf editor window</p>
<p>Navigate to <em>Apps-&gt;Update Notifier</em>. On the right, unchecked the <em>auto_launch</em> box. Close the window.</p>
<p><img class="alignnone size-full wp-image-5383" title="gconf-autolaunch" src="http://imagecdn.maketecheasier.com/2009/06/gconf-autolaunch.jpg" alt="gconf-autolaunch" width="577" height="366" /></p>
<p>That&#8217;s it.</p>
<p>To recover the auto launch pop up function, simply repeat the above step, but place a check in the auto_launch box.</p>
<h3>Alternative method (via the terminal)</h3>
<p>If you are just plain lazy, here&#8217;s a much easier step.</p>
<p>In your terminal, type the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gconftool <span style="color: #660033;">-s</span> <span style="color: #660033;">--type</span> bool <span style="color: #000000; font-weight: bold;">/</span>apps<span style="color: #000000; font-weight: bold;">/</span>update-notifier<span style="color: #000000; font-weight: bold;">/</span>auto_launch <span style="color: #c20cb9; font-weight: bold;">false</span></pre></div></div>

<p>To recover:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gconftool <span style="color: #660033;">-s</span> <span style="color: #660033;">--type</span> bool <span style="color: #000000; font-weight: bold;">/</span>apps<span style="color: #000000; font-weight: bold;">/</span>update-notifier<span style="color: #000000; font-weight: bold;">/</span>auto_launch <span style="color: #c20cb9; font-weight: bold;">true</span></pre></div></div>

<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20' title='What&#8217;s New In Ubuntu 9.04 Jaunty Jackalope'>What&#8217;s New In Ubuntu 9.04 Jaunty Jackalope</a></li>
<li><a href='http://maketecheasier.com/integrate-skype-with-ubuntu-unity/2012/05/23' title='How to Integrate Skype With Ubuntu Unity'>How to Integrate Skype With Ubuntu Unity</a></li>
<li><a href='http://maketecheasier.com/install-java-runtime-in-ubuntu/2012/05/14' title='How to Install Java Runtime In Ubuntu 12.04'>How to Install Java Runtime In Ubuntu 12.04</a></li>
<li><a href='http://maketecheasier.com/connect-to-a-vpn-in-ubuntu/2012/05/07' title='How to Connect to A VPN In Ubuntu [Quick Tips]'>How to Connect to A VPN In Ubuntu [Quick Tips]</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18&amp;title=How+to+Remove+The+Annoying+Update+manager+Pop-up+in+Ubuntu+Jaunty&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18">How to Remove The Annoying Update manager Pop-up in Ubuntu Jaunty</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18/feed</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>What&#8217;s New In Ubuntu 9.04 Jaunty Jackalope</title>
		<link>http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20</link>
		<comments>http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20#comments</comments>
		<pubDate>Mon, 20 Apr 2009 13:16:56 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[jaunty jackalope]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=4128</guid>
		<description><![CDATA[23rd April 2009 is the day when Ubuntu 9.04 Jaunty Jackalope will be released. I am sure many of you have already marked down the date and prepare yourselves for the launch. I have been using Ubuntu 9.04 since the beta release and I must admit that I am really... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20&amp;title=What%26%238217%3Bs+New+In+Ubuntu+9.04+Jaunty+Jackalope&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20">What&#8217;s New In Ubuntu 9.04 Jaunty Jackalope</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4141" title="jaunty-jacklope" src="http://imagecdn.maketecheasier.com/2009/04/jaunty-jacklope.jpg" alt="jaunty-jacklope" width="240" height="150" />23<sup>rd</sup> April 2009 is the day when <a href="http://www.ubuntu.com/" target="_blank">Ubuntu 9.04 Jaunty Jackalope</a> will be released. I am sure many of you have already marked down the date and prepare yourselves for the launch.</p>
<p>I have been using Ubuntu 9.04 since the beta release and I must admit that I am really impressed with it. Not only is it faster, it is also more stable, user-friendly and definitely more elegant.</p>
<p>To better prepare all of you for Ubuntu Jaunty, I will be publishing a 5-part series, covering tips and tricks and some points to take note when dealing with Ubuntu Jaunty. This series will be published every day, for the next 5 days.</p>
<p>For the first part of the series, we are going to look at the new features of Ubuntu Jaunty and why is it a must-have for existing (and future) Ubuntu users.</p>
<p><span id="more-4128"></span></p>
<h3>Kernel</h3>
<p>The kernel is not a part of the system that we meddle with everyday, but it is the most important part that determines how well your system runs. In 9.04, the the <a href="http://www.kernel.org" target="_blank">2.6.28-11.37 kernel</a> based on 2.6.28.8 was used. In simple term, this kernel supports Ext 4 filesystem, has a better memory management , provide better disk shock protection and many more useful features that you won&#8217;t see it in the frontend.</p>
<h3>Desktop Manager</h3>
<p>For Ubuntu, the latest <a href="http://library.gnome.org/misc/release-notes/2.26/" target="_blank">Gnome 2.26</a> is included as the main desktop manager. Gnome 2.26 comes with plenty of improvements. The more notable ones include:</p>
<ul>
<li>Brasero as the default disc burning utility in Nautilus</li>
<li>Improved handling of multiple monitors</li>
<li>Evolution now supports Microsoft Outlook Personal Folders (PST files) including E-mail, contacts, appointments, tasks and journal entries. It also added support for the Microsoft Exchange&#8217;s MAPI protocol, which makes Evolution&#8217;s integration with <a href="http://www.sherweb.com/hosted-exchange" target="_blank">hosting Exchange servers</a> a much easier task.</li>
<li>Movie player now comes with several more new plugins such as sutbitle downloader, video disc recorder and Jamendo</li>
</ul>
<h3>Ext4 Filesystem</h3>
<p>Ubuntu 9.04 officially supports the <a href="http://en.wikipedia.org/wiki/Ext4" target="_blank">Ext4 filesystem</a>. In case you are not aware, Ext4 has a bigger files support (supports volume up to 1 exabytes and file of size 16 terabytes), backward compatible, making it possible to mount ext3 and ext2 filesystems as ext4 and a faster filesystem checking.</p>
<p>While the default filesystem in Ubuntu Jaunty is still ext3, there is an option to format your hard disk to ext4 during the installation process. Those who are adventurous enough can try it out. For your information, I have reformated my system to ext4 and it works great.</p>
<p><img class="alignnone size-full wp-image-4129" title="ext4-partition" src="http://imagecdn.maketecheasier.com/2009/04/ext4-partition.jpg" alt="ext4-partition" width="577" height="411" /></p>
<h3>Software</h3>
<p><strong>Open Office 3.0</strong></p>
<p>Open Office 3.0 did not make it in time for the previous 8.10 release. This time, OpenOffice 3.0.1 was included as the default office suite in Ubuntu 9.04.</p>
<p><strong>Session Manager renamed as Startup Applications</strong></p>
<p>Previously, if you need to make changes to the startup applications, you need to go to the Session Manager and add/delete the entries. In Ubuntu 9.04, the Session Manager is renamed as Startup Applications, probably to avoid confusion and provide more clarity to new users.</p>
<p><strong>Computer Janitor</strong></p>
<p>This application is a new inclusion in Ubuntu. What it does is to help you find and remove software packages you might not need anymore. It also suggests configuration changes that might benefit you.</p>
<p><img class="alignnone size-full wp-image-4130" title="computer-janitor" src="http://imagecdn.maketecheasier.com/2009/04/computer-janitor.jpg" alt="computer-janitor" width="420" height="501" /></p>
<h3>Look and Feel</h3>
<p>There have been a lot of improvement on the look and feel in this version.</p>
<p><strong>New usplash screen</strong></p>
<p><img class="alignnone size-full wp-image-4131" title="new-usplash-screen" src="http://imagecdn.maketecheasier.com/2009/04/new-usplash-screen.jpg" alt="new-usplash-screen" width="407" height="247" /></p>
<p><strong>New login screen</strong></p>
<p><img class="alignnone size-full wp-image-4135" title="new-login-screen" src="http://imagecdn.maketecheasier.com/2009/04/new-login-screen.jpg" alt="Ubuntu 9.04 new-login-screen" width="577" height="315" /></p>
<p><strong>New notification style</strong></p>
<p><strong><img class="alignnone size-full wp-image-4132" title="notification-style" src="http://imagecdn.maketecheasier.com/2009/04/notification-style.jpg" alt="notification-style" width="381" height="136" /><br />
</strong></p>
<p><strong>New default wallpapers</strong></p>
<p>Even though the background color is still the dull brown, they are definitely a radical change from the previous series of wallpapers.<strong><br />
</strong></p>
<p><img class="alignnone size-full wp-image-4133" title="new-wallpaper1" src="http://imagecdn.maketecheasier.com/2009/04/new-wallpaper1.jpg" alt="new-wallpaper1" width="288" height="215" /><img class="alignnone size-full wp-image-4134" title="new-wallpaper2" src="http://imagecdn.maketecheasier.com/2009/04/new-wallpaper2.jpg" alt="new-wallpaper2" width="288" height="216" /></p>
<p><strong>New desktop themes</strong></p>
<p>Dust theme</p>
<p><img class="alignnone size-full wp-image-4136" title="dust-theme" src="http://imagecdn.maketecheasier.com/2009/04/dust-theme.jpg" alt="dust-theme" width="577" height="319" /></p>
<p>Dust Sand theme</p>
<p><img class="alignnone size-full wp-image-4137" title="dust-sand-theme" src="http://imagecdn.maketecheasier.com/2009/04/dust-sand-theme.jpg" alt="dust-sand-theme" width="577" height="317" /></p>
<p>New Wave theme</p>
<p><img class="alignnone size-full wp-image-4138" title="new-wave-theme" src="http://imagecdn.maketecheasier.com/2009/04/new-wave-theme.jpg" alt="new-wave-theme" width="577" height="318" /></p>
<h3>Speed</h3>
<p>If there is anything that I am extremely impress with this new release, it must be the fast boot-up speed. The boot up (and shut down) speed is much faster.  If you have installed Ubuntu 9.04 in ext4 format, enable automatic login and disable most startup applications, you should be able to boot up to your desktop in less than 18 seconds, as experimented by <a href="http://www.mattcutts.com/blog/ubuntu-904-boots-in-175-seconds/" target="_blank">Matt Cutts</a>. That is really fast!</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/5GKohxZHNg4&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/5GKohxZHNg4&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>Ubuntu 9.04 will be released on 23rd April 2009. You can download the LiveCD from the <a href="http://www.ubuntu.com" target="_blank">download site</a>. To upgrade your current version of Ubuntu, simply run the following command in the terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> dist-upgrade</pre></div></div>

<p>Even though the Ubuntu site stated that the beta and RC release are not meant to use on production machine,  I have installed and tested them out and they both work fine on my computer. For those who can&#8217;t wait for the actual release, you might want to upgrade to the RC version. One thing though, do remember to run the Update Manager everyday to get the latest software update.</p>
<p>Image credit:<a href="http://www.flickr.com/photos/notebooknotes/" target="_blank"> notebooknotes</a></p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/remove-the-annoying-update-manager-pop-up-in-ubuntu-jaunty/2009/06/18' title='How to Remove The Annoying Update manager Pop-up in Ubuntu Jaunty'>How to Remove The Annoying Update manager Pop-up in Ubuntu Jaunty</a></li>
<li><a href='http://maketecheasier.com/integrate-skype-with-ubuntu-unity/2012/05/23' title='How to Integrate Skype With Ubuntu Unity'>How to Integrate Skype With Ubuntu Unity</a></li>
<li><a href='http://maketecheasier.com/install-java-runtime-in-ubuntu/2012/05/14' title='How to Install Java Runtime In Ubuntu 12.04'>How to Install Java Runtime In Ubuntu 12.04</a></li>
<li><a href='http://maketecheasier.com/connect-to-a-vpn-in-ubuntu/2012/05/07' title='How to Connect to A VPN In Ubuntu [Quick Tips]'>How to Connect to A VPN In Ubuntu [Quick Tips]</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20&amp;title=What%26%238217%3Bs+New+In+Ubuntu+9.04+Jaunty+Jackalope&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20">What&#8217;s New In Ubuntu 9.04 Jaunty Jackalope</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20/feed</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 16:45:56 -->
