<?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>TuxGuides.com &#187; jaunty</title>
	<atom:link href="http://www.tuxguides.com/tag/jaunty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tuxguides.com</link>
	<description>Linux Guides &#38; Reviews</description>
	<lastBuildDate>Wed, 19 May 2010 14:43:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Virtualbox with USB Support</title>
		<link>http://www.tuxguides.com/virtualbox-with-usb-support/</link>
		<comments>http://www.tuxguides.com/virtualbox-with-usb-support/#comments</comments>
		<pubDate>Thu, 07 May 2009 20:11:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.tuxguides.com/?p=119</guid>
		<description><![CDATA[This guide is specific to ubuntu jaunty (9.04).  It may work on previous version, or other distros, but it is untested.  If you do not need usb support in your copy of virtualbox, you can just install the open source version from the ubuntu package repositories by typing: sudo apt-get update sudo apt-get install virtualbox-ose [...]]]></description>
			<content:encoded><![CDATA[<p>This guide is specific to ubuntu jaunty (9.04).  It may work on previous version, or other distros, but it is untested.  If you do not need usb support in your copy of virtualbox, you can just install the open source version from the ubuntu package repositories by typing:</p>
<p><code>sudo apt-get update<br />
sudo apt-get install virtualbox-ose</code></p>
<p>If you need usb support in your virtualbox install (great for hooking up devices that are not compatible with linux), you need to install the proprietary version (also free), and do a few tweaks in order to get it to work.</p>
<h2>Installing USB Version:</h2>
<p>Make sure the open source version of virtualbox is uninstalled:</p>
<p><code>sudo apt-get remove virtualbox-ose</code></p>
<p>First, add the respective line to your /etc/apt/sources.list file according to the current version you are running (for example, add the first line if you are running Jaunty):<br />
<span id="more-119"></span></p>
<p><code>deb http://download.virtualbox.org/virtualbox/debian karmic non-free<br />
deb http://download.virtualbox.org/virtualbox/debian jaunty non-free<br />
deb http://download.virtualbox.org/virtualbox/debian intrepid non-free<br />
deb http://download.virtualbox.org/virtualbox/debian hardy non-free<br />
deb http://download.virtualbox.org/virtualbox/debian gutsy non-free<br />
deb http://download.virtualbox.org/virtualbox/debian dapper non-free</code></p>
<p>Download and add the key for the new repositories:<br />
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -</p>
<p>Install virtualbox:</p>
<p><code>sudo apt-get update<br />
sudo apt-get install virtualbox-3.0</code></p>
<h3>Configure usb support:</h3>
<p><strong>Edit</strong>:</p>
<p>Editting /etc/init.d/mountdevsubfs.sh is no longer required after further review.</p>
<p>Make sure you are part of the vboxusers group:</p>
<p><code>sudo usermod -G vboxusers -a `whoami`</code></p>
<p>Then, logout and back in.</p>
<p>After that, in virtualbox, click on settings for the virtual machine, and go to usb.  Make sure enable usb controller is enabled.  Then click on OK, and see if it works.</p>
<p>Make sure that you enable guest additions (if it is available for your guest operating system).  It makes the experience a lot more seamless, and easy to use.  You can move your mouse in and out of the guest window seamlessly, and the mouse is then a lot less jerky.</p>
<div id="attachment_156" class="wp-caption alignnone" style="width: 310px"><a href="http://www.tuxguides.com/wp-content/uploads/2009/05/virtualbox.png" rel="lightbox[119]"><img class="size-medium wp-image-156" title="Virtualbox Screenshot" src="http://www.tuxguides.com/wp-content/uploads/2009/05/virtualbox-300x222.png" alt="Virtualbox Screenshot" width="300" height="222" /></a><p class="wp-caption-text">Virtualbox Screenshot</p></div>
<p>Adapted from:  <a href="https://help.ubuntu.com/community/VirtualBox/USB" target="_blank">https://help.ubuntu.com/community/VirtualBox/USB</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2078590910379095";
google_ad_slot = "2584559536";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/virtualbox-with-usb-support/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Ubuntu Jaunty Review: part 2</title>
		<link>http://www.tuxguides.com/ubuntu-jaunty-review-part-2/</link>
		<comments>http://www.tuxguides.com/ubuntu-jaunty-review-part-2/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 21:22:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.epicconstructions.com/?p=26</guid>
		<description><![CDATA[Ubuntu Jaunty was officially released today, and I have decided to write a continuation of my previous post with some fast download mirror links, and a screenshot tour of the install process. Feel free to post any fast download mirrors that you find in the comments section. Download Mirrors: http://releases.ubuntu.com/jaunty/ (torrent links recommended) I have [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu Jaunty was officially released today, and I have decided to write a continuation of my previous post with some fast download mirror links, and a screenshot tour of the install process.  Feel free to post any fast download mirrors that you find in the comments section.</p>
<p><strong>Download Mirrors:</strong></p>
<p><a href="http://releases.ubuntu.com/jaunty/" target="_blank">http://releases.ubuntu.com/jaunty/</a> (torrent links recommended)</p>
<p>I have removed my links to the dropbox files that I had because the official mirrors appear to be just as fast now that they have recovered from the initial traffic.</p>
<p>I also went through the install process again, and took some screenshots to show how it went.  The overall process is very similar to previous ubuntu installs.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-1-26">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/screenshot1.png" title=" " class="shutterset_set_1"  rel="lightbox[26]">
								<img title="Ubuntu Jaunty Live CD Loading Bar Screen" alt="Ubuntu Jaunty Live CD Loading Bar Screen" src="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/thumbs/thumbs_screenshot1.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-6" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/screenshot2.png" title=" " class="shutterset_set_1"  rel="lightbox[26]">
								<img title="Ubuntu Jaunty Live CD Desktop" alt="Ubuntu Jaunty Live CD Desktop" src="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/thumbs/thumbs_screenshot2.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-7" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/screenshot3.png" title=" " class="shutterset_set_1"  rel="lightbox[26]">
								<img title="Ubuntu Jaunty Install Step 1" alt="Ubuntu Jaunty Install Step 1" src="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/thumbs/thumbs_screenshot3.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-8" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/screenshot4.png" title=" " class="shutterset_set_1"  rel="lightbox[26]">
								<img title="Ubuntu Jaunty Install Step 2" alt="Ubuntu Jaunty Install Step 2" src="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/thumbs/thumbs_screenshot4.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-9" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/screenshot5.png" title=" " class="shutterset_set_1"  rel="lightbox[26]">
								<img title="Ubuntu Jaunty Install Step 3" alt="Ubuntu Jaunty Install Step 3" src="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/thumbs/thumbs_screenshot5.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-10" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/screenshot6.png" title=" " class="shutterset_set_1"  rel="lightbox[26]">
								<img title="Ubuntu Jaunty Install Step 4" alt="Ubuntu Jaunty Install Step 4" src="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/thumbs/thumbs_screenshot6.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-11" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/screenshot7.png" title=" " class="shutterset_set_1"  rel="lightbox[26]">
								<img title="Ubuntu Jaunty Install Step 5" alt="Ubuntu Jaunty Install Step 5" src="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/thumbs/thumbs_screenshot7.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-12" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/screenshot8.png" title=" " class="shutterset_set_1"  rel="lightbox[26]">
								<img title="Ubuntu Jaunty Install Step 7" alt="Ubuntu Jaunty Install Step 7" src="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/thumbs/thumbs_screenshot8.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-13" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/screenshot9.png" title=" " class="shutterset_set_1"  rel="lightbox[26]">
								<img title="Ubuntu Jaunty Install Loading Bar" alt="Ubuntu Jaunty Install Loading Bar" src="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/thumbs/thumbs_screenshot9.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-2" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/screenshot10.png" title=" " class="shutterset_set_1"  rel="lightbox[26]">
								<img title="Ubuntu Jaunty Install Reload Dialogue" alt="Ubuntu Jaunty Install Reload Dialogue" src="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/thumbs/thumbs_screenshot10.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-3" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/screenshot11.png" title=" " class="shutterset_set_1"  rel="lightbox[26]">
								<img title="Ubuntu Jaunty Loading Bar" alt="Ubuntu Jaunty Loading Bar" src="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/thumbs/thumbs_screenshot11.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-4" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/screenshot12.png" title=" " class="shutterset_set_1"  rel="lightbox[26]">
								<img title="Ubuntu Jaunty Login Screen" alt="Ubuntu Jaunty Login Screen" src="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/thumbs/thumbs_screenshot12.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-5" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/screenshot13.png" title=" " class="shutterset_set_1"  rel="lightbox[26]">
								<img title="Ubuntu Jaunty Desktop" alt="Ubuntu Jaunty Desktop" src="http://www.tuxguides.com/wp-content/gallery/ubuntu-jaunty-install-process/thumbs/thumbs_screenshot13.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p><a href="http://www.tuxguides.com/2009/04/17/ubuntu-jaunty-review/"><strong>Part 1</strong></a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2078590910379095";
google_ad_slot = "2584559536";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/ubuntu-jaunty-review-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu Jaunty Review</title>
		<link>http://www.tuxguides.com/ubuntu-jaunty-review/</link>
		<comments>http://www.tuxguides.com/ubuntu-jaunty-review/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 02:47:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.epicconstructions.com/?p=16</guid>
		<description><![CDATA[I recently have been trying out the new ubuntu 9.04 beta. Normally, I have waited until the actual release to install the newest version of ubuntu, but in this case, I decided to go ahead and update early because I really wanted to try out the new notifications system and ext4 in Jaunty, and I [...]]]></description>
			<content:encoded><![CDATA[<p>I recently have been trying out the new ubuntu 9.04 beta. Normally, I have waited until the actual release to install the newest version of ubuntu, but in this case, I decided to go ahead and update early because I really wanted to try out the new notifications system and ext4 in Jaunty, and I had broken the networking in my current 8.10 install.</p>
<h3>Install:</h3>
<p>The install was easy enough.  The main difference that I noticed while installing the Ubuntu Jaunty was the change in the startup bar.  It has become a bit thinner and sleeker looking.</p>
<p><a href="http://www.tuxguides.com/wp-content/uploads/2009/04/screenshot1.png" rel="lightbox[16]"><img class="size-medium wp-image-66 alignnone" title="Ubuntu Bootup" src="http://www.tuxguides.com/wp-content/uploads/2009/04/screenshot1-300x225.png" alt="ubuntu bootup bar" /></a></p>
<p>The install process is very much the same as it was in intrepid (see the screenshot tour of the install in part 2 of this review for more information).</p>
<h3>New Desktop:</h3>
<p>After the install, I rebooted the machine, and was quite pleased by the startup speed (they have made some definite improvements there).  Part of this could be due to my switch to the new ext4 filesystem (a custom option during the install, but not the default).  They have changed the login screen to a new, darker theme.  In my opinion, it looks much cleaner and nicer than previous versions.</p>
<div id="attachment_67" class="wp-caption alignnone" style="width: 310px"><a href="http://www.tuxguides.com/wp-content/uploads/2009/04/screenshot12.png" rel="lightbox[16]"><img class="size-medium wp-image-67" title="screenshot12" src="http://www.tuxguides.com/wp-content/uploads/2009/04/screenshot12-300x225.png" alt="screenshot12" width="300" height="225" /></a><p class="wp-caption-text">Login Screen</p></div>
<p><span id="more-16"></span></p>
<p>After logging in, you are greated with a desktop very similar to previous version of ubuntu (the same theme, and colors), but with a different wallpaper.</p>
<div id="attachment_68" class="wp-caption alignnone" style="width: 310px"><a href="http://www.tuxguides.com/wp-content/uploads/2009/04/screenshot13.png" rel="lightbox[16]"><img class="size-medium wp-image-68" title="screenshot13" src="http://www.tuxguides.com/wp-content/uploads/2009/04/screenshot13-300x225.png" alt="Jaunty Desktop" width="300" height="225" /></a><p class="wp-caption-text">Jaunty Desktop</p></div>
<h3>Notifications:</h3>
<p>The biggest change that I noticed on the desktop was the inclusion of a notifications system.  This is a replacement for tooltip popups when you connect and disconect from wireless, pidgin notifications, sound settings, and many other notifications.  This was one of the parts of the upgrade that I was looking forward to.  It makes the interface look a lot less cluttered, and much more consolidated.</p>
<div id="attachment_69" class="wp-caption alignnone" style="width: 307px"><a href="http://www.tuxguides.com/wp-content/uploads/2009/04/notifications.png" rel="lightbox[16]"><img class="size-full wp-image-69" title="notifications" src="http://www.tuxguides.com/wp-content/uploads/2009/04/notifications.png" alt="notifications" width="297" height="95" /></a><p class="wp-caption-text">Jaunty Notifications</p></div>
<p>I am running the 64 bit version of ubuntu, and the flash plugin installed with little fuss like it did in previous versions.  I also installed the nvidia proprietary driver for my video card and enabled compiz.  This gave me no trouble either, and sleep functioned flawlessly (Lenovo T61).</p>
<h3>Computer Janitor:</h3>
<p>On other new feature in Jaunty is the inclusion of a computer janitor software.  This provides a gui for the aptitude cleaning commands (clean, autoclean, autoremove), and is perfect if you are running low on disk space/want to clean up your machine, but do not want to fiddle with the command line.</p>
<div id="attachment_70" class="wp-caption alignnone" style="width: 260px"><a href="http://www.tuxguides.com/wp-content/uploads/2009/04/screenshot-computer-janitor.png" rel="lightbox[16]"><img class="size-medium wp-image-70" title="screenshot-computer-janitor" src="http://www.tuxguides.com/wp-content/uploads/2009/04/screenshot-computer-janitor-250x300.png" alt="Computer Janitor" width="250" height="300" /></a><p class="wp-caption-text">Computer Janitor</p></div>
<h3>Custom Tweaks:</h3>
<p>All of my settings were retained because on my install of 8.10, I chose to put my home directory on a separate partition (I definitely recommend this). I installed all of the programs that I use, and got everything configured to my liking.</p>
<p>One other change that I made was to remove the bar at the top of the screen, and integrate everything in it to the bottom of the screen (it is easier just to show a picture of it then to try and describe it):</p>
<div id="attachment_17" class="wp-caption alignnone" style="width: 310px"><a href="http://www.tuxguides.com/wp-content/uploads/2009/04/desktop.jpg" rel="lightbox[16]"><img class="size-medium wp-image-17" title="desktop" src="http://www.tuxguides.com/wp-content/uploads/2009/04/desktop-300x187.jpg" alt="desktop" width="300" height="187" /></a><p class="wp-caption-text">Ubuntu Interface Customization</p></div>
<p style="text-align: left;"><a href="http://www.tuxguides.com/2009/04/23/ubuntu-jaunty-review-part-2/">Part 2 (continued)</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2078590910379095";
google_ad_slot = "2584559536";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/ubuntu-jaunty-review/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
