<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Life at the CLI</title>
	<atom:link href="http://dosnlinux.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dosnlinux.wordpress.com</link>
	<description>Tons of fun at a xterm!</description>
	<lastBuildDate>Fri, 16 Oct 2009 18:58:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on fdupes Tutorial by none</title>
		<link>http://dosnlinux.wordpress.com/2007/02/18/fdupes-tutorial/#comment-5692</link>
		<dc:creator>none</dc:creator>
		<pubDate>Fri, 16 Oct 2009 18:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://dosnlinux.wordpress.com/2007/02/18/fdupes-tutorial/#comment-5692</guid>
		<description>you&#039;ll need to adjust the quotes in my example above since the blog soft replaced them</description>
		<content:encoded><![CDATA[<p>you&#8217;ll need to adjust the quotes in my example above since the blog soft replaced them</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fdupes Tutorial by none</title>
		<link>http://dosnlinux.wordpress.com/2007/02/18/fdupes-tutorial/#comment-5681</link>
		<dc:creator>none</dc:creator>
		<pubDate>Fri, 25 Sep 2009 14:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://dosnlinux.wordpress.com/2007/02/18/fdupes-tutorial/#comment-5681</guid>
		<description>you can pipe the list of files into the iterator:

 cat dupes.txt &#124; while read line;do rm -v &quot;$line&quot;;done</description>
		<content:encoded><![CDATA[<p>you can pipe the list of files into the iterator:</p>
<p> cat dupes.txt | while read line;do rm -v &#8220;$line&#8221;;done</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hack Attempt by forkbomb</title>
		<link>http://dosnlinux.wordpress.com/2007/12/02/hack-attempt/#comment-5644</link>
		<dc:creator>forkbomb</dc:creator>
		<pubDate>Fri, 31 Jul 2009 07:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://dosnlinux.wordpress.com/2007/12/02/hack-attempt/#comment-5644</guid>
		<description>First of all, I like disallowing root logins - it&#039;s a minor inconvenience for me but effectively thwarts a lot of skiddie &quot;attacks&quot; that only bruteforce the root account. I authenticate through a normal user account and then &#039;su&#039; to root.

I&#039;ve been using denyhosts for quite some time on my SSH server.  I use the sync mode these days - I don&#039;t remember my settings of the top of my head, but I believe I block for two weeks any IP seen making 3 bogus logins within 15 minutes. If the length of my /etc/hosts.evil file is any guide, denyhosts is currently blocking over 3500 hosts known to have attempted ssh bruteforces through the denyhosts sync system.

As for blacklisting or whitelisting IPs with iptables, have fun trying to keep on top of ICANN&#039;s IP registration shifts. Not even ICANN can keep track of who&#039;s using what IP (okay, that&#039;s partially sarcastic). That&#039;s why active defenses such as denyhosts that throw up a defense based on a percieved attack can be easier to manage.</description>
		<content:encoded><![CDATA[<p>First of all, I like disallowing root logins &#8211; it&#8217;s a minor inconvenience for me but effectively thwarts a lot of skiddie &#8220;attacks&#8221; that only bruteforce the root account. I authenticate through a normal user account and then &#8217;su&#8217; to root.</p>
<p>I&#8217;ve been using denyhosts for quite some time on my SSH server.  I use the sync mode these days &#8211; I don&#8217;t remember my settings of the top of my head, but I believe I block for two weeks any IP seen making 3 bogus logins within 15 minutes. If the length of my /etc/hosts.evil file is any guide, denyhosts is currently blocking over 3500 hosts known to have attempted ssh bruteforces through the denyhosts sync system.</p>
<p>As for blacklisting or whitelisting IPs with iptables, have fun trying to keep on top of ICANN&#8217;s IP registration shifts. Not even ICANN can keep track of who&#8217;s using what IP (okay, that&#8217;s partially sarcastic). That&#8217;s why active defenses such as denyhosts that throw up a defense based on a percieved attack can be easier to manage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fdupes Tutorial by James McGill</title>
		<link>http://dosnlinux.wordpress.com/2007/02/18/fdupes-tutorial/#comment-5601</link>
		<dc:creator>James McGill</dc:creator>
		<pubDate>Sat, 18 Apr 2009 18:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://dosnlinux.wordpress.com/2007/02/18/fdupes-tutorial/#comment-5601</guid>
		<description>I&#039;m on the ambitious task of finding and removing duplicates against an 8 terabyte network attached storage.

Even breaking it down into reasonably sized chunks, fdupes takes days (maybe weeks, we don&#039;t know yet)  to run, but it doesn&#039;t overgrow in memory when presented with huge numbers of files.
(That&#039;s what I was afraid it would do, and fslint choked on our filesystem.)</description>
		<content:encoded><![CDATA[<p>I&#8217;m on the ambitious task of finding and removing duplicates against an 8 terabyte network attached storage.</p>
<p>Even breaking it down into reasonably sized chunks, fdupes takes days (maybe weeks, we don&#8217;t know yet)  to run, but it doesn&#8217;t overgrow in memory when presented with huge numbers of files.<br />
(That&#8217;s what I was afraid it would do, and fslint choked on our filesystem.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fdupes Tutorial by Sergio</title>
		<link>http://dosnlinux.wordpress.com/2007/02/18/fdupes-tutorial/#comment-5577</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Wed, 04 Feb 2009 13:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://dosnlinux.wordpress.com/2007/02/18/fdupes-tutorial/#comment-5577</guid>
		<description>This is a nice approach:

&lt;code&gt;b=&quot;&quot;
fdupes tmp/ --recurse &#124; \
while read f
do
if [ &quot;$f&quot; = &quot;&quot; ]
then
b=”&quot;
else
if [ &quot;$b&quot; = &quot;&quot; ]
then
b=”$f”
else
rm “$f” &amp;&amp; echo “Removed \”$f\”&quot;
fi
fi
done&lt;/code&gt;

(Source: http://www.miriamruiz.es/weblog/?p=79 )</description>
		<content:encoded><![CDATA[<p>This is a nice approach:</p>
<p><code>b=""<br />
fdupes tmp/ --recurse | \<br />
while read f<br />
do<br />
if [ "$f" = "" ]<br />
then<br />
b=”"<br />
else<br />
if [ "$b" = "" ]<br />
then<br />
b=”$f”<br />
else<br />
rm “$f” &amp;&amp; echo “Removed \”$f\”"<br />
fi<br />
fi<br />
done</code></p>
<p>(Source: <a href="http://www.miriamruiz.es/weblog/?p=79" rel="nofollow">http://www.miriamruiz.es/weblog/?p=79</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Hunt for Duplicates Continues by J</title>
		<link>http://dosnlinux.wordpress.com/2007/02/17/the-hunt-for-duplicates-continues/#comment-5576</link>
		<dc:creator>J</dc:creator>
		<pubDate>Wed, 04 Feb 2009 08:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://dosnlinux.wordpress.com/2007/02/17/the-hunt-for-duplicates-continues/#comment-5576</guid>
		<description>So... How did this turn out?</description>
		<content:encoded><![CDATA[<p>So&#8230; How did this turn out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fdupes Tutorial by James</title>
		<link>http://dosnlinux.wordpress.com/2007/02/18/fdupes-tutorial/#comment-5541</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 24 Dec 2008 01:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://dosnlinux.wordpress.com/2007/02/18/fdupes-tutorial/#comment-5541</guid>
		<description>A little unclear.  The sort command doesn&#039;t specify which filelists should be passed as arguments (previous steps mention two filelists: the original -rf one, the one with first entries omitted).  The while loop doesn&#039;t mention which of the three filelists to pass, and where.  Ryan&#039;s Comment 1 defines variables as a tutorial should.  Last, the while loop command mentioned in the tutorial is still incorrect lacking &quot;&lt; $removelist&quot;.  There are also various typos, which are annoying (&quot;use start&quot;).</description>
		<content:encoded><![CDATA[<p>A little unclear.  The sort command doesn&#8217;t specify which filelists should be passed as arguments (previous steps mention two filelists: the original -rf one, the one with first entries omitted).  The while loop doesn&#8217;t mention which of the three filelists to pass, and where.  Ryan&#8217;s Comment 1 defines variables as a tutorial should.  Last, the while loop command mentioned in the tutorial is still incorrect lacking &#8220;&lt; $removelist&#8221;.  There are also various typos, which are annoying (&#8220;use start&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Treat ISO as DVD in Gnome-MPlayer by slacker</title>
		<link>http://dosnlinux.wordpress.com/2008/09/13/treat-iso-as-dvd-in-gnome-mplayer/#comment-5531</link>
		<dc:creator>slacker</dc:creator>
		<pubDate>Fri, 31 Oct 2008 10:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://dosnlinux.wordpress.com/?p=236#comment-5531</guid>
		<description>Well i tried Zenwalk.  it&#039;s usable but i lost the feeling of having a stable, rock solid and easy to maintain distribution.  I will use and rest with Slackware for a very long time maybe my entire life.  This is quality software!! 

I tried for some time the mainstream distros, called ubuntu, SuseLinux and mandriva what i don&#039;t like of them is the installer.  They are again bloated with annoying bugs.  Installing a lot of graphical-based config tools pissed me off.  Nobody should forgot the power of the command line in Linux.   

Slackware is definetely the Rolls Royce of operating systems.</description>
		<content:encoded><![CDATA[<p>Well i tried Zenwalk.  it&#8217;s usable but i lost the feeling of having a stable, rock solid and easy to maintain distribution.  I will use and rest with Slackware for a very long time maybe my entire life.  This is quality software!! </p>
<p>I tried for some time the mainstream distros, called ubuntu, SuseLinux and mandriva what i don&#8217;t like of them is the installer.  They are again bloated with annoying bugs.  Installing a lot of graphical-based config tools pissed me off.  Nobody should forgot the power of the command line in Linux.   </p>
<p>Slackware is definetely the Rolls Royce of operating systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fdupes Tutorial by Recursive copy to a RANDOM name - Page 2 - UNIX for Dummies Questions &#38; Answers - The UNIX and Linux Forums</title>
		<link>http://dosnlinux.wordpress.com/2007/02/18/fdupes-tutorial/#comment-5530</link>
		<dc:creator>Recursive copy to a RANDOM name - Page 2 - UNIX for Dummies Questions &#38; Answers - The UNIX and Linux Forums</dc:creator>
		<pubDate>Thu, 23 Oct 2008 11:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://dosnlinux.wordpress.com/2007/02/18/fdupes-tutorial/#comment-5530</guid>
		<description>[...] mind that the file paths/names had difficult characters. The following fdupes tutuial was useful: fdupes Tutorial Life at the CLI I&#039;ve double checked the results with variations on the following command: find . -type f -exec [...]</description>
		<content:encoded><![CDATA[<p>[...] mind that the file paths/names had difficult characters. The following fdupes tutuial was useful: fdupes Tutorial Life at the CLI I&#8217;ve double checked the results with variations on the following command: find . -type f -exec [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Slackware from Scratch by William G Soura III</title>
		<link>http://dosnlinux.wordpress.com/2007/02/01/slackware-from-scratch/#comment-5515</link>
		<dc:creator>William G Soura III</dc:creator>
		<pubDate>Sun, 28 Sep 2008 02:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://dosnlinux.wordpress.com/2007/02/01/slackware-from-scratch/#comment-5515</guid>
		<description>I too want to compile Slackware for i686</description>
		<content:encoded><![CDATA[<p>I too want to compile Slackware for i686</p>
]]></content:encoded>
	</item>
</channel>
</rss>
