<?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>Augie's Weblog</title>
	<atom:link href="http://aughenbaugh.com/WordPress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://aughenbaugh.com/WordPress</link>
	<description>Not Just another WordPress weblog :)</description>
	<lastBuildDate>Mon, 07 Jun 2010 16:22:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Change Machine Name</title>
		<link>http://aughenbaugh.com/WordPress/?p=87</link>
		<comments>http://aughenbaugh.com/WordPress/?p=87#comments</comments>
		<pubDate>Mon, 07 Jun 2010 16:22:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://aughenbaugh.com/WordPress/?p=87</guid>
		<description><![CDATA[/etc/host
/etc/hostname
run
dpkg-reconfigure exim4-config to fix mailserver name
]]></description>
			<content:encoded><![CDATA[<p>/etc/host</p>
<p>/etc/hostname</p>
<p>run</p>
<p>dpkg-reconfigure exim4-config to fix mailserver name</p>
]]></content:encoded>
			<wfw:commentRss>http://aughenbaugh.com/WordPress/?feed=rss2&amp;p=87</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert Vmware to virtual box</title>
		<link>http://aughenbaugh.com/WordPress/?p=84</link>
		<comments>http://aughenbaugh.com/WordPress/?p=84#comments</comments>
		<pubDate>Wed, 17 Jun 2009 22:12:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://aughenbaugh.com/WordPress/?p=84</guid>
		<description><![CDATA[http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/">http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://aughenbaugh.com/WordPress/?feed=rss2&amp;p=84</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create bootable USB distributions Linux</title>
		<link>http://aughenbaugh.com/WordPress/?p=83</link>
		<comments>http://aughenbaugh.com/WordPress/?p=83#comments</comments>
		<pubDate>Wed, 17 Jun 2009 16:42:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://aughenbaugh.com/WordPress/?p=83</guid>
		<description><![CDATA[Linux, distro, bootable, usb, utilities
http://www.unetbootin.sourceforge.net
]]></description>
			<content:encoded><![CDATA[<p>Linux, distro, bootable, usb, utilities</p>
<p><a href="http://www.unetbootin.sourceforge.net">http://www.unetbootin.sourceforge.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://aughenbaugh.com/WordPress/?feed=rss2&amp;p=83</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux moblin and others remount with rw privileges</title>
		<link>http://aughenbaugh.com/WordPress/?p=82</link>
		<comments>http://aughenbaugh.com/WordPress/?p=82#comments</comments>
		<pubDate>Tue, 24 Mar 2009 22:23:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://aughenbaugh.com/WordPress/?p=82</guid>
		<description><![CDATA[In some cases you will not have access to /boot and other files.
if you issue:
mount -o remount, rw /
you will now have access to files
moblin
linux
mount command
]]></description>
			<content:encoded><![CDATA[<p>In some cases you will not have access to /boot and other files.</p>
<p>if you issue:<br />
mount -o remount, rw /<br />
you will now have access to files</p>
<p>moblin<br />
linux<br />
mount command</p>
]]></content:encoded>
			<wfw:commentRss>http://aughenbaugh.com/WordPress/?feed=rss2&amp;p=82</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acronis Linux clone &#8211; swap space is no longer active (solved)</title>
		<link>http://aughenbaugh.com/WordPress/?p=81</link>
		<comments>http://aughenbaugh.com/WordPress/?p=81#comments</comments>
		<pubDate>Mon, 09 Mar 2009 16:40:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://aughenbaugh.com/WordPress/?p=81</guid>
		<description><![CDATA[boot os into single user mode.
find out what partion swap is using
swapon /dev/sda1
or whatever partition is using.
after reboot confirm swap now shows swap and not zero.
]]></description>
			<content:encoded><![CDATA[<p>boot os into single user mode.<br />
find out what partion swap is using</p>
<p>swapon /dev/sda1</p>
<p>or whatever partition is using.</p>
<p>after reboot confirm swap now shows swap and not zero.</p>
]]></content:encoded>
			<wfw:commentRss>http://aughenbaugh.com/WordPress/?feed=rss2&amp;p=81</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source windows software list &#8212; free</title>
		<link>http://aughenbaugh.com/WordPress/?p=80</link>
		<comments>http://aughenbaugh.com/WordPress/?p=80#comments</comments>
		<pubDate>Thu, 05 Mar 2009 21:24:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://aughenbaugh.com/WordPress/?p=80</guid>
		<description><![CDATA[http://osswin.sourceforge.net/
nice list
]]></description>
			<content:encoded><![CDATA[<p><a href="http://osswin.sourceforge.net/">http://osswin.sourceforge.net/</a><br />
nice list</p>
]]></content:encoded>
			<wfw:commentRss>http://aughenbaugh.com/WordPress/?feed=rss2&amp;p=80</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick fix for unbutu hosed graphics from using external monitor, etc.</title>
		<link>http://aughenbaugh.com/WordPress/?p=79</link>
		<comments>http://aughenbaugh.com/WordPress/?p=79#comments</comments>
		<pubDate>Thu, 05 Mar 2009 18:20:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://aughenbaugh.com/WordPress/?p=79</guid>
		<description><![CDATA[http://tuxicity.wordpress.com/2006/12/02/configure-your-resolution-in-ubuntu-and-debian/
Link to recover strangeness in ubuntu graphic problems.
The target was notebook with nvidia card.  Ran through setup with defaults.  did select nv and the correct resolution for laptop (1400&#215;900) recovered ok.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://tuxicity.wordpress.com/2006/12/02/configure-your-resolution-in-ubuntu-and-debian/">http://tuxicity.wordpress.com/2006/12/02/configure-your-resolution-in-ubuntu-and-debian/</a></p>
<p>Link to recover strangeness in ubuntu graphic problems.</p>
<p>The target was notebook with nvidia card.  Ran through setup with defaults.  did select nv and the correct resolution for laptop (1400&#215;900) recovered ok.</p>
]]></content:encoded>
			<wfw:commentRss>http://aughenbaugh.com/WordPress/?feed=rss2&amp;p=79</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link to 5 desktop search tools</title>
		<link>http://aughenbaugh.com/WordPress/?p=78</link>
		<comments>http://aughenbaugh.com/WordPress/?p=78#comments</comments>
		<pubDate>Thu, 05 Mar 2009 16:10:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://aughenbaugh.com/WordPress/?p=78</guid>
		<description><![CDATA[http://www.lifehacker.com.au/tips/2008/08/15/five_best_desktop_search_applications-2.html
above link recommends 5 desktop search
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lifehacker.com.au/tips/2008/08/15/five_best_desktop_search_applications-2.html">http://www.lifehacker.com.au/tips/2008/08/15/five_best_desktop_search_applications-2.html</a></p>
<p>above link recommends 5 desktop search</p>
]]></content:encoded>
			<wfw:commentRss>http://aughenbaugh.com/WordPress/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>West Coast Mobile Marine</title>
		<link>http://aughenbaugh.com/WordPress/?p=77</link>
		<comments>http://aughenbaugh.com/WordPress/?p=77#comments</comments>
		<pubDate>Wed, 04 Mar 2009 18:37:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sailing Link]]></category>

		<guid isPermaLink="false">http://aughenbaugh.com/WordPress/?p=77</guid>
		<description><![CDATA[http://wcmobilemarine.com/Welcome.html
]]></description>
			<content:encoded><![CDATA[<p><a href="http://wcmobilemarine.com/Welcome.html">http://wcmobilemarine.com/Welcome.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://aughenbaugh.com/WordPress/?feed=rss2&amp;p=77</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boot into a Paniced Linux system</title>
		<link>http://aughenbaugh.com/WordPress/?p=75</link>
		<comments>http://aughenbaugh.com/WordPress/?p=75#comments</comments>
		<pubDate>Thu, 19 Feb 2009 22:16:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://aughenbaugh.com/WordPress/?p=75</guid>
		<description><![CDATA[Edit boot kernel:
kernel /vmlinuz-2.6.18-92.el5 ro root=LABEL=/ init=/bin/bash
This will not load modules that maybe causing problems
]]></description>
			<content:encoded><![CDATA[<p>Edit boot kernel:</p>
<p>kernel /vmlinuz-2.6.18-92.el5 ro root=LABEL=/ init=/bin/bash</p>
<p>This will not load modules that maybe causing problems</p>
]]></content:encoded>
			<wfw:commentRss>http://aughenbaugh.com/WordPress/?feed=rss2&amp;p=75</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
