<?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>Jim Shaver &#187; outlaw</title>
	<atom:link href="http://jshaver.com/42/outlaw/feed/" rel="self" type="application/rss+xml" />
	<link>http://jshaver.com</link>
	<description>Technology, Open Source and Shiny Things</description>
	<lastBuildDate>Tue, 08 Dec 2009 06:09:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>10 Problems with Government Websites</title>
		<link>http://jshaver.com/bin/10-problems-with-government-websites/</link>
		<comments>http://jshaver.com/bin/10-problems-with-government-websites/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 23:59:49 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Web Developement]]></category>
		<category><![CDATA[bin]]></category>
		<category><![CDATA[outlaw]]></category>

		<guid isPermaLink="false">http://jshaver.com/?p=156</guid>
		<description><![CDATA[So in general these suggestions are meant for Canadian Government Websites. I believe that these sites are especially guilty of the following problems but are also applicable to other sites. 1. Problem: Poorly implemented or no RSS. Even if present it is usually useless, hand-generated, out of date or doesn&#8217;t pertain to very much of ]]></description>
			<content:encoded><![CDATA[<p>So in general these suggestions are meant for <a href="http://canada.gc.ca/">Canadian Government Websites</a>.  I believe that these sites are especially guilty of the following problems but are also applicable to other sites. </p>
<p>1. Problem: <strong>Poorly implemented or no <a href="http://en.wikipedia.org/wiki/RSS">RSS</a></strong>.  Even if present it is usually useless, hand-generated, out of date or doesn&#8217;t pertain to very much of anything.<br />
<strong>Solution:</strong> Implement RSS or use a CMS that has RSS built in.  Even most good programming languages have excellent XML handling built in.</p>
<p>2. Problem: <strong>anything.aspx</strong><br />
	While aspx is a semi-decent programming language, using it doesn&#8217;t encourage you to use some of the great CMSs or Frameworks like <a href="http://drupal.org">Drupal</a> or <a href="http://www.djangoproject.com/">Django</a>. Not to mention it screams to the world that you are using windows to host your site.  Terribly insecure.<br />
<strong>Solution:</strong> Use different languages that can run on several platforms to have a heterogeneous environment.</p>
<p>3. Problem: <strong>IIS</strong><br />
	No respectable outfit, ever&#8230; EVER uses IIS as their web server.  And it leads to using html mangling programs like Adobe Contribute and Front Page.<br />
<strong>Solution:</strong> Use <a href="http://en.wikipedia.org/wiki/Unix-like">Linux/BSD/OpenSolaris</a> or if you must, I think SCO is still around right?</p>
<p>4. Problem: <strong>www.example.com</strong> vs <strong>example.com</strong><br />
	Every good website since 1996 has fixed this problem, one redirects to the other.  When I go to a government site and I see &#8220;Under Construction&#8221; because IIS is misconfigured I think less of politicians.<br />
<strong>Solution:</strong> Correct configuration of IIS or switch to <a href="http://httpd.apache.org">Apache</a>.</p>
<p>5. Problem: <strong>streaming WMV etc.</strong><br />
	While I believe that governments should disseminate content in open and non-patent encumbered formats(I&#8217;m a believer that people shouldn&#8217;t have to have a license to read a word document or play an mp3), and even though (most) browsers support HTML5 elements that allow for embedding video, I realize that using flash is the most realistic option.  Most government sites don&#8217;t even do that, They stream video in wmv and audio in wma.  Using this is a bit jenk on a Mac and technically possible(but practically impossible) on Linux.  Also transcriptions should be available for every video(for people using text browsers) or captioned.<br />
<strong>Solution:</strong> Use Flash or open formats like <a href="http://en.wikipedia.org/wiki/Ogg">ogg</a>, or better yet use both.</p>
<p>6. Problem: <strong>Intelligible URL structure</strong><br />
	I am a believer that I should be able to navigate 90% of a website by typing plain English words into a URL.  Call me old fashioned but it is just the way that I feel.  HINT: It also keeps the site easier to maintain.  If the URL structure is a mess, the code is probably a mess.<br />
<strong>Solution:</strong>  Use a language like python or frameworks that encourage or require clean URLs.</p>
<p>7. Problem: <strong>English or French?</strong><br />
	Every Time that you go to a Canadian Government site for the first time, the site will ask you what language you would like to view the site in.  Every browser that has been made in many years has been able to send information about your language preferences.  Most English speakers don&#8217;t realize this because they are too dominant to ever run into the problem.  But if that is too difficult to implement for the government, then enable a checkbox that says &#8220;Remember my selection whenever I visit a Government of Canada Website.&#8221;<br />
<strong>Solution:</strong> Learn about <a href="http://en.wikipedia.org/wiki/HTTP_cookie">cookies</a>.</p>
<p>8. Problem: <strong>Colour Scheme</strong><br />
	No one worries about the 216-256 &#8220;web-safe&#8221; colours anymore.  NO ONE USES 8-BIT DISPLAYS ANYMORE.  But if you had been to a government website even today it seams that they are still subscribing to this philosophy.  The design of the sites could be so much more appealing with better colours.<br />
<strong>Solution:</strong>  Use colours.</p>
<p>9. Problem: <strong>&#8220;What&#8217;s New&#8221;, &#8220;Top of Page&#8221; and other similarly useless links.</strong><br />
	&#8220;What&#8217;s new&#8221; is a throw back to when site were smaller, they quickly become out of date and are made redundant by things like RSS feeds. Top of page is a throwback to when browsers did not have scroll bars.  Guess what?  They do now. &#8220;A-Z Index&#8221; this is an interesting one.  Some usability experts believe that &#8220;you should be able to access all of a site&#8217;s content within X number of clicks&#8221;.  I would append one thing to this &#8220;you should be able to access all of a site&#8217;s content within X number of clicks and in under 1-2 hours&#8221;.  An (A-Z Index) is useful when you approach $items>26.  However, there is an upper limit to this.<br />
<strong>Solution:</strong>  Top of page might be useful for accessibility, or text browsers.  Do browser detection.  If the user is using a browser that would benefit from this show it, if not hide it with Javascript.</p>
<p>10. Problem: <strong>Open Data.</strong><br />
	I have issues with Crown Copyright.  I believe that, in most cases, works that a government create should be owned by the people and not by &#8220;The Monarch&#8221;.  I am sure the queen could care less that she has all the rights to the 2006 Ministry of fisheries report on salmon populations.  I was amazed, when during a recent copyright consultation roundtable, Minister of Industry, Tony Clement did not understand why it mattered that Canadians should hold the rights to government works.  A good compromise to this would be to make both the crown and Canadians both rights holders.  It doesn&#8217;t have to be mutually exclusive.<br />
	Also government Data should be made available to the public as easily as possible.  Either by dumping the raw data on the internet or creating open databases with APIs to access the data.  NOTE: It is important that crown copyright be fixed before this happens.  I should not have to pay money to get at government data, nor waste paper in the process.  All I should need is an internet connection and the desire to find out.<br />
<strong>Solution:</strong>  Create a mechanism and reform copyright so that this information can be disseminated more easily.  Embrace <a href="http://creativecommons.org/">Creative Commons</a>.  Follow the lead of the <a href="http://www.data.gov/">Americans</a>.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share with others</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F&amp;title=10%20Problems%20with%20Government%20Websites&amp;bodytext=So%20in%20general%20these%20suggestions%20are%20meant%20for%20Canadian%20Government%20Websites.%20%20I%20believe%20that%20these%20sites%20are%20especially%20guilty%20of%20the%20following%20problems%20but%20are%20also%20applicable%20to%20other%20sites.%20%0D%0A%0D%0A1.%20Problem%3A%20Poorly%20implemented%20or%20no%20RSS.%20%20Even%20if%20pre" title="Digg"><img src="http://jshaver.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F&amp;title=10%20Problems%20with%20Government%20Websites&amp;notes=So%20in%20general%20these%20suggestions%20are%20meant%20for%20Canadian%20Government%20Websites.%20%20I%20believe%20that%20these%20sites%20are%20especially%20guilty%20of%20the%20following%20problems%20but%20are%20also%20applicable%20to%20other%20sites.%20%0D%0A%0D%0A1.%20Problem%3A%20Poorly%20implemented%20or%20no%20RSS.%20%20Even%20if%20pre" title="del.icio.us"><img src="http://jshaver.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F&amp;t=10%20Problems%20with%20Government%20Websites" title="Facebook"><img src="http://jshaver.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F&amp;title=10%20Problems%20with%20Government%20Websites&amp;annotation=So%20in%20general%20these%20suggestions%20are%20meant%20for%20Canadian%20Government%20Websites.%20%20I%20believe%20that%20these%20sites%20are%20especially%20guilty%20of%20the%20following%20problems%20but%20are%20also%20applicable%20to%20other%20sites.%20%0D%0A%0D%0A1.%20Problem%3A%20Poorly%20implemented%20or%20no%20RSS.%20%20Even%20if%20pre" title="Google Bookmarks"><img src="http://jshaver.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=10%20Problems%20with%20Government%20Websites&amp;body=http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F" title="email"><img src="http://jshaver.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F" title="Identi.ca"><img src="http://jshaver.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F&amp;t=10%20Problems%20with%20Government%20Websites&amp;s=So%20in%20general%20these%20suggestions%20are%20meant%20for%20Canadian%20Government%20Websites.%20%20I%20believe%20that%20these%20sites%20are%20especially%20guilty%20of%20the%20following%20problems%20but%20are%20also%20applicable%20to%20other%20sites.%20%0D%0A%0D%0A1.%20Problem%3A%20Poorly%20implemented%20or%20no%20RSS.%20%20Even%20if%20pre" title="Tumblr"><img src="http://jshaver.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=10%20Problems%20with%20Government%20Websites&amp;link=http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F" title="FriendFeed"><img src="http://jshaver.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F&amp;title=10%20Problems%20with%20Government%20Websites&amp;source=Jim+Shaver+Technology%2C+Open+Source+and+Shiny+Things&amp;summary=So%20in%20general%20these%20suggestions%20are%20meant%20for%20Canadian%20Government%20Websites.%20%20I%20believe%20that%20these%20sites%20are%20especially%20guilty%20of%20the%20following%20problems%20but%20are%20also%20applicable%20to%20other%20sites.%20%0D%0A%0D%0A1.%20Problem%3A%20Poorly%20implemented%20or%20no%20RSS.%20%20Even%20if%20pre" title="LinkedIn"><img src="http://jshaver.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F&amp;partner=sociable" title="PDF"><img src="http://jshaver.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F&amp;partner=sociable" title="Print"><img src="http://jshaver.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F&amp;title=10%20Problems%20with%20Government%20Websites" title="Reddit"><img src="http://jshaver.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://jshaver.com/feed/" title="RSS"><img src="http://jshaver.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=10%20Problems%20with%20Government%20Websites&amp;url=http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F" title="Slashdot"><img src="http://jshaver.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F&amp;title=10%20Problems%20with%20Government%20Websites" title="StumbleUpon"><img src="http://jshaver.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F" title="Technorati"><img src="http://jshaver.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=10%20Problems%20with%20Government%20Websites%20-%20http%3A%2F%2Fjshaver.com%2Fbin%2F10-problems-with-government-websites%2F" title="Twitter"><img src="http://jshaver.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jshaver.com/bin/10-problems-with-government-websites/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kubuntu 9.10 Review</title>
		<link>http://jshaver.com/bin/kubuntu-910-review/</link>
		<comments>http://jshaver.com/bin/kubuntu-910-review/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 02:11:36 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[bin]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[jim]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[outlaw]]></category>

		<guid isPermaLink="false">http://jshaver.com/?p=144</guid>
		<description><![CDATA[I have recently downloaded and installed Kubuntu 9.10 and it is great! The problem I have always had KDE is that half of the applications are much better than most Windows/Mac/GNOME apps, and half of them are about 90% as good as the other platforms. Well I have used Kubuntu 9.10 for a bit now ]]></description>
			<content:encoded><![CDATA[<p>I have recently downloaded and installed Kubuntu 9.10 and it is great!  The problem I have always had KDE is that half of the applications are much better than most Windows/Mac/GNOME apps, and half of them are about 90% as good as the other platforms.  Well I have used Kubuntu 9.10 for a bit now and I must say it is giving me very little to complain about.  Network has a little ways to go yet.  New installer bling is great!  Some great new improvements to gwenview.  You will also notice that unlike in my 9.04 review I didn&#8217;t have to turn compositing off to get screenshots.  (Most) compositing effects now show up in screenshots!  Congrats to <a href="http://pinheiro-kde.blogspot.com/">Pinheiro</a> for his work on icons and theming. K3B looks great now that it is integrated into KDE4 as well as the newest air desktop theme.  Kopete can now integrate with Skype.  Awesome</p>
<p>I was disappointed that they decided not to include the <a href="http://code.google.com/p/arora/">Arora</a> in this version, as I think it shows a lot of promise.  There is now a Firefox installer included in the menu structure.  I also installed Chromium from a launchpad PPA and even though Firefox and Chromium are GTK apps they finally(Firefox especially) are more integrated with the desktop.  In previous releases Firefox wouldn&#8217;t know what to open files with unless you had GTK apps installed.  </p>
<p>Great job <a href="http://kde.org/">KDE</a> and <a href="http://kubuntu.org/">Kubuntu</a> Teams!</p>

<a href='http://jshaver.com/bin/kubuntu-910-review/attachment/snapshot1-2/' title='Chromium on KDE'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/10/snapshot1-150x150.png" class="attachment-thumbnail" alt="Chromium works great on KDE" title="Chromium on KDE" /></a>
<a href='http://jshaver.com/bin/kubuntu-910-review/attachment/snapshot2-2/' title='Communication Apps'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/10/snapshot2-150x150.png" class="attachment-thumbnail" alt="Skype doesn&#039;t come with, but if installed there is now integration with kopete" title="Communication Apps" /></a>
<a href='http://jshaver.com/bin/kubuntu-910-review/attachment/snapshot3-2/' title='Desktop Effects'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/10/snapshot3-150x150.png" class="attachment-thumbnail" alt="Desktop Effects" title="Desktop Effects" /></a>
<a href='http://jshaver.com/bin/kubuntu-910-review/attachment/snapshot4-2/' title='System Settings'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/10/snapshot4-150x150.png" class="attachment-thumbnail" alt="New easier navigation of System Settings in KDE 4.3" title="System Settings" /></a>
<a href='http://jshaver.com/bin/kubuntu-910-review/attachment/snapshot5-2/' title='KPackageKit'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/10/snapshot5-150x150.png" class="attachment-thumbnail" alt="KPackageKit the least confusing ever!" title="KPackageKit" /></a>
<a href='http://jshaver.com/bin/kubuntu-910-review/attachment/snapshot6-2/' title='Amarok and new K3B'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/10/snapshot6-150x150.png" class="attachment-thumbnail" alt="K3B has had some updates and integration with KDE4" title="Amarok and new K3B" /></a>
<a href='http://jshaver.com/bin/kubuntu-910-review/attachment/snapshot7-2/' title='OpenOffice'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/10/snapshot7-150x150.png" class="attachment-thumbnail" alt="OO.o has awesome new KDE integration" title="OpenOffice" /></a>
<a href='http://jshaver.com/bin/kubuntu-910-review/attachment/snapshot8-2/' title='KRDC and Krfb'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/10/snapshot8-150x150.png" class="attachment-thumbnail" alt="VNC now more working than ever!" title="KRDC and Krfb" /></a>
<a href='http://jshaver.com/bin/kubuntu-910-review/attachment/snapshot9-2/' title='Gwenview'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/10/snapshot9-150x150.png" class="attachment-thumbnail" alt="Improving with every version" title="Gwenview" /></a>
<a href='http://jshaver.com/bin/kubuntu-910-review/attachment/snapshot10-2/' title='Dolphin'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/10/snapshot10-150x150.png" class="attachment-thumbnail" alt="Not a whole lot new in file management" title="Dolphin" /></a>
<a href='http://jshaver.com/bin/kubuntu-910-review/attachment/snapshot11/' title='Information Area'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/10/snapshot11-150x150.png" class="attachment-thumbnail" alt="I think they have this one almost licked!" title="Information Area" /></a>
<a href='http://jshaver.com/bin/kubuntu-910-review/attachment/snapshot12/' title='Wireless'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/10/snapshot12-150x150.png" class="attachment-thumbnail" alt="This seems to be in constant flux.  But works!" title="Wireless" /></a>
<a href='http://jshaver.com/bin/kubuntu-910-review/attachment/snapshot13/' title='Dolphin'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/10/snapshot13-150x150.png" class="attachment-thumbnail" alt="Still good a reliable thingy" title="Dolphin" /></a>
<a href='http://jshaver.com/bin/kubuntu-910-review/attachment/snapshot14/' title='Okular'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/10/snapshot14-150x150.png" class="attachment-thumbnail" alt="PDF viewing isn&#039;t much different" title="Okular" /></a>
<a href='http://jshaver.com/bin/kubuntu-910-review/attachment/snapshot15/' title='Congrats'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/10/snapshot15-150x150.png" class="attachment-thumbnail" alt="Great Job Kubuntu and KDE Teams!" title="Congrats" /></a>


<div class="sociable">
<div class="sociable_tagline">
<strong>Share with others</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F&amp;title=Kubuntu%209.10%20Review&amp;bodytext=I%20have%20recently%20downloaded%20and%20installed%20Kubuntu%209.10%20and%20it%20is%20great%21%20%20The%20problem%20I%20have%20always%20had%20KDE%20is%20that%20half%20of%20the%20applications%20are%20much%20better%20than%20most%20Windows%2FMac%2FGNOME%20apps%2C%20and%20half%20of%20them%20are%20about%2090%25%20as%20good%20as%20the%20other%20platforms" title="Digg"><img src="http://jshaver.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F&amp;title=Kubuntu%209.10%20Review&amp;notes=I%20have%20recently%20downloaded%20and%20installed%20Kubuntu%209.10%20and%20it%20is%20great%21%20%20The%20problem%20I%20have%20always%20had%20KDE%20is%20that%20half%20of%20the%20applications%20are%20much%20better%20than%20most%20Windows%2FMac%2FGNOME%20apps%2C%20and%20half%20of%20them%20are%20about%2090%25%20as%20good%20as%20the%20other%20platforms" title="del.icio.us"><img src="http://jshaver.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F&amp;t=Kubuntu%209.10%20Review" title="Facebook"><img src="http://jshaver.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F&amp;title=Kubuntu%209.10%20Review&amp;annotation=I%20have%20recently%20downloaded%20and%20installed%20Kubuntu%209.10%20and%20it%20is%20great%21%20%20The%20problem%20I%20have%20always%20had%20KDE%20is%20that%20half%20of%20the%20applications%20are%20much%20better%20than%20most%20Windows%2FMac%2FGNOME%20apps%2C%20and%20half%20of%20them%20are%20about%2090%25%20as%20good%20as%20the%20other%20platforms" title="Google Bookmarks"><img src="http://jshaver.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Kubuntu%209.10%20Review&amp;body=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F" title="email"><img src="http://jshaver.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F" title="Identi.ca"><img src="http://jshaver.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F&amp;t=Kubuntu%209.10%20Review&amp;s=I%20have%20recently%20downloaded%20and%20installed%20Kubuntu%209.10%20and%20it%20is%20great%21%20%20The%20problem%20I%20have%20always%20had%20KDE%20is%20that%20half%20of%20the%20applications%20are%20much%20better%20than%20most%20Windows%2FMac%2FGNOME%20apps%2C%20and%20half%20of%20them%20are%20about%2090%25%20as%20good%20as%20the%20other%20platforms" title="Tumblr"><img src="http://jshaver.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Kubuntu%209.10%20Review&amp;link=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F" title="FriendFeed"><img src="http://jshaver.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F&amp;title=Kubuntu%209.10%20Review&amp;source=Jim+Shaver+Technology%2C+Open+Source+and+Shiny+Things&amp;summary=I%20have%20recently%20downloaded%20and%20installed%20Kubuntu%209.10%20and%20it%20is%20great%21%20%20The%20problem%20I%20have%20always%20had%20KDE%20is%20that%20half%20of%20the%20applications%20are%20much%20better%20than%20most%20Windows%2FMac%2FGNOME%20apps%2C%20and%20half%20of%20them%20are%20about%2090%25%20as%20good%20as%20the%20other%20platforms" title="LinkedIn"><img src="http://jshaver.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F&amp;partner=sociable" title="PDF"><img src="http://jshaver.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F&amp;partner=sociable" title="Print"><img src="http://jshaver.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F&amp;title=Kubuntu%209.10%20Review" title="Reddit"><img src="http://jshaver.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://jshaver.com/feed/" title="RSS"><img src="http://jshaver.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Kubuntu%209.10%20Review&amp;url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F" title="Slashdot"><img src="http://jshaver.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F&amp;title=Kubuntu%209.10%20Review" title="StumbleUpon"><img src="http://jshaver.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F" title="Technorati"><img src="http://jshaver.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Kubuntu%209.10%20Review%20-%20http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-910-review%2F" title="Twitter"><img src="http://jshaver.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jshaver.com/bin/kubuntu-910-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>KDE 4.3 RC Review</title>
		<link>http://jshaver.com/bin/kde43-rc-review/</link>
		<comments>http://jshaver.com/bin/kde43-rc-review/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 22:58:57 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[bin]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[jim]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[outlaw]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://jshaver.com/?p=116</guid>
		<description><![CDATA[So I have upgraded my Kubuntu 9.04 box to the KDE 4.3 Beta and RCs and am really impressed with the progress that they are making. Add: deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu jaunty main to your /etc/apt/sources.list or even within KPackageKit and do an sudo apt-get update and sudo apt-get upgrade. They have made some awesome improvements to ]]></description>
			<content:encoded><![CDATA[<p>So I have upgraded my Kubuntu 9.04 box to the KDE 4.3 Beta and RCs and am really impressed with the progress that they are making.</p>
<p>Add:  <code>deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu jaunty main</code> to your /etc/apt/sources.list or even within KPackageKit and do an <code>sudo apt-get update</code> and <code>sudo apt-get upgrade</code>.</p>
<p>They have made some awesome improvements to the System Settings control panel.  They have made some awesome improvements to the information area of the kicker and changes the Wifi plasmoid that I don&#8217;t totally understand.  The system tray is now collapsible.  There is a new feature that allows you to peek into folders and displays some of the contents of the folder on the icon.  There are now a lot of options for your desktop including using marble to display the moon as your desktop and stuff like that.  I am glad to see that there is a constant improvement of KDE.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share with others</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F&amp;title=KDE%204.3%20RC%20Review&amp;bodytext=So%20I%20have%20upgraded%20my%20Kubuntu%209.04%20box%20to%20the%20KDE%204.3%20Beta%20and%20RCs%20and%20am%20really%20impressed%20with%20the%20progress%20that%20they%20are%20making.%0D%0A%0D%0AAdd%3A%20%20deb%20http%3A%2F%2Fppa.launchpad.net%2Fkubuntu-ppa%2Fbackports%2Fubuntu%20jaunty%20main%20to%20your%20%2Fetc%2Fapt%2Fsources.list%20or%20even%20wi" title="Digg"><img src="http://jshaver.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F&amp;title=KDE%204.3%20RC%20Review&amp;notes=So%20I%20have%20upgraded%20my%20Kubuntu%209.04%20box%20to%20the%20KDE%204.3%20Beta%20and%20RCs%20and%20am%20really%20impressed%20with%20the%20progress%20that%20they%20are%20making.%0D%0A%0D%0AAdd%3A%20%20deb%20http%3A%2F%2Fppa.launchpad.net%2Fkubuntu-ppa%2Fbackports%2Fubuntu%20jaunty%20main%20to%20your%20%2Fetc%2Fapt%2Fsources.list%20or%20even%20wi" title="del.icio.us"><img src="http://jshaver.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F&amp;t=KDE%204.3%20RC%20Review" title="Facebook"><img src="http://jshaver.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F&amp;title=KDE%204.3%20RC%20Review&amp;annotation=So%20I%20have%20upgraded%20my%20Kubuntu%209.04%20box%20to%20the%20KDE%204.3%20Beta%20and%20RCs%20and%20am%20really%20impressed%20with%20the%20progress%20that%20they%20are%20making.%0D%0A%0D%0AAdd%3A%20%20deb%20http%3A%2F%2Fppa.launchpad.net%2Fkubuntu-ppa%2Fbackports%2Fubuntu%20jaunty%20main%20to%20your%20%2Fetc%2Fapt%2Fsources.list%20or%20even%20wi" title="Google Bookmarks"><img src="http://jshaver.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=KDE%204.3%20RC%20Review&amp;body=http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F" title="email"><img src="http://jshaver.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F" title="Identi.ca"><img src="http://jshaver.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F&amp;t=KDE%204.3%20RC%20Review&amp;s=So%20I%20have%20upgraded%20my%20Kubuntu%209.04%20box%20to%20the%20KDE%204.3%20Beta%20and%20RCs%20and%20am%20really%20impressed%20with%20the%20progress%20that%20they%20are%20making.%0D%0A%0D%0AAdd%3A%20%20deb%20http%3A%2F%2Fppa.launchpad.net%2Fkubuntu-ppa%2Fbackports%2Fubuntu%20jaunty%20main%20to%20your%20%2Fetc%2Fapt%2Fsources.list%20or%20even%20wi" title="Tumblr"><img src="http://jshaver.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=KDE%204.3%20RC%20Review&amp;link=http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F" title="FriendFeed"><img src="http://jshaver.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F&amp;title=KDE%204.3%20RC%20Review&amp;source=Jim+Shaver+Technology%2C+Open+Source+and+Shiny+Things&amp;summary=So%20I%20have%20upgraded%20my%20Kubuntu%209.04%20box%20to%20the%20KDE%204.3%20Beta%20and%20RCs%20and%20am%20really%20impressed%20with%20the%20progress%20that%20they%20are%20making.%0D%0A%0D%0AAdd%3A%20%20deb%20http%3A%2F%2Fppa.launchpad.net%2Fkubuntu-ppa%2Fbackports%2Fubuntu%20jaunty%20main%20to%20your%20%2Fetc%2Fapt%2Fsources.list%20or%20even%20wi" title="LinkedIn"><img src="http://jshaver.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F&amp;partner=sociable" title="PDF"><img src="http://jshaver.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F&amp;partner=sociable" title="Print"><img src="http://jshaver.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F&amp;title=KDE%204.3%20RC%20Review" title="Reddit"><img src="http://jshaver.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://jshaver.com/feed/" title="RSS"><img src="http://jshaver.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=KDE%204.3%20RC%20Review&amp;url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F" title="Slashdot"><img src="http://jshaver.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F&amp;title=KDE%204.3%20RC%20Review" title="StumbleUpon"><img src="http://jshaver.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F" title="Technorati"><img src="http://jshaver.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=KDE%204.3%20RC%20Review%20-%20http%3A%2F%2Fjshaver.com%2Fbin%2Fkde43-rc-review%2F" title="Twitter"><img src="http://jshaver.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jshaver.com/bin/kde43-rc-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kubuntu USB Creator</title>
		<link>http://jshaver.com/blog/kubuntu-usb-creator/</link>
		<comments>http://jshaver.com/blog/kubuntu-usb-creator/#comments</comments>
		<pubDate>Fri, 08 May 2009 09:56:47 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[outlaw]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://jshaver.com/?p=80</guid>
		<description><![CDATA[I worked late into the morning hours on this mock-up for a Kubuntu bootable USB Creator. There currently is one for regular Ubuntu, written mostly in python and of course in GTK+. I am gonna try to port it to Qt. Let me know if you would like to help out as my c++ is ]]></description>
			<content:encoded><![CDATA[<p>I worked late into the morning hours on this mock-up for a Kubuntu bootable USB Creator.  There currently is one for regular Ubuntu, written mostly in python and of course in GTK+.  I am gonna try to port it to Qt.  Let me know if you would like to help out as my c++ is sort of like my French i.e. not good.<br/><br />
<img class="aligncenter size-full wp-image-79" title="kubuntuUSBCreator" src="http://jshaver.com/wp-content/uploads/2009/05/snapshot1.png" alt="kubuntuUSBCreator" width="490" height="533" /></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share with others</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F&amp;title=Kubuntu%20USB%20Creator&amp;bodytext=I%20worked%20late%20into%20the%20morning%20hours%20on%20this%20mock-up%20for%20a%20Kubuntu%20bootable%20USB%20Creator.%20%20There%20currently%20is%20one%20for%20regular%20Ubuntu%2C%20written%20mostly%20in%20python%20and%20of%20course%20in%20GTK%2B.%20%20I%20am%20gonna%20try%20to%20port%20it%20to%20Qt.%20%20Let%20me%20know%20if%20you%20would%20like%20to%20h" title="Digg"><img src="http://jshaver.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F&amp;title=Kubuntu%20USB%20Creator&amp;notes=I%20worked%20late%20into%20the%20morning%20hours%20on%20this%20mock-up%20for%20a%20Kubuntu%20bootable%20USB%20Creator.%20%20There%20currently%20is%20one%20for%20regular%20Ubuntu%2C%20written%20mostly%20in%20python%20and%20of%20course%20in%20GTK%2B.%20%20I%20am%20gonna%20try%20to%20port%20it%20to%20Qt.%20%20Let%20me%20know%20if%20you%20would%20like%20to%20h" title="del.icio.us"><img src="http://jshaver.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F&amp;t=Kubuntu%20USB%20Creator" title="Facebook"><img src="http://jshaver.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F&amp;title=Kubuntu%20USB%20Creator&amp;annotation=I%20worked%20late%20into%20the%20morning%20hours%20on%20this%20mock-up%20for%20a%20Kubuntu%20bootable%20USB%20Creator.%20%20There%20currently%20is%20one%20for%20regular%20Ubuntu%2C%20written%20mostly%20in%20python%20and%20of%20course%20in%20GTK%2B.%20%20I%20am%20gonna%20try%20to%20port%20it%20to%20Qt.%20%20Let%20me%20know%20if%20you%20would%20like%20to%20h" title="Google Bookmarks"><img src="http://jshaver.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Kubuntu%20USB%20Creator&amp;body=http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F" title="email"><img src="http://jshaver.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F" title="Identi.ca"><img src="http://jshaver.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F&amp;t=Kubuntu%20USB%20Creator&amp;s=I%20worked%20late%20into%20the%20morning%20hours%20on%20this%20mock-up%20for%20a%20Kubuntu%20bootable%20USB%20Creator.%20%20There%20currently%20is%20one%20for%20regular%20Ubuntu%2C%20written%20mostly%20in%20python%20and%20of%20course%20in%20GTK%2B.%20%20I%20am%20gonna%20try%20to%20port%20it%20to%20Qt.%20%20Let%20me%20know%20if%20you%20would%20like%20to%20h" title="Tumblr"><img src="http://jshaver.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Kubuntu%20USB%20Creator&amp;link=http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F" title="FriendFeed"><img src="http://jshaver.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F&amp;title=Kubuntu%20USB%20Creator&amp;source=Jim+Shaver+Technology%2C+Open+Source+and+Shiny+Things&amp;summary=I%20worked%20late%20into%20the%20morning%20hours%20on%20this%20mock-up%20for%20a%20Kubuntu%20bootable%20USB%20Creator.%20%20There%20currently%20is%20one%20for%20regular%20Ubuntu%2C%20written%20mostly%20in%20python%20and%20of%20course%20in%20GTK%2B.%20%20I%20am%20gonna%20try%20to%20port%20it%20to%20Qt.%20%20Let%20me%20know%20if%20you%20would%20like%20to%20h" title="LinkedIn"><img src="http://jshaver.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F&amp;partner=sociable" title="PDF"><img src="http://jshaver.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F&amp;partner=sociable" title="Print"><img src="http://jshaver.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F&amp;title=Kubuntu%20USB%20Creator" title="Reddit"><img src="http://jshaver.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://jshaver.com/feed/" title="RSS"><img src="http://jshaver.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Kubuntu%20USB%20Creator&amp;url=http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F" title="Slashdot"><img src="http://jshaver.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F&amp;title=Kubuntu%20USB%20Creator" title="StumbleUpon"><img src="http://jshaver.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F" title="Technorati"><img src="http://jshaver.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Kubuntu%20USB%20Creator%20-%20http%3A%2F%2Fjshaver.com%2Fblog%2Fkubuntu-usb-creator%2F" title="Twitter"><img src="http://jshaver.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jshaver.com/blog/kubuntu-usb-creator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Openfiler Review</title>
		<link>http://jshaver.com/blog/openfiler/</link>
		<comments>http://jshaver.com/blog/openfiler/#comments</comments>
		<pubDate>Wed, 06 May 2009 06:30:05 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[outlaw]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[openfiler]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://jshaver.com/?p=50</guid>
		<description><![CDATA[I run an installation of VMWare ESXi which is really a great product for server based virtualization. My only complaint is that there is no Linux admin client.  So I have to keep an XP VM around all the time to administer it.  The only reason that I bring this up is that ESXi needs ]]></description>
			<content:encoded><![CDATA[<p>I run an installation of <a href="http://vmware.com/go/getesxi/" target="_blank">VMWare ESXi</a> which is really a great product for server based virtualization. My only complaint is that there is no Linux admin client.  So I have to keep an XP VM around all the time to administer it.  The only reason that I bring this up is that ESXi needs a good chunk of space for its datastore.  Well you can certainly hook up a whole bunch of physical drives.  You can also set up an expensive fibre channel SAN.  Well, both solutions will work, but obviously have drawbacks.</p>
<p>Enter <a href="http://openfiler.com" target="_blank">Openfiler</a>.  Openfiler is a Linux distro based off of <a href="http://www.rpath.com" target="_blank">rPath</a> Linux.  It offers an awesome web-front-end and supports: rsync, smb/cifs, NFS, WebDAV, FTP and iSCSI protocols.  So as we can see, this is a great way to easily set up a NAS for a media box or for your network based backup solution.  You can also tie it into directory services like Active Directory or LDAP, but I haven&#8217;t tried this.  It also has some of the easiest software RAID setup I have used.</p>
<p>So these sreenshots are showing some of the steps in setting up an iSCSI volume from 2 virtual hard disks on a VM and two of the partitions are in RAID-1.  This of course is not really a realistic setup and is for illustration purposes only</p>

<a href='http://jshaver.com/blog/openfiler/attachment/services-section_1241588702577/' title='services-section_1241588702577'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/05/services-section_1241588702577-150x150.png" class="attachment-thumbnail" alt="services-section_1241588702577" title="services-section_1241588702577" /></a>
<a href='http://jshaver.com/blog/openfiler/attachment/services-section_12415887025771/' title='services-section_12415887025771'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/05/services-section_12415887025771-150x150.png" class="attachment-thumbnail" alt="services-section_12415887025771" title="services-section_12415887025771" /></a>
<a href='http://jshaver.com/blog/openfiler/attachment/status-system-status_1241588223432/' title='status-system-status_1241588223432'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/05/status-system-status_1241588223432-150x150.png" class="attachment-thumbnail" alt="status-system-status_1241588223432" title="status-system-status_1241588223432" /></a>
<a href='http://jshaver.com/blog/openfiler/attachment/volumes-manage-volumes_1241589490152/' title='volumes-manage-volumes_1241589490152'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/05/volumes-manage-volumes_1241589490152-150x150.png" class="attachment-thumbnail" alt="volumes-manage-volumes_1241589490152" title="volumes-manage-volumes_1241589490152" /></a>
<a href='http://jshaver.com/blog/openfiler/attachment/volumes-manage-volumes_1241589645868/' title='volumes-manage-volumes_1241589645868'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/05/volumes-manage-volumes_1241589645868-150x150.png" class="attachment-thumbnail" alt="volumes-manage-volumes_1241589645868" title="volumes-manage-volumes_1241589645868" /></a>
<a href='http://jshaver.com/blog/openfiler/attachment/volumes-raid-management_1241589106343/' title='volumes-raid-management_1241589106343'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/05/volumes-raid-management_1241589106343-150x150.png" class="attachment-thumbnail" alt="volumes-raid-management_1241589106343" title="volumes-raid-management_1241589106343" /></a>
<a href='http://jshaver.com/blog/openfiler/attachment/volumes-raid-management_1241589152759/' title='volumes-raid-management_1241589152759'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/05/volumes-raid-management_1241589152759-150x150.png" class="attachment-thumbnail" alt="volumes-raid-management_1241589152759" title="volumes-raid-management_1241589152759" /></a>
<a href='http://jshaver.com/blog/openfiler/attachment/volumes-raid-management_1241589170682/' title='volumes-raid-management_1241589170682'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/05/volumes-raid-management_1241589170682-150x150.png" class="attachment-thumbnail" alt="volumes-raid-management_1241589170682" title="volumes-raid-management_1241589170682" /></a>
<a href='http://jshaver.com/blog/openfiler/attachment/volumes-volume-groups_1241589197236/' title='volumes-volume-groups_1241589197236'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/05/volumes-volume-groups_1241589197236-150x150.png" class="attachment-thumbnail" alt="volumes-volume-groups_1241589197236" title="volumes-volume-groups_1241589197236" /></a>

<p>Openfiler is available as an ISO for installing on a beige box, as a VMWare VM as well as many other kinds of VMS</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share with others</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F&amp;title=Openfiler%20Review&amp;bodytext=I%20run%20an%20installation%20of%20VMWare%20ESXi%20which%20is%20really%20a%20great%20product%20for%20server%20based%20virtualization.%20My%20only%20complaint%20is%20that%20there%20is%20no%20Linux%20admin%20client.%C2%A0%20So%20I%20have%20to%20keep%20an%20XP%20VM%20around%20all%20the%20time%20to%20administer%20it.%C2%A0%20The%20only%20reason%20that%20" title="Digg"><img src="http://jshaver.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F&amp;title=Openfiler%20Review&amp;notes=I%20run%20an%20installation%20of%20VMWare%20ESXi%20which%20is%20really%20a%20great%20product%20for%20server%20based%20virtualization.%20My%20only%20complaint%20is%20that%20there%20is%20no%20Linux%20admin%20client.%C2%A0%20So%20I%20have%20to%20keep%20an%20XP%20VM%20around%20all%20the%20time%20to%20administer%20it.%C2%A0%20The%20only%20reason%20that%20" title="del.icio.us"><img src="http://jshaver.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F&amp;t=Openfiler%20Review" title="Facebook"><img src="http://jshaver.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F&amp;title=Openfiler%20Review&amp;annotation=I%20run%20an%20installation%20of%20VMWare%20ESXi%20which%20is%20really%20a%20great%20product%20for%20server%20based%20virtualization.%20My%20only%20complaint%20is%20that%20there%20is%20no%20Linux%20admin%20client.%C2%A0%20So%20I%20have%20to%20keep%20an%20XP%20VM%20around%20all%20the%20time%20to%20administer%20it.%C2%A0%20The%20only%20reason%20that%20" title="Google Bookmarks"><img src="http://jshaver.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Openfiler%20Review&amp;body=http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F" title="email"><img src="http://jshaver.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F" title="Identi.ca"><img src="http://jshaver.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F&amp;t=Openfiler%20Review&amp;s=I%20run%20an%20installation%20of%20VMWare%20ESXi%20which%20is%20really%20a%20great%20product%20for%20server%20based%20virtualization.%20My%20only%20complaint%20is%20that%20there%20is%20no%20Linux%20admin%20client.%C2%A0%20So%20I%20have%20to%20keep%20an%20XP%20VM%20around%20all%20the%20time%20to%20administer%20it.%C2%A0%20The%20only%20reason%20that%20" title="Tumblr"><img src="http://jshaver.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Openfiler%20Review&amp;link=http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F" title="FriendFeed"><img src="http://jshaver.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F&amp;title=Openfiler%20Review&amp;source=Jim+Shaver+Technology%2C+Open+Source+and+Shiny+Things&amp;summary=I%20run%20an%20installation%20of%20VMWare%20ESXi%20which%20is%20really%20a%20great%20product%20for%20server%20based%20virtualization.%20My%20only%20complaint%20is%20that%20there%20is%20no%20Linux%20admin%20client.%C2%A0%20So%20I%20have%20to%20keep%20an%20XP%20VM%20around%20all%20the%20time%20to%20administer%20it.%C2%A0%20The%20only%20reason%20that%20" title="LinkedIn"><img src="http://jshaver.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F&amp;partner=sociable" title="PDF"><img src="http://jshaver.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F&amp;partner=sociable" title="Print"><img src="http://jshaver.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F&amp;title=Openfiler%20Review" title="Reddit"><img src="http://jshaver.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://jshaver.com/feed/" title="RSS"><img src="http://jshaver.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Openfiler%20Review&amp;url=http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F" title="Slashdot"><img src="http://jshaver.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F&amp;title=Openfiler%20Review" title="StumbleUpon"><img src="http://jshaver.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F" title="Technorati"><img src="http://jshaver.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Openfiler%20Review%20-%20http%3A%2F%2Fjshaver.com%2Fblog%2Fopenfiler%2F" title="Twitter"><img src="http://jshaver.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jshaver.com/blog/openfiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kubuntu 9.04 review</title>
		<link>http://jshaver.com/bin/kubuntu-904-review/</link>
		<comments>http://jshaver.com/bin/kubuntu-904-review/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 16:46:59 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[bin]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[jim]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[outlaw]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://jshaver.com/?p=37</guid>
		<description><![CDATA[I have been running the beta and alpha of the latest release of Kubuntu for a while now, but yesterday I went scorched earth. I backed up all of my data and wiped my drive and reinstalled with the latest version. The first thing that I noticed was that the live cd booted very quickly. ]]></description>
			<content:encoded><![CDATA[<p>I have been running the beta and alpha of the latest release of <a href="http://kubuntu.org" target="_blank">Kubuntu</a> for a while now, but yesterday I went scorched earth.  I backed up all of my data and wiped my drive and reinstalled with the latest version.</p>
<p>The first thing that I noticed was that the live cd booted very quickly.  My favorite addition to the installer was the new map for the time zone setting.  It is a lot easier to use and better looking than the old one.</p>
<p>After the install, once again, faster boot times.  I went all EXT4 for this install.  I am loving it so far.  Most of the improvements are to KDE 4 generally.  Things like easier installation of themes, my favourite feature missing from GNOME.  Kubuntu has also included a new package manager, KPackageKit which is much better than Adept.  At first I thought it was too simple, but it has definitely grown on me.  The most unexpected aspect of the new release is that suspend and resume work flawlessly on my Toshiba Tecra A9 laptop.  The last feature that does not work is using an external monitor.</p>
<p>All in all the <a href="kubuntu.org" target="_blank">Kubuntu</a> and <a title="The K Desktop environment" href="http://kde.org" target="_blank">KDE</a> team are to be commended for there work.  Awesome job guys!!!</p>

<a href='http://jshaver.com/bin/kubuntu-904-review/attachment/snapshot2/' title='XBMC running in windowed mode'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/04/snapshot2-150x150.png" class="attachment-thumbnail" alt="XBMC running in windowed mode" title="XBMC running in windowed mode" /></a>
<a href='http://jshaver.com/bin/kubuntu-904-review/attachment/snapshot3/' title='KRemoteDesktop'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/04/snapshot3-150x150.png" class="attachment-thumbnail" alt="KRemoteDesktop" title="KRemoteDesktop" /></a>
<a href='http://jshaver.com/bin/kubuntu-904-review/attachment/snapshot4/' title='Dolphin and Amarok'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/04/snapshot4-150x150.png" class="attachment-thumbnail" alt="Dolphin and Amarok" title="Dolphin and Amarok" /></a>
<a href='http://jshaver.com/bin/kubuntu-904-review/attachment/snapshot5/' title='GIMP and Firefox 3 under WINE'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/04/snapshot5-150x150.png" class="attachment-thumbnail" alt="GIMP and Firefox 3 under WINE" title="GIMP and Firefox 3 under WINE" /></a>
<a href='http://jshaver.com/bin/kubuntu-904-review/attachment/snapshot6/' title='Wireless Plasma Widget '><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/04/snapshot6-150x150.png" class="attachment-thumbnail" alt="Wireless Plasma Widget" title="Wireless Plasma Widget" /></a>
<a href='http://jshaver.com/bin/kubuntu-904-review/attachment/snapshot7/' title='Recently plugged in devices'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/04/snapshot7-150x150.png" class="attachment-thumbnail" alt="Recently plugged in devices" title="Recently plugged in devices" /></a>
<a href='http://jshaver.com/bin/kubuntu-904-review/attachment/snapshot8/' title='KMenu'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/04/snapshot8-150x150.png" class="attachment-thumbnail" alt="KMenu" title="KMenu" /></a>
<a href='http://jshaver.com/bin/kubuntu-904-review/attachment/snapshot9/' title='Dolphin with info pane'><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/04/snapshot9-150x150.png" class="attachment-thumbnail" alt="Dolphin with info pane" title="Dolphin with info pane" /></a>
<a href='http://jshaver.com/bin/kubuntu-904-review/attachment/snapshot10/' title='Built-in Compiz manager  '><img width="150" height="150" src="http://jshaver.com/wp-content/uploads/2009/04/snapshot10-150x150.png" class="attachment-thumbnail" alt="Built-in Compiz manager" title="Built-in Compiz manager" /></a>


<div class="sociable">
<div class="sociable_tagline">
<strong>Share with others</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F&amp;title=Kubuntu%209.04%20review&amp;bodytext=I%20have%20been%20running%20the%20beta%20and%20alpha%20of%20the%20latest%20release%20of%20Kubuntu%20for%20a%20while%20now%2C%20but%20yesterday%20I%20went%20scorched%20earth.%20%20I%20backed%20up%20all%20of%20my%20data%20and%20wiped%20my%20drive%20and%20reinstalled%20with%20the%20latest%20version.%0D%0A%0D%0AThe%20first%20thing%20that%20I%20noticed%20wa" title="Digg"><img src="http://jshaver.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F&amp;title=Kubuntu%209.04%20review&amp;notes=I%20have%20been%20running%20the%20beta%20and%20alpha%20of%20the%20latest%20release%20of%20Kubuntu%20for%20a%20while%20now%2C%20but%20yesterday%20I%20went%20scorched%20earth.%20%20I%20backed%20up%20all%20of%20my%20data%20and%20wiped%20my%20drive%20and%20reinstalled%20with%20the%20latest%20version.%0D%0A%0D%0AThe%20first%20thing%20that%20I%20noticed%20wa" title="del.icio.us"><img src="http://jshaver.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F&amp;t=Kubuntu%209.04%20review" title="Facebook"><img src="http://jshaver.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F&amp;title=Kubuntu%209.04%20review&amp;annotation=I%20have%20been%20running%20the%20beta%20and%20alpha%20of%20the%20latest%20release%20of%20Kubuntu%20for%20a%20while%20now%2C%20but%20yesterday%20I%20went%20scorched%20earth.%20%20I%20backed%20up%20all%20of%20my%20data%20and%20wiped%20my%20drive%20and%20reinstalled%20with%20the%20latest%20version.%0D%0A%0D%0AThe%20first%20thing%20that%20I%20noticed%20wa" title="Google Bookmarks"><img src="http://jshaver.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Kubuntu%209.04%20review&amp;body=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F" title="email"><img src="http://jshaver.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F" title="Identi.ca"><img src="http://jshaver.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F&amp;t=Kubuntu%209.04%20review&amp;s=I%20have%20been%20running%20the%20beta%20and%20alpha%20of%20the%20latest%20release%20of%20Kubuntu%20for%20a%20while%20now%2C%20but%20yesterday%20I%20went%20scorched%20earth.%20%20I%20backed%20up%20all%20of%20my%20data%20and%20wiped%20my%20drive%20and%20reinstalled%20with%20the%20latest%20version.%0D%0A%0D%0AThe%20first%20thing%20that%20I%20noticed%20wa" title="Tumblr"><img src="http://jshaver.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Kubuntu%209.04%20review&amp;link=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F" title="FriendFeed"><img src="http://jshaver.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F&amp;title=Kubuntu%209.04%20review&amp;source=Jim+Shaver+Technology%2C+Open+Source+and+Shiny+Things&amp;summary=I%20have%20been%20running%20the%20beta%20and%20alpha%20of%20the%20latest%20release%20of%20Kubuntu%20for%20a%20while%20now%2C%20but%20yesterday%20I%20went%20scorched%20earth.%20%20I%20backed%20up%20all%20of%20my%20data%20and%20wiped%20my%20drive%20and%20reinstalled%20with%20the%20latest%20version.%0D%0A%0D%0AThe%20first%20thing%20that%20I%20noticed%20wa" title="LinkedIn"><img src="http://jshaver.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F&amp;partner=sociable" title="PDF"><img src="http://jshaver.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F&amp;partner=sociable" title="Print"><img src="http://jshaver.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F&amp;title=Kubuntu%209.04%20review" title="Reddit"><img src="http://jshaver.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://jshaver.com/feed/" title="RSS"><img src="http://jshaver.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Kubuntu%209.04%20review&amp;url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F" title="Slashdot"><img src="http://jshaver.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F&amp;title=Kubuntu%209.04%20review" title="StumbleUpon"><img src="http://jshaver.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F" title="Technorati"><img src="http://jshaver.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Kubuntu%209.04%20review%20-%20http%3A%2F%2Fjshaver.com%2Fbin%2Fkubuntu-904-review%2F" title="Twitter"><img src="http://jshaver.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jshaver.com/bin/kubuntu-904-review/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
