<?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>Casey Watson &#187; Ubuntu</title>
	<atom:link href="http://casedogdesigns.com/wordpress/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://casedogdesigns.com/wordpress</link>
	<description>Outdated Thoughts</description>
	<lastBuildDate>Tue, 01 Dec 2009 22:08:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CVS Shortcuts in Vim</title>
		<link>http://casedogdesigns.com/wordpress/cvs-shortcuts-in-vim/</link>
		<comments>http://casedogdesigns.com/wordpress/cvs-shortcuts-in-vim/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 19:42:20 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://casedogdesigns.com/wordpress/?p=27</guid>
		<description><![CDATA[Vim is an incredibly flexible text editor. I continue to be surprised by the number of strange things it&#8217;s capable of doing. For example, there is a crude Tetris clone available for Vim.
A bit more useful, though, is the cvsmenu script for Vim. This is a fairly polished plug-in that will allow you to do [...]]]></description>
			<content:encoded><![CDATA[<p>Vim is an incredibly flexible text editor. I continue to be surprised by the number of strange things it&#8217;s capable of doing. For example, there is a crude Tetris clone available for Vim.</p>
<p>A bit more useful, though, is the cvsmenu script for Vim. This is a fairly polished plug-in that will allow you to do all of the basic CVS tasks from inside your text editor. The supported CVS commands are: add, diff, commit, update, status, shortstatus, localstatus, and revertchanges.</p>
<p>Since the plug-in is poorly documented, I thought that I would take this opportunity to explain how to use it.</p>
<p><strong>Installation</strong></p>
<p>In Ubuntu, this is pretty simple.</p>
<blockquote><p>% sudo aptitude install vim-scripts</p>
<p>% vim-addons install cvsmenu</p></blockquote>
<p>This will install the package and enable the plugin for your user.</p>
<p><strong>Usage</strong></p>
<p>I will assume that you already have a versioned source tree checked out on your system. Start by opening a file in this tree. You can open a diff view by typing &#8220;,cd&#8221;. <em>Note: that&#8217;s comma, C, D.</em></p>
<p><a href="http://casedogdesigns.com/wordpress/wp-content/uploads/2008/06/cvs-diff.png"><img class="alignnone size-medium wp-image-29" title="cvs-diff" src="http://casedogdesigns.com/wordpress/wp-content/uploads/2008/06/cvs-diff-300x166.png" alt="" width="300" height="166" /></a></p>
<p style="clear:left;">
<p>The local revision is shown on the right, the remote revision is on the left. This is a bit backwards from the Eclipse and Netbeans way of doing things. Typing CTRL+W+W will move your cursor between the two revisions. <em>I haven&#8217;t found an easy way to move a change to the right, but I would be interested in reader comments.</em></p>
<p>Here is an index of the commands. They may be documentation somewhere but I was only able to find them by looking at the plug-in source code.</p>
<ul>
<li>,ca &#8211; Add</li>
<li>,cd &#8211; Diff</li>
<li>,ci &#8211; Commit</li>
<li>,cu &#8211; Update</li>
<li>,cs &#8211; Status</li>
<li>,ch &#8211; Short Status</li>
<li>,cc &#8211; Local Status</li>
<li>,cv &#8211; Revert Local Changes. The odd thing about this is that it only updates the file on disk. It doesn&#8217;t actually revert the changes in the open editor.</li>
</ul>
<p>Modern IDEs do ease the pain of performing mundane versioning tasks such as merging. But, this is a nice alternative to those heavy-weight tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://casedogdesigns.com/wordpress/cvs-shortcuts-in-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>socialthing! and Prism on Ubuntu</title>
		<link>http://casedogdesigns.com/wordpress/socialthing-and-prism-on-ubuntu/</link>
		<comments>http://casedogdesigns.com/wordpress/socialthing-and-prism-on-ubuntu/#comments</comments>
		<pubDate>Tue, 27 May 2008 21:50:09 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://casedogdesigns.com/wordpress/?p=22</guid>
		<description><![CDATA[A recent article on the socialthing! blog made me curious about setting up a site specific browser in Ubuntu.

This is a pretty simple thing to accomplish and it beats the heck out of the currently available Ubuntu twitter clients.
Start by installing the prism package.
sudo aptitude install prism
You can then setup a new application by starting [...]]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://blog.socialthing.com/2008/05/26/socialthing-logo-for-site-specific-browsers/">recent article on the socialthing! blog</a> made me curious about setting up a site specific browser in Ubuntu.</p>
<p><a href="http://casedogdesigns.com/wordpress/wp-content/uploads/2008/05/socialthing.png"><img class="alignnone size-medium wp-image-26" title="socialthing" src="http://casedogdesigns.com/wordpress/wp-content/uploads/2008/05/socialthing-300x205.png" alt="" width="300" height="205" /></a></p>
<p style="clear: left">This is a pretty simple thing to accomplish and it beats the heck out of the currently available Ubuntu twitter clients.</p>
<p>Start by installing the prism package.</p>
<blockquote><p>sudo aptitude install prism</p></blockquote>
<p>You can then setup a new application by starting prism either from the command line or from the applications menu. Setup is pretty self-explanitory but here is a screenshot for good measure.</p>
<p><a href="http://casedogdesigns.com/wordpress/wp-content/uploads/2008/05/prism-setup.png"><img class="alignnone size-medium wp-image-25" title="prism-setup" src="http://casedogdesigns.com/wordpress/wp-content/uploads/2008/05/prism-setup-300x250.png" alt="" width="300" height="250" /></a></p>
<p style="clear: left">If your looking for a good socialthing! icon, you can find one <a href="http://blog.socialthing.com/2008/05/26/socialthing-logo-for-site-specific-browsers/">here</a>. Then launch your new app and voila!</p>
<p>You might also checkout prism-facebook, prism-google-mail, prism-google-reader, and prism-twitter.</p>
]]></content:encoded>
			<wfw:commentRss>http://casedogdesigns.com/wordpress/socialthing-and-prism-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Based Releases</title>
		<link>http://casedogdesigns.com/wordpress/time-based-releases/</link>
		<comments>http://casedogdesigns.com/wordpress/time-based-releases/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 05:15:26 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://casedogdesigns.com/wordpress/?p=20</guid>
		<description><![CDATA[I was just reading the Ubuntu development process documentation. In particular the document on Time Based Releases.
I think they really hit the nail on the head with this one. This quote caught my attention:
The overall quality and punctuality of an Ubuntu release are more important than any single feature, and a high-quality feature is superior [...]]]></description>
			<content:encoded><![CDATA[<p>I was just reading the Ubuntu development process documentation. In particular the document on <a href="https://wiki.ubuntu.com/TimeBasedReleases">Time Based Releases</a>.</p>
<p>I think they really hit the nail on the head with this one. This quote caught my attention:</p>
<blockquote><p>The overall quality and punctuality of an Ubuntu release are more important than any single feature, and a high-quality feature is superior to a hastily-added one, even if it arrives in a later release. Free software developers are passionate about their work, and it is easy to get carried away by a particular feature, losing sight of the greater goals of Ubuntu. Pause, breathe, and consider whether it is more important to get it <em>now</em> or to get it <em>right</em>.</p></blockquote>
<p>I couldn&#8217;t have said it any better myself. Feature creep is difficult to avoid. When trying to deliver a release it seems that issues keep getting added to the pile. Eventually, the release has taken three times longer to get out the door than initially planned.</p>
<p>Software development needs to be flexible and respond to changes as they arise, but it seems like setting some hard deadlines can go a long way towards delivering useful software.</p>
]]></content:encoded>
			<wfw:commentRss>http://casedogdesigns.com/wordpress/time-based-releases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gutsy and the GeForce2 MX/MX 400</title>
		<link>http://casedogdesigns.com/wordpress/gutsy-and-the-nv11-geforce2-mxmx-400/</link>
		<comments>http://casedogdesigns.com/wordpress/gutsy-and-the-nv11-geforce2-mxmx-400/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 04:59:07 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://casedogdesigns.com/wordpress/?p=17</guid>
		<description><![CDATA[I have had quite a tough time trying to get my ancient nvidia graphics card to work to it&#8217;s full potential after upgrading to Gutsy. My graphics card as reported by lspci is:
 01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
After trying to use the &#8216;Screen and Graphics Preference&#8217; utility, I [...]]]></description>
			<content:encoded><![CDATA[<p>I have had quite a tough time trying to get my ancient nvidia graphics card to work to it&#8217;s full potential after upgrading to Gutsy. My graphics card as reported by lspci is:</p>
<blockquote><p> 01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)</p></blockquote>
<p>After trying to use the &#8216;Screen and Graphics Preference&#8217; utility, I was not able to get a resolution of 1400&#215;1050 that would actually stick around after reboot. Upon inspecting the xorg logs I found the following (it also appears in Xorg.0.log.old).</p>
<blockquote><p>(==) Log file: &#8220;/var/log/Xorg.0.log&#8221;, Time: Thu Oct 18 23:12:59 2007<br />
(++) Using config file: &#8220;/etc/X11/xorg.conf.failsafe&#8221;</p></blockquote>
<p>The only way I have been able to get a high resolution that doesn&#8217;t boot into failsafe mode every time is by removing the  xorg configuration file.</p>
<blockquote><p>sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.wtf</p></blockquote>
<p>After that, my machine happily boots into the highest supported resolution.</p>
<blockquote><p>(==) Log file: &#8220;/var/log/Xorg.0.log&#8221;, Time: Mon Oct 22 22:42:18 2007<br />
(EE) Unable to locate/open config file<br />
(&#8211;) PCI:*(1:0:0) nVidia Corporation NV11 [GeForce2 MX/MX 400] rev 178, Mem @ 0xde000000/24, 0xd0000000/27, BIOS @ 0xdfef0000/16<br />
New driver is &#8220;nv&#8221;</p></blockquote>
<p>The machine runs much faster with the nv drivers than it did in fail-safe mode. However, I would still like to get this thing using some real hardware acceleration. Any ideas?</p>
<p><strong><em>Update Oct 27, 2007:</em></strong> <em>I was able to use <a href="http://albertomilone.com/nvidia_scripts1.html" title="Envy">Envy</a> to install the proprietary Nvidia drivers. Though probably not the ideal solution it was very simple and straightforward. After the reboot, things were not quite at the highest resolution. To fix this I ran the &#8216;Screens and Graphics Preferences&#8217; setup utility. I chose &#8216;LCD Panel 1400&#215;1050&#8242;. After logging out the X-server came up at full resolution.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://casedogdesigns.com/wordpress/gutsy-and-the-nv11-geforce2-mxmx-400/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the default Ubuntu editor</title>
		<link>http://casedogdesigns.com/wordpress/changing-default-ubuntu-editor/</link>
		<comments>http://casedogdesigns.com/wordpress/changing-default-ubuntu-editor/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 21:19:58 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://casedogdesigns.com/wordpress/?p=16</guid>
		<description><![CDATA[I&#8217;ve gotten tired of being presented with the default nano text editor every time I go to write a subversion commit comment or when I run visudo. So I finally figured out how to change the default text editor from nano.
% sudo update-alternatives &#8211;config editor
I personally prefer good old vim!
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten tired of being presented with the default nano text editor every time I go to write a subversion commit comment or when I run visudo. So I finally figured out how to change the default text editor from nano.</p>
<blockquote><p>% sudo update-alternatives &#8211;config editor</p></blockquote>
<p>I personally prefer good old vim!</p>
]]></content:encoded>
			<wfw:commentRss>http://casedogdesigns.com/wordpress/changing-default-ubuntu-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stopping Thinkpad T60 High-Pitched Squeal</title>
		<link>http://casedogdesigns.com/wordpress/stopping-thinkpad-t60-high-pitched-squeal/</link>
		<comments>http://casedogdesigns.com/wordpress/stopping-thinkpad-t60-high-pitched-squeal/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 05:11:45 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://casedogdesigns.com/wordpress/?p=15</guid>
		<description><![CDATA[After installing Ubuntu on my T60, I realized it was making this annoying, extremely high-pitched squeal. I found that it only squealed when it wasn&#8217;t plugged into the wall. After Googling a bit I found that I could stop it by setting the max_cstate. I think that this has to do with the CPU&#8217;s power [...]]]></description>
			<content:encoded><![CDATA[<p>After installing Ubuntu on my T60, I realized it was making this annoying, extremely high-pitched squeal. I found that it only squealed when it wasn&#8217;t plugged into the wall. After Googling a bit I found that I could stop it by setting the <em>max_cstate</em>. I think that this has to do with the CPU&#8217;s power consumption. At lower consumption levels it emits the squeal.</p>
<p>Anyhow, running the following command seemed to stop the screeching. The default is 8.</p>
<blockquote><p>echo 2 &gt; /sys/module/processor/parameters/max_cstate</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://casedogdesigns.com/wordpress/stopping-thinkpad-t60-high-pitched-squeal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java 6 in Ubuntu, The Right Way</title>
		<link>http://casedogdesigns.com/wordpress/java-6-in-ubuntu-the-right-way/</link>
		<comments>http://casedogdesigns.com/wordpress/java-6-in-ubuntu-the-right-way/#comments</comments>
		<pubDate>Thu, 31 May 2007 06:09:34 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cd2/wordpress/?p=13</guid>
		<description><![CDATA[Ubuntu has made it extremely easy to install the Sun Java Development Environment. This is good, because the default java-gcj is very slow.
First install the package with: sudo apt-get install sun-java6-jdk
That may take a while since the package is 125MB. Once it is installed, you still need to make it the default:
sudo update-java-alternatives -s java-6-sun
]]></description>
			<content:encoded><![CDATA[<p>Ubuntu has made it extremely easy to install the Sun Java Development Environment. This is good, because the default java-gcj is very slow.</p>
<p>First install the package with: <strong>sudo apt-get install sun-java6-jdk</strong></p>
<p>That may take a while since the package is 125MB. Once it is installed, you still need to make it the default:</p>
<p><strong>sudo update-java-alternatives -s java-6-sun</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://casedogdesigns.com/wordpress/java-6-in-ubuntu-the-right-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>bad interpreter: No such file or directory</title>
		<link>http://casedogdesigns.com/wordpress/bad-interpreter-no-such-file-or-directory/</link>
		<comments>http://casedogdesigns.com/wordpress/bad-interpreter-no-such-file-or-directory/#comments</comments>
		<pubDate>Thu, 14 Dec 2006 19:56:42 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cd2/wordpress/?p=9</guid>
		<description><![CDATA[When my tomcat context suddenly wouldn&#8217;t start anymore I found myself scratching my head. I couldn&#8217;t figure out why the startup.sh script always threw the error
bash: ./catalina.sh: /bin/sh^M: bad interpreter: No such file or directory
After investigating for a while I found that I had two seemingly identical files. One would run fine, the other threw [...]]]></description>
			<content:encoded><![CDATA[<p>When my tomcat context suddenly wouldn&#8217;t start anymore I found myself scratching my head. I couldn&#8217;t figure out why the startup.sh script always threw the error</p>
<blockquote><p>bash: ./catalina.sh: /bin/sh^M: bad interpreter: No such file or directory</p></blockquote>
<p>After investigating for a while I found that I had two seemingly identical files. One would run fine, the other threw a &#8220;bad interpreter&#8221; error.</p>
<p>Apparently if a shell script gets opened and saved in notepad it will not run anymore.</p>
<p>A simple &#8220;dos2unix catalina.sh&#8221; fixed the problem.</p>
<p>In Ubuntu the dos2unix binary can be found in the tofrodos package.</p>
]]></content:encoded>
			<wfw:commentRss>http://casedogdesigns.com/wordpress/bad-interpreter-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Fixing broken cups password in Dapper</title>
		<link>http://casedogdesigns.com/wordpress/fixing-broken-cups-password-in-dapper/</link>
		<comments>http://casedogdesigns.com/wordpress/fixing-broken-cups-password-in-dapper/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 19:49:09 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cd2/wordpress/?p=5</guid>
		<description><![CDATA[Today while trying to configure my laptop to print to a network printer, I ran into some issues that I thought others might also have trouble with.
The first issue is that by default, network printer auto-discovery is disabled. Though this is not necessary to be able to add a printer, enabling it makes the process [...]]]></description>
			<content:encoded><![CDATA[<p>Today while trying to configure my laptop to print to a network printer, I ran into some issues that I thought others might also have trouble with.</p>
<p>The first issue is that by default, network printer auto-discovery is disabled. Though this is not necessary to be able to add a printer, enabling it makes the process much easier. To enable network printer auto-discovery, run</p>
<blockquote><p>sudo ln -s  ../backend-available/snmp /usr/lib/cups/backend/snmp</p></blockquote>
<p>Now to see the detected printers use [url]http://localhost:631/admin[/url]. You should see a list of detected printers and be able to add them from there.</p>
<p>The next problem was that the cups admin won&#8217;t accept your login. This is supposed to be your root user and password. To work around this just open the cupsd.conf file in your favorite editor.</p>
<blockquote><p>sudo gedit /etc/cups/cupsd.conf</p></blockquote>
<p>Then comment any lines that begin with AuthType or Require. I found 6 lines that needed to be commented out. So the following lines in cupsd.conf.</p>
<blockquote><p>&#8230;<br />
AuthType Basic<br />
Requre user @SYSTEM<br />
&#8230;<br />
Require user @OWNER @SYSTEM<br />
&#8230;<br />
AuthType Basic<br />
Require user @SYSTEM<br />
&#8230;<br />
Require user @OWNER @SYSTEM<br />
&#8230;</p></blockquote>
<p>Needed to be changed to the following</p>
<blockquote><p>&#8230;<br />
#AuthType Basic<br />
#Requre user @SYSTEM<br />
&#8230;<br />
#Require user @OWNER @SYSTEM<br />
&#8230;<br />
#AuthType Basic<br />
#Require user @SYSTEM<br />
&#8230;<br />
#Require user @OWNER @SYSTEM<br />
&#8230;</p></blockquote>
<p>After enabling network printer auto-discovery and disabling the password authentication in the cups manger, I can easily add network printers.</p>
]]></content:encoded>
			<wfw:commentRss>http://casedogdesigns.com/wordpress/fixing-broken-cups-password-in-dapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu, Inconsistent apt-get State</title>
		<link>http://casedogdesigns.com/wordpress/ubuntu-inconsistent-apt-get-state/</link>
		<comments>http://casedogdesigns.com/wordpress/ubuntu-inconsistent-apt-get-state/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 19:47:58 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cd2/wordpress/?p=4</guid>
		<description><![CDATA[I recently installed a debian package that left apt-get in a very bad state. Whenever I tried to upgrade or install a package I received the following error.
% sudo apt-get upgrade
Reading package lists&#8230; Done
Building dependency tree&#8230; Done
E: The package jedit needs to be reinstalled, but I can&#8217;t find an archive for it.
If I tried to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently installed a debian package that left apt-get in a very bad state. Whenever I tried to upgrade or install a package I received the following error.</p>
<blockquote><p>% sudo apt-get upgrade<br />
Reading package lists&#8230; Done<br />
Building dependency tree&#8230; Done<br />
E: The package jedit needs to be reinstalled, but I can&#8217;t find an archive for it.</p></blockquote>
<p>If I tried to uninstall the package I would get the following.</p>
<blockquote><p>% sudo dpkg &#8211;remove jedit<br />
dpkg: error processing jedit (&#8211;remove):<br />
Package is in a very bad inconsistent state &#8211; you should<br />
reinstall it before attempting a removal.<br />
Errors were encountered while processing: jedit</p></blockquote>
<p>The only way I was able to get the package manager working properly was to run</p>
<blockquote><p>% sudo dpkg &#8211;force-remove-reinstreq &#8211;remove jedit<br />
dpkg &#8211; warning, overriding problem because &#8211;force enabled:<br />
Package is in a very bad inconsistent state &#8211; you should<br />
reinstall it before attempting a removal.<br />
(Reading database &#8230;<br />
dpkg: serious warning: files list file for package `jedit&#8217; missing, assuming package has no files currently installed.<br />
107365 files and directories currently installed.)<br />
Removing jedit &#8230;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://casedogdesigns.com/wordpress/ubuntu-inconsistent-apt-get-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
