<?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"
	>

<channel>
	<title>Ubuntu For Free</title>
	<atom:link href="http://www.forwardyouth.com/ubuntu/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>
	<pubDate>Fri, 27 Jun 2008 15:49:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>SSH Denied Even Though The Keys Are Authorized</title>
		<link>http://www.forwardyouth.com/ubuntu/ssh-denied-even-though-the-keys-are-authorized/</link>
		<comments>http://www.forwardyouth.com/ubuntu/ssh-denied-even-though-the-keys-are-authorized/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 13:23:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SSH]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Shell]]></category>

		<category><![CDATA[chmod]]></category>

		<category><![CDATA[permissions]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=107</guid>
		<description><![CDATA[I recently had to reinstall one of my servers. It was a pain. I didn&#8217;t have the partitions correct, so I lost my web install, and I hate how Ubuntu does not let us put /etc on a separate partition because of init. I struggled for a while with being forced to enter a password [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to reinstall one of my servers. It was a pain. I didn&#8217;t have the partitions correct, so I lost my web install, and I hate how Ubuntu does not let us put /etc on a separate partition because of init. I struggled for a while with being forced to enter a password when using ssh connections to the re-installed. The output of <strong>ssh -vvv </strong><strong>user@host</strong> indicated the keys were found and authorized, so I was stumped. I asked the <a href="http://www.ntlug.org">North Texas Linux Users Group</a> for some assistance and the first reply pointed me in the right direction. It turns out it was caused by incorrect permissions on my ssh files. To resolve, I used</p>
<p><code>cd ~<br />
chmod go-w .ssh .ssh/authorized_key*</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/ssh-denied-even-though-the-keys-are-authorized/feed/</wfw:commentRss>
		</item>
		<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>
]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/upgrade-from-gutsy-to-hardy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The OpenSSL Vulnerability</title>
		<link>http://www.forwardyouth.com/ubuntu/the-openssl-vulnerability/</link>
		<comments>http://www.forwardyouth.com/ubuntu/the-openssl-vulnerability/#comments</comments>
		<pubDate>Tue, 20 May 2008 14:00:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Canonical]]></category>

		<category><![CDATA[Debian]]></category>

		<category><![CDATA[OpenSSH]]></category>

		<category><![CDATA[SSH]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[security advisor]]></category>

		<category><![CDATA[security alert]]></category>

		<category><![CDATA[ssh-copy-id]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=105</guid>
		<description><![CDATA[I recently established my network to use SSH connections. My three Ubuntu systems I discovered were using weak keys that had been generated using the flawed packages. If you haven&#8217;t been paying attention, Canonical issued USN-612-1 on 5/13/2008. If you&#8217;re using keys that have been generated since September 2006, it&#8217;s likely that you need to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently established my network to use SSH connections. My three Ubuntu systems I discovered were using weak keys that had been generated using the flawed packages. If you haven&#8217;t been paying attention, Canonical issued <a title="CVE-2008-0166" href="http://www.ubuntu.com/usn/usn-612-1">USN-612-1</a> on 5/13/2008. If you&#8217;re using keys that have been generated since September 2006, it&#8217;s likely that you need to regenerate all keys. If you have any doubts, I encourage you to regenerate all keys. It will affect any key used that was generated on a compromised system. The biggest trouble for me was getting OpenSSL and OpenSSH-server packages to update. I used the ssh-copy-id command to make it the process easy for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/the-openssl-vulnerability/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Webmin is my new favorite admin ninja tool</title>
		<link>http://www.forwardyouth.com/ubuntu/webmin-is-my-new-favorite-admin-ninja-tool/</link>
		<comments>http://www.forwardyouth.com/ubuntu/webmin-is-my-new-favorite-admin-ninja-tool/#comments</comments>
		<pubDate>Sat, 17 May 2008 00:57:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Apache]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Server]]></category>

		<category><![CDATA[Shell]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[samba]]></category>

		<category><![CDATA[webmin]]></category>

		<category><![CDATA[www]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[system administration]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=103</guid>
		<description><![CDATA[I have been struggling for some time with finding a way of properly managing my network, from a easy to use, fast interface. I&#8217;m pretty much set in stone that a web solution was what I was looking for. I found it in a tool called Webmin. You can download it from http://www.webmin.com. It&#8217;s built [...]]]></description>
			<content:encoded><![CDATA[<p>I have been struggling for some time with finding a way of properly managing my network, from a easy to use, fast interface. I&#8217;m pretty much set in stone that a web solution was what I was looking for. I found it in a tool called Webmin. You can download it from <a title="Webmin" href="http://www.webmin.com">http://www.webmin.com</a>. It&#8217;s built on PHP and allows the user to completely administer a system from remote. It has user-programmable modules, so it can be used to configure anything. I especially appreciate the Custom Commands, because it allows me to establish custom buttons that edit specific files. I&#8217;m able to use it to manage packages, shares, users, mail, files, apache, mysql, samba, and a whole lot more. To me, the best part of it is I can configure everything in a comfortable interface, from an application that suits my environment, my web browser. The list of available modules is massive! Practically one for every purpose.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/webmin-is-my-new-favorite-admin-ninja-tool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My Useful In Folder Script</title>
		<link>http://www.forwardyouth.com/ubuntu/my-useful-in-folder-script/</link>
		<comments>http://www.forwardyouth.com/ubuntu/my-useful-in-folder-script/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 03:55:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Scripting]]></category>

		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/my-useful-in-folder-script/</guid>
		<description><![CDATA[Having been a long time user of 4DOS in my pre-win95 days, I had developed some batch files and/or aliases that I were quite handy in that environment. Switching to another operating system that&#8217;s more flexible with the command line, I&#8217;ve re-implemented some of those batch files and aliases. Here&#8217;s one of my favorites, and [...]]]></description>
			<content:encoded><![CDATA[<p>Having been a long time user of 4DOS in my pre-win95 days, I had developed some batch files and/or aliases that I were quite handy in that environment. Switching to another operating system that&#8217;s more flexible with the command line, I&#8217;ve re-implemented some of those batch files and aliases. Here&#8217;s one of my favorites, and while it&#8217;s pretty simple, I use it all the time. It switches to a folder using the <em>pushd</em> command, executes your chosen command, and then uses <em>popd</em> to switch back to the original folder. It has no error checking of it&#8217;s own and it has no instructions. I did it in this fashion to keep it as light and quick as possible.</p>
<p><code>#!/bin/bash<br />
## In Folder script by Joshua Kersey<br />
## http://www.forwardyouth.com/ubuntu<br />
pushd "$1"<br />
"$2"<br />
popd<br />
</code></p>
<p>Let me know if you&#8217;ve got any suggestions for improvement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/my-useful-in-folder-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Updates for KDE4 Reveal Fewer Crashes and The Same Big Problems</title>
		<link>http://www.forwardyouth.com/ubuntu/updates-for-kde4-reveal-fewer-crashes-and-the-same-big-problems/</link>
		<comments>http://www.forwardyouth.com/ubuntu/updates-for-kde4-reveal-fewer-crashes-and-the-same-big-problems/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 19:53:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Bugs]]></category>

		<category><![CDATA[Hardy Heron]]></category>

		<category><![CDATA[KDE]]></category>

		<category><![CDATA[Kubuntu]]></category>

		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/updates-for-kde4-reveal-fewer-crashes-and-the-same-big-problems/</guid>
		<description><![CDATA[There&#8217;s been many updates to KDE4, and while spending another day with KDE4 yesterday, I was relieved to find many of the segfaults and KDE crash errors had been resolved. I was disappointed to not be able to find any way of saving my session for KDE4, other than it saving my previous session. I [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been many updates to KDE4, and while spending another day with KDE4 yesterday, I was relieved to find many of the segfaults and KDE crash errors had been resolved. I was disappointed to not be able to find any way of saving my session for KDE4, other than it saving my previous session. I use Manually saved sessions because of convenience and consistency on all my workstations and servers. I was also still unable to lock my workstation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/updates-for-kde4-reveal-fewer-crashes-and-the-same-big-problems/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kubuntu 8.04 Beta Hardy Heron Is Now Available</title>
		<link>http://www.forwardyouth.com/ubuntu/kubuntu-804-beta-hardy-heron-is-now-available/</link>
		<comments>http://www.forwardyouth.com/ubuntu/kubuntu-804-beta-hardy-heron-is-now-available/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 01:35:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[KDE]]></category>

		<category><![CDATA[Kubuntu]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/kubuntu-804-beta-hardy-heron-is-now-available/</guid>
		<description><![CDATA[It&#8217;s officially released, the Beta that is. Get your copy from : http://releases.ubuntu.com/releases/kubuntu/8.04
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s officially released, the Beta that is. Get your copy from : <a href="http://releases.ubuntu.com/releases/kubuntu/8.04">http://releases.ubuntu.com/releases/kubuntu/8.04</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/kubuntu-804-beta-hardy-heron-is-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kubuntu Update Hardy Alpha 6</title>
		<link>http://www.forwardyouth.com/ubuntu/kubuntu-update-hardy-alpha-6/</link>
		<comments>http://www.forwardyouth.com/ubuntu/kubuntu-update-hardy-alpha-6/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 16:56:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Hardy Heron]]></category>

		<category><![CDATA[Kubuntu]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/kubuntu-update-hardy-alpha-6/</guid>
		<description><![CDATA[It has been a month since I last wrote about Kubuntu, and there have been some promising updates. First, the update to Hardy Alpha 6 puts us one milestone closer to the first beta release.  While today is supposed to be the Beta Release, I&#8217;m still awaiting for an announcement on the official home page. [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a month since I last wrote about Kubuntu, and there have been some promising updates. First, the update to <a href="https://wiki.kubuntu.com/HardyHeron/Alpha6">Hardy Alpha 6</a> puts us one milestone closer to the first beta release.  While today is supposed to be the <a href="https://wiki.kubuntu.com/HardyReleaseSchedule">Beta Release</a>, I&#8217;m still awaiting for an announcement on the official home page. Currently there are two different LiveCD&#8217;s for HA6. One with KDE3.5 and another with KDE4.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/kubuntu-update-hardy-alpha-6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changing AutoAction for Media Types in KDE</title>
		<link>http://www.forwardyouth.com/ubuntu/changing-autoaction-for-media-types-in-kde/</link>
		<comments>http://www.forwardyouth.com/ubuntu/changing-autoaction-for-media-types-in-kde/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 04:09:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AutoAction]]></category>

		<category><![CDATA[KControl]]></category>

		<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/changing-autoaction-for-media-types-in-kde/</guid>
		<description><![CDATA[I recently made the mistake of auto-selecting the wrong action when I inserted a new blank DVD while at the same time telling it to not prompt me again. It really caused havoc when creating multiple copies in k3b. Fortunately the IRC channel was very helpful and NickPresta answered my query. To change these kind [...]]]></description>
			<content:encoded><![CDATA[<p>I recently made the mistake of auto-selecting the wrong action when I inserted a new blank DVD while at the same time telling it to not prompt me again. It really caused havoc when creating multiple copies in k3b. Fortunately the IRC channel was very helpful and NickPresta answered my query. To change these kind of actions, you can launch <strong>kcontrol</strong> by using <strong>alt-&gt;f2</strong>, typing <strong>kcontrol</strong>, selecting <strong>peripherals</strong> and then the <strong>storage and media</strong> subcategory. Here, use the drop down to select the proper media type&#8230; notice the scroll list. Highlight the action you want to do automatically, and then click the toggle as <strong>AutoAction</strong>. It worked great for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/changing-autoaction-for-media-types-in-kde/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix for problems with suspend and hibernate</title>
		<link>http://www.forwardyouth.com/ubuntu/fix-for-problems-with-suspend-and-hibernate/</link>
		<comments>http://www.forwardyouth.com/ubuntu/fix-for-problems-with-suspend-and-hibernate/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 02:37:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Bugs]]></category>

		<category><![CDATA[Dell]]></category>

		<category><![CDATA[Envy]]></category>

		<category><![CDATA[Gutsy Gibbon]]></category>

		<category><![CDATA[Hibernate]]></category>

		<category><![CDATA[Inspiron]]></category>

		<category><![CDATA[Suspend]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/fix-for-problems-with-suspend-and-hibernate/</guid>
		<description><![CDATA[I&#8217;ve recently learned that many issues related to suspend and hibernate are directly related to the video drivers. Even when not using the restricted drivers, often laptops still don&#8217;t correct handle suspend, hibernate, and resumes for both. I&#8217;ve written about my problems with suspend and hibernate in the past, and I&#8217;ve recently received help from [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently learned that many issues related to suspend and hibernate are directly related to the video drivers. Even when not using the restricted drivers, often laptops still don&#8217;t correct handle suspend, hibernate, and resumes for both. I&#8217;ve written about my<a href="http://www.forwardyouth.com/ubuntu/my-work-around-for-problems-with-suspend-to-ram-in-gutsy/"> problems with suspend and hibernate</a> in the past, and I&#8217;ve recently received help from the Dell Ubuntu Project and they&#8217;ve confirmed <a href="https://bugs.launchpad.net/ubuntu/+bug/180907">my bug report</a> . Fortunately the provided an easy fix, even if it is unsupported. The Envy program correctly installs the most current version of the nVidia driver for my laptop and then suspend and hibernate worked after rebooting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/fix-for-problems-with-suspend-and-hibernate/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
