<?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>Fuzzy Logic &#187; Linux</title>
	<atom:link href="http://www.thetacticalnuke.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetacticalnuke.com</link>
	<description>Because things aren&#039;t confusing enough...</description>
	<lastBuildDate>Fri, 10 Jun 2011 22:52:07 +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>Well fsck that&#8230;</title>
		<link>http://www.thetacticalnuke.com/2008/12/well-fsck-that/</link>
		<comments>http://www.thetacticalnuke.com/2008/12/well-fsck-that/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 19:25:34 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[fsck]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=98</guid>
		<description><![CDATA[I got home today and booted up my Ubuntu Linux (8.04) server that had been down most of the semester and got some fun errors.  Now, the reason it was down in the first place was because the CMOS battery was out which caused hell with the system&#8217;s security features and I hadn&#8217;t bothered to [...]]]></description>
			<content:encoded><![CDATA[<p>I got home today and booted up my Ubuntu Linux (8.04) server that had been down most of the semester and got some fun errors.  Now, the reason it was down in the first place was because the CMOS battery was out which caused hell with the system&#8217;s security features and I hadn&#8217;t bothered to get a new CMOS battery.  So I boot it up and walk upstairs to set up my desktop.  I come back downstairs and get this ever friendly message:</p>
<p>* An automatic file system check (fsck) of the root filesystem failed.  A manual fsck must be performed, then the system restarted. The fsck should be performed in maintenance mode with the root filesystem mounted in read-only mode.</p>
<p>So, basically, my main filesystem was broken somehow.  Adding insult to injury, of course, was the fact that the thing that was shown as <em>causing</em> the problem was S01E02 of Firefly, which I was considering watching soon.  Great. On a strange note, the other place that was giving me trouble was on /etc/acpi/suspend.d/10-thinkpad-standby-led.sh. As for the problem itself,  I know why it happened, of course&#8211;this server only goes down when the power goes out and I would imagine that the file reference didn&#8217;t get correctly written to the journal before the server crashed. So, after multiple &#8220;Multiply-claimed block(s) in inode: x: xxxx xxx&#8221; errors, it finally told me to reboot.  After doing so, it fscked the disk again and then had me reboot AGAIN.  Awesome.  That finally let it work though, so I can&#8217;t complain.  Now to get a new CMOS battery&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/12/well-fsck-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe AIR 1.5 for Linux (finally)</title>
		<link>http://www.thetacticalnuke.com/2008/12/adobe-air-15-for-linux-finally/</link>
		<comments>http://www.thetacticalnuke.com/2008/12/adobe-air-15-for-linux-finally/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 13:21:08 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AIR]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=91</guid>
		<description><![CDATA[Adobe announced on December 17th that AIR 1.5 is now available for Linux!  This is a pretty big deal for Linux users because the previous version we were using was a buggy version that didn&#8217;t have all of the newest features (and was unreliable at that).  With this new release comes the new version for [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe announced on December 17th that <a href="http://blogs.adobe.com/air/2008/12/adobe_air_15_now_available_for.html" target="_blank">AIR 1.5 is now available for Linux</a>!  This is a pretty big deal for Linux users because the previous version we were using was a buggy version that didn&#8217;t have all of the newest features (and <a href="http://www.thetacticalnuke.com/2008/fixing-the-mime-key-error-in-filezilla-complements-of-adobe-air/" target="_blank">was unreliable at that</a>).  With this new release comes the new version for both x86 and <a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=kb408084&amp;sliceId=1" target="_blank">x64 processors</a>!  Read on for the whole explanation!</p>
<p><span id="more-91"></span></p>
<p>Getting Adobe AIR for Ubuntu 8.10 couldn&#8217;t be easier.  Visit the <a href="http://get.adobe.com/air/" target="_blank">Adobe AIR download page</a> and it&#8217;ll automatically detect your system type from your browser&#8217;s settings.  The file is a .bin file which means you don&#8217;t have to compile it.  Assuming you download it with firefox, simply fire up your terminal, change to your download directory (probably ~/Desktop) and issue</p>
<pre>nuke@nuke-laptop:~/Desktop$ <strong>chmod +x AdobeAIRInstaller.bin </strong>
nuke@nuke-laptop:~/Desktop$ <strong>sudo ./AdobeAIRInstaller.bin</strong></pre>
<p>Note: I was getting a very nondescript error when I ran that command saying that Adobe AIR couldn&#8217;t be installed and, of course, that was about all of the information I got.  I found out it was because I had the Adobe AIR 1.1 beta installed, which I needed to uninstall.  If you get that, simply run the following command (on Ubuntu):</p>
<pre>nuke@nuke-laptop:~/Desktop$ <strong>sudo dpkg -r adobeair-enu</strong></pre>
<p>and you&#8217;ll be fine.  If you&#8217;re still having problems,definitely look at Adobe&#8217;s <a href="http://blogs.adobe.com/air/2008/12/tips_on_resolving_application.html" target="_blank">short FAQ on AIR 1.5</a>.  It will give you a few things to try.  I also had to uninstall my previous AIR stuff with the following commands:</p>
<pre>nuke@nuke-laptop:~$ <strong>rm .appdata/ -rf</strong>
nuke@nuke-laptop:~$ <strong>rm .adobe/AIR/ -rf</strong>
nuke@nuke-laptop:~$ <strong>rm .macromedia/Flash_Player/www.macromedia.com/bin/air* -rf</strong></pre>
<p>Then, to get things working, I had to go to the <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player download site</a> and download the newest version of Flash!  Also, for anything else that I had installed for AIR (such as <a href="http://www.twhirl.org/" target="_blank">twhirl</a>) I had to go in and manually remove it from Ubuntu&#8217;s package system.  Now, with most AIR apps, they name the package $appname.air.123o1u4831414323 or somesuch.  However, with twhirl, it installs it as <em>de.makesoft.twhirl.0ea062bc275e7ed1e6ec3762effd73c7158adf33.1 </em>(at least for me) so I had to run</p>
<pre>nuke@nuke-laptop:~$ <strong>sudo dpkg -r de.makesoft.twhirl.0ea062bc275e7ed1e6ec3762effd73c7158adf33.1</strong></pre>
<p>That let me reinstall twhirl.  If you can&#8217;t find that exact app but have the same problem, try autocompleting (tab) in the terminal after you type &#8220;de.makesoft&#8221;.  After all of that work, it was working great.  Finally!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/12/adobe-air-15-for-linux-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back in Time: Essential Linux Backup Tool</title>
		<link>http://www.thetacticalnuke.com/2008/12/back-in-time-essential-linux-backup-tool/</link>
		<comments>http://www.thetacticalnuke.com/2008/12/back-in-time-essential-linux-backup-tool/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 04:15:46 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=82</guid>
		<description><![CDATA[As anyone who has ever listened to Security Now knows, backing up your data is incredibly important.  It&#8217;s that one thing that seems completely unneccessary almost all of the time, especially if you never delete anything.  Whenever your hard drive dies, however, you need a good solution to recover your data.  Linux users love using [...]]]></description>
			<content:encoded><![CDATA[<p>As anyone who has ever listened to <a href="http://www.grc.com/securitynow.htm" target="_blank">Security Now</a> knows, backing up your data is <em>incredibly</em> important.  It&#8217;s that one thing that seems completely unneccessary almost all of the time, especially if you never delete anything.  Whenever your hard drive dies, however, you need a good solution to recover your data.  Linux users love using rsync to sync to an external server but there doesn&#8217;t seem to have a great way to backup with a GUI to a local drive.  When I found the program <a href="http://code.google.com/p/flyback/" target="_blank">Flyback</a>, I thought I had found my solution.  However, I found it had a tendency to lock up at times for me.  It also hadn&#8217;t been updated when I wanted to switch.  Evidently someone forked it into a program called &#8220;Warpback&#8221;, but I haven&#8217;t seen any real work on that front.</p>
<p>After a bit of searching, though, I&#8217;ve found a nice updated program called <a href="http://www.le-web.org/back-in-time/" target="_blank">Back in Time</a>.  I really like a lot of the features it supports.  It&#8217;s written in python and uses rsync and diff to do its magic.  One of the nice features of Back in Time is that it only updates files that have been updated since the last backup.  This doesn&#8217;t seem like that huge of a thing, but it does it well.  The only problem I&#8217;ve found is that the it won&#8217;t accept symlinks that link to outside of its directories&#8211;you&#8217;ll have to manually include that directory to be included.  Other than that, it&#8217;s great!  Check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/12/back-in-time-essential-linux-backup-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Auto-NDISWrapper: It could quite possibly change the world</title>
		<link>http://www.thetacticalnuke.com/2008/07/auto-ndiswrapper-it-could-quite-possibly-change-the-world/</link>
		<comments>http://www.thetacticalnuke.com/2008/07/auto-ndiswrapper-it-could-quite-possibly-change-the-world/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 14:22:52 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[ndiswrapper]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=26</guid>
		<description><![CDATA[Okay, so I have to plug this even though it&#8217;s on Digg and whatnot.  Auto-NDISWrapper has hit the 0.1 stage and it looks like it could be quite awesome.  I don&#8217;t have the available hardware to test this (mainly because my wifi card has a native driver) but this could quite honestly change the game [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so I have to plug this even though it&#8217;s on Digg and whatnot.  <a href="http://easylinuxwifi.org/" target="_blank">Auto-NDISWrapper</a> has hit the 0.1 stage and it looks like it could be quite awesome.  I don&#8217;t have the available hardware to test this (mainly because my wifi card has a native driver) but this could quite honestly change the game for Linux.  One of the main problems with Linux is the fact that some hardware doesn&#8217;t support Linux.  More specifically, a lot of wireless cards don&#8217;t work natively with Linux.  This leaves people having to use a wrapper of some sort (like ndiswrapper) to run their wifi cards.  A wrapper basically emulates the API of Windows to allow linux to use Windows drivers.  The problem with this is that it was always pretty tough to get working in a way that you could depend on.  I know that when I first attempted to install Linux on a computer and get it working with my wifi I was unable due to the lack of native drivers and I couldn&#8217;t manage to get ndiswrapper to work.  If this program hoenstly works and starts getting included in the package managers for the main distros this could change things for the better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/07/auto-ndiswrapper-it-could-quite-possibly-change-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breaking News: Richard Stallman doesn&#8217;t like Microsoft</title>
		<link>http://www.thetacticalnuke.com/2008/07/breaking-news-richard-stallman-doesnt-like-microsoft/</link>
		<comments>http://www.thetacticalnuke.com/2008/07/breaking-news-richard-stallman-doesnt-like-microsoft/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 17:04:21 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[FSF]]></category>
		<category><![CDATA[Gates]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[RMS]]></category>
		<category><![CDATA[Stallman]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=16</guid>
		<description><![CDATA[So, in a move that shocks absolutely no one, Richard Stallman (RMS) has once again denounced Microsoft and their tactics.  This time, however, he has got me rather aggravated with his arguments.  I am a very big fan of GNU/Linux, even running it exclusively on two of my three machines.  But RMS, considered by many [...]]]></description>
			<content:encoded><![CDATA[<p>So, in a move that shocks absolutely no one, <a href="http://en.wikipedia.org/wiki/Richard_Stallman" target="_blank">Richard Stallman</a> (RMS) has once again denounced Microsoft and their tactics.  This time, however, he has got me rather aggravated with his arguments.  I am a very big fan of GNU/Linux, even running it exclusively on two of my three machines.  But RMS, considered by many to be the father of the modern Free/Open-Source Software movement, has really jumped a boundary when he wrote a <a href="http://news.bbc.co.uk/2/hi/technology/7487060.stm" target="_blank">BBC article blaming Bill Gates for ruining computers</a> for the majority of users.  While I dislike many of Microsoft&#8217;s tactics and products, I really feel that RMS is out of line with this latest rant.</p>
<p><span id="more-16"></span></p>
<p>At the start of the article, RMS starts off by setting the scene by portraying the &#8220;<em>unethical system of restrictions that Microsoft, like many other software companies, imposes on its customers.</em>&#8220;  Really?  I am sorry but, in the end, Microsoft is a business and it is licensed to do what it feels best helps out Microsoft.  I dislike a lot of what they do, but they are a <em>business</em>.  That&#8217;s how they are supposed to work.  Why is RMS not attacking other industries, like the food industry?  Coca-Cola is, after all, &#8216;closed source&#8217; and we are all dependant on them to keep making Coca-Cola for us to be able to drink it.  RMS is simply attacking the easiest target in this argument over Free Software.  Why not attack Apple every time they release their latest iPod or iMac?  I would imagine the main reason is that it is much harder to attack a company like Apple that doesn&#8217;t have the same instant dislike that Microsoft seems to invoke in most people.</p>
<p>RMS also attacks Bill Gates quite a bit in this article, even though he claims that Gates &#8220;doesn&#8217;t matter.&#8221;  His fourth paragraph is almost exclusively an attack on Bill Gates.</p>
<blockquote><p>Gates&#8217; philanthropy for health care for poor countries has won some people&#8217;s good opinion. The LA Times reported that his foundation spends five to 10% of its money annually and invests the rest, sometimes in companies it suggests cause environmental degradation and illness in the same poor countries.</p></blockquote>
<p>I am incredulous that RMS is attacking what Bill Gates is doing with his foundation.  If Gates is investing the majority of his money (at this point) into companies that are researching ways to solve problems that are common in the developing world, isn&#8217;t that a personal decision that Gates must make?  Why is that a bad decision?  I don&#8217;t understand why RMS is aggravated with Gates over Gates&#8217; personal foundation.</p>
<p>Of course, RMS also attacks many other things.  He makes a horrible summary of a letter that Gates wrote during a time when all of his software was being heavily pirated.  Why should Gates <strong>not<em> </em></strong>dislike piracy?  He is a software manufacturer and, according to some, the person solely responsible for selling software for money instead of bundled with a machine.  Gates has that right, just as RMS had the right to develop emacs and license it under the GPL.  That&#8217;s a choice that has both good and bad sides.  Also, RMS isn&#8217;t fooling anyone by calling DRM &#8220;Digital <strong>Restrictions </strong>Management.&#8221;  Really, he isn&#8217;t.  In fact, going to google and typing in &#8220;<a href="http://www.google.com/search?hl=en&amp;q=define%3Adrm&amp;btnG=Search" target="_blank">define:drm</a>&#8221; brings up only one instance of the word &#8216;restriction&#8217; and no definitions that include the word in the abbreviation.</p>
<p>RMS needs to wake up and realize that most users don&#8217;t care about the fact that Microsoft and their products are closed source.  They don&#8217;t care.  They don&#8217;t even know what the hell closed source even means.  All that they know is that &#8216;Linux&#8217; sounds funny, &#8216;GNU/Linux&#8217; sounds even funnier, and they are familiar with Windows.  Maybe one day Linux will win the &#8216;war&#8217; of Operating Systems and will have Microsoft-like dominance.  I, personally, welcome the day.  I enjoy Linux and the benefits of it, but I do not hate everyone who likes Windows (or OS X, Solaris, etc).  If Microsoft and their products are really that inferior, then people will move over and then Windows will become less popular.  If not then the Open-Source community has no one to blame but themselves.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/07/breaking-news-richard-stallman-doesnt-like-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu easier to use than OS X?</title>
		<link>http://www.thetacticalnuke.com/2008/06/ubuntu-easier-to-use-than-os-x/</link>
		<comments>http://www.thetacticalnuke.com/2008/06/ubuntu-easier-to-use-than-os-x/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 03:48:00 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=14</guid>
		<description><![CDATA[I was browsing Digg this morning and found a rather interesting story with some random guy (evidently a &#8216;Matthew Daly&#8217; in the UK) about how he thought his Ubuntu installation was easier to use than OS X.  In fact, his exact statement was:
A modern beginner-oriented Linux distribution such as Ubuntu is considerably easier to use [...]]]></description>
			<content:encoded><![CDATA[<p>I was browsing Digg this morning and found a <a href="http://farbeyondtheedgeofreason.blogspot.com/2008/06/ubuntu-is-easier-to-use-than-mac.html" target="_blank">rather interesting story</a> with some random guy (evidently a &#8216;Matthew Daly&#8217; in the UK) about how he thought his Ubuntu installation was easier to use than OS X.  In fact, his exact statement was:</p>
<blockquote><p><span style="font-weight: bold; font-family: arial;">A modern beginner-oriented Linux distribution such as Ubuntu is considerably easier to use than a Mac. </span></p></blockquote>
<p>Now, I am a huge Linux guy.  I love my T61 Thinkpad running Ubuntu (formerly Gutsy, now Hardy).  I&#8217;ve had the laptop for almost a year exactly and have had Ubuntu on it ever since the first Ubuntu 7.10 RC releases and couldn&#8217;t be happier.  It gives me, a very very cranky power user, exactly what I want.  That being said, I just <em>don&#8217;t</em> agree that it is easier to use for new users than OS X.  In fact, I think they both are horrible for new users.</p>
<p><span id="more-14"></span></p>
<p>Part of the problem is that we must first define what a &#8216;new&#8217; user is.  Clearly it is very hard to imagine anyone in the US, let alone most of the developed world, that has never had any contact with a normal desktop computer.  So, for the purposes of this post, I&#8217;m going to assume that a &#8216;new user&#8217; is a normal person who has used their (Windows) computer for browsing the internet, managing email, writing Word/Excel documents, and maybe downloading pictures from their camera.  Unfortunately, that is all many people use their computer for.  Many of us who are very computer-savvy forget that some things are just confusing because those who are less informed don&#8217;t fully understand the technology.  If a novice user sees a pop-up that says they have spyware and they can &#8220;GET RID OF IT BY CLICKING HERE!&#8221; then they&#8217;re going to do it because that <em>sounds scary</em>.  They&#8217;re not going to know that a random pop-up ad has no chance of finding spyware, they&#8217;re just going to know that someone is telling them that their computer is messed up and, as a result, they&#8217;re going to attempt to fix it.  All of this adds to the problem of usability.<br />
1. <em>The Desktop</em>:The problem with the Ubuntu Desktop, compared to the OS X desktop, is that it is very sparse as shipped.  This is great for Linux diehards, but for someone who wants to use Linux like Windows they&#8217;re going to initially be confused.  Why would they look up to the top bar when they&#8217;re always used to going to the bottom-left and clicking the start button?  At least OS X keeps their bar on the bottom.  On top of that, at least the Mac starts with certain applications initially on the screen.  Ubuntu doesn&#8217;t give you anything like that.</p>
<p>2. <em>Installing New Software</em>: I&#8217;ll give Matthew this point.  Ubuntu is definitely better in this regard.  The .dmg format is slightly confusing for new users.  At least .deb seems to work fairly well&#8211;if you double click the file then Ubuntu handles it very well.</p>
<p>3. <em>Compiling from Source</em>:  I don&#8217;t think that this is really a consideration that should be taken with new users.  There&#8217;s no reason they would need to compile things and, if they did, they aren&#8217;t new users.  Hell, even trying to get people to understand what the hell &#8216;compiling&#8217; source meant would be confusing&#8211;and we&#8217;re not even going to start working on what they would have to do to get all of the dependencies for various software.</p>
<p>4. <em>Out of the box functionality</em>:  I agree with Matthew that it&#8217;s a slightly unfair comparison because of the different situations.  For instance, Ubuntu on old/weird hardware is going to be a completely different experience than getting it pre-installed on a new Dell machine.  Of course, the same can be said of OS X as a &#8216;hackintosh&#8217; instead of on native apple hardware.  For that reason, I&#8217;ll let this point go.</p>
<p>5. <em>Greater range of pre-installed applications</em>: This is true although I&#8217;d argue some of them don&#8217;t meet the quality/polish of Mac OS X.</p>
<p>6. <em>Better support of third party media players</em>:  Maybe this is just me being me, but <strong>people have iPods</strong>.  iPods outnumber everything else, last time I checked.  I know that when I tried Amarok a few months ago, probably around January, that it wouldn&#8217;t do many of the things that I wanted it to do (album art on my 5.5G iPod, it split up podcasts into multiple injuries, various other things).  iTunes <strong>works</strong>, plain and simple.</p>
<p>I love Ubuntu and wouldn&#8217;t want to use OS X, but I don&#8217;t think it&#8217;s (yet) fair to say that Linux is easier for a completely new user than OS X.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/06/ubuntu-easier-to-use-than-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

