<?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>Ubuntu For Free &#187; Edgy Eft</title>
	<atom:link href="http://www.forwardyouth.com/ubuntu/category/edgy-eft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forwardyouth.com/ubuntu</link>
	<description>A blog covering the Ubuntu Linux distro for you and your wallet.</description>
	<lastBuildDate>Thu, 04 Mar 2010 01:01:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upgrade from Gutsy to Hardy</title>
		<link>http://www.forwardyouth.com/ubuntu/upgrade-from-gutsy-to-hardy/</link>
		<comments>http://www.forwardyouth.com/ubuntu/upgrade-from-gutsy-to-hardy/#comments</comments>
		<pubDate>Wed, 21 May 2008 19:50:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adept Manager]]></category>
		<category><![CDATA[Edgy Eft]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Gutsy Gibbon]]></category>
		<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[OpenSSH]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[adept]]></category>
		<category><![CDATA[dist-upgrade]]></category>
		<category><![CDATA[edgy]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[openssl vulnerability]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[weak keys]]></category>
		<category><![CDATA[workstation]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=106</guid>
		<description><![CDATA[I have admittedly put it off for way too long. The recent OpenSSL Vulnerability with weak keys prompted me to change that on one of my systems. I was forced to use dist-upgrade when OpenSSL would not update, leaving me to continuously recreating weak keys. While I normally update packages using the command line, I [...]]]></description>
			<content:encoded><![CDATA[<p>I have admittedly put it off for way too long. The recent <a title="The OpenSSL Vulnerability" href="http://www.forwardyouth.com/ubuntu/the-openssl-vulnerability/">OpenSSL Vulnerability</a> with weak keys prompted me to change that on one of my systems. I was forced to use dist-upgrade when OpenSSL would not update, leaving me to continuously recreating weak keys. While I normally update packages using the command line, I was hesitant of using the GUI for Adept Manager. My previous attempts with dist-upgrade have all been failures (From Edgy to Feisty to Gutsy&#8230;) so I was not really expecting a smoothe transition.  I used the GUI Adept Manager because it was the recommended method per the Kubuntu Hardy Heron upgrade documentation. Adept immediately gave me an error and closed the first time I tried. I rebooted and tried again with the same error. I kept trying, and it finally decided it would do it&#8230;and it did it well. I rebooted and I was almost unable to tell any difference. I did notice I had the new wallpaper available, but otherwise, OpenSSL let me create new, uncompromised keys&#8230; and that was what was important to me. It was so painless, I felt brave and tried it on another server. This time, no error message, and it upgraded just as easily. I still have one workstation remaining on Gutsy, a laptop that I don&#8217;t have any pressing need to update. The slow server took about two hours to update, and the faster one took about one hour.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/upgrade-from-gutsy-to-hardy/&title=Upgrade+from+Gutsy+to+Hardy&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/upgrade-from-gutsy-to-hardy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making the Shell Play &#8220;nice&#8221;</title>
		<link>http://www.forwardyouth.com/ubuntu/making-the-shell-play-nice/</link>
		<comments>http://www.forwardyouth.com/ubuntu/making-the-shell-play-nice/#comments</comments>
		<pubDate>Wed, 23 May 2007 00:56:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Edgy Eft]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/making-the-shell-play-nice/</guid>
		<description><![CDATA[Being a big fan of the shell, I make it work hard for me. Often times the commands I&#8217;ll issue through the shell are greedy and eat CPU cycles like candy. Sometimes those commands might take several minutes to complete, and I want my CPU&#8217;s priority to be focused on other things (like letting me [...]]]></description>
			<content:encoded><![CDATA[<p>Being a big fan of the shell, I make it work hard for me. Often times the commands I&#8217;ll issue through the shell are greedy and eat CPU cycles like candy. Sometimes those commands might take several minutes to complete, and I want my CPU&#8217;s priority to be focused on other things (like letting me get back to blogging).To handle those special situations for me, I use the <em>&#8220;nice&#8221;</em> command. It&#8217;s really easy. You simply precede any command with the word <em>&#8220;nice&#8221;</em> and it works it&#8217;s magic.</p>
<p>For example, when I&#8217;m backing up my email and favorites, I can use the command like this:</p>
<p><code></code></p>
<p>nice tar -cf mybackup.tar outlookdata.dat myfavorites.dat</p>
<p>You can tailor nice&#8217;s effectiveness to suit your needs, using the <em>-n</em> argument. For example, maybe I want my backup to be priority so that I can get back to what I&#8217;d rather be doing. In that case, I&#8217;d use:<code></code></p>
<p>nice -n=-20 tar -cf mybackup.tar outlookdata.dat myfavorites.dat</p>
<p>Possible values range from -20 (least &#8220;favorable&#8221;) to 19 (most &#8220;favorable&#8221;).</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/making-the-shell-play-nice/&title=Making+the+Shell+Play+&#8220;nice&#8221;&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/making-the-shell-play-nice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force Quit Feature</title>
		<link>http://www.forwardyouth.com/ubuntu/force-quit-feature/</link>
		<comments>http://www.forwardyouth.com/ubuntu/force-quit-feature/#comments</comments>
		<pubDate>Wed, 02 May 2007 14:53:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Edgy Eft]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/force-quit-feature/</guid>
		<description><![CDATA[In Ubuntu, it sometimes happens where a program locks up, and using the X or close button just doesn&#8217;t do anything. I frequently encounter this when k3b has a crashed burn. I&#8217;ve seen a few ways of closing it, but nothing as convenient as the close button. Several have suggested going to terminal and typing [...]]]></description>
			<content:encoded><![CDATA[<p>In Ubuntu, it sometimes happens where a program locks up, and using the X or close button just doesn&#8217;t do anything. I frequently encounter this when k3b has a crashed burn. I&#8217;ve seen a few ways of closing it, but nothing as convenient as the close button. Several have suggested going to terminal and typing a command or three to close it. I think that&#8217;s just too much to ask, as I didn&#8217;t have to do that in DOS or Windows.</p>
<p>Fortunately, I found a shortcut that *is* as convenient as the close button. You can add a &#8220;<strong>Force Quit</strong>&#8221; button to your panel, by right clicking on the panel and choosing &#8220;<em>Add to Panel</em>&#8220;. You&#8217;ll see an icon that looks like a<em> cracked screen</em>. Drag it to where you want it on your panel, and you can use it when that pesky program just won&#8217;t go away.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/force-quit-feature/&title=Force+Quit+Feature&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/force-quit-feature/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMWare Server on Ubuntu</title>
		<link>http://www.forwardyouth.com/ubuntu/vmware-server-on-ubuntu/</link>
		<comments>http://www.forwardyouth.com/ubuntu/vmware-server-on-ubuntu/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 04:51:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Edgy Eft]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/vmware-server-on-ubuntu/</guid>
		<description><![CDATA[One of my most critical requirements of the new operating system was an operational VMWare Server application. My wife and I share a network, and the flexibility of a VMWare Server was very appealing.
Our network consists of two computers, a P4 3.0Ghz Celeron with 1GB of RAM and an AMD Turion 64 laptop with 1GB of [...]]]></description>
			<content:encoded><![CDATA[<p>One of my most critical requirements of the new operating system was an operational <a HREF="http://www.vmware.com/products/server/">VMWare Server</a> application. My wife and I share a network, and the flexibility of a VMWare Server was very appealing.</p>
<p>Our network consists of two computers, a P4 3.0Ghz Celeron with 1GB of RAM and an AMD Turion 64 laptop with 1GB of RAM. The desktop had suffered a hard drive failure a few months earlier, and I at least wanted it as an internet station running on a LiveCD, but after using it that way for a week, I felt I could really stretch the functionality.</p>
<p>After doing some research, I found Daniel Knippers guide to <a HREF="http://www.tudra.net/wp/2006/07/15/vmware-server-on-ubuntu-dapper-drake/">VMWare on Dapper Drake</a> to be an indespensible walk-through. I managed to salvage a hard drive and went to install. The instructions were exactly the same for my chosen version, Edgy Eft. I&#8217;ve heard that Feisty Fawn requires some extra steps, but it was not officially released before I made the install and I still have yet to upgrade.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/vmware-server-on-ubuntu/&title=VMWare+Server+on+Ubuntu&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/vmware-server-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I switched to Ubuntu Edgy Eft</title>
		<link>http://www.forwardyouth.com/ubuntu/i-switched-to-ubuntu-edgy-eft/</link>
		<comments>http://www.forwardyouth.com/ubuntu/i-switched-to-ubuntu-edgy-eft/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 18:37:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Edgy Eft]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=3</guid>
		<description><![CDATA[In a search for a viable free operating system, I encountered a Linux distro with a lot of support. You may have heard of Ubuntu. It&#8217;s been growing in popularity over the past couple of years. This blog will be a discussion of the switch and everything else I can relate to Ubuntu.
]]></description>
			<content:encoded><![CDATA[<p>In a search for a viable free operating system, I encountered a Linux distro with a lot of support. You may have heard of Ubuntu. It&#8217;s been growing in popularity over the past couple of years. This blog will be a discussion of the switch and everything else I can relate to Ubuntu.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/i-switched-to-ubuntu-edgy-eft/&title=I+switched+to+Ubuntu+Edgy+Eft&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/i-switched-to-ubuntu-edgy-eft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
