<?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>Helm&#039;s Technology Blog &#187; antispam</title>
	<atom:link href="http://www.ihelm.org.uk/tag/antispam/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ihelm.org.uk</link>
	<description>Linux Servers, Cpanel and Mysql along with my own tech thoughts</description>
	<lastBuildDate>Sun, 11 Jul 2010 10:50:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>rm  Argument list too long.. Linux Huh? moment.</title>
		<link>http://www.ihelm.org.uk/2009/06/rm-argument-list-too-long-linux-huh-moment/</link>
		<comments>http://www.ihelm.org.uk/2009/06/rm-argument-list-too-long-linux-huh-moment/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 20:08:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[antispam]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.ihelm.org.uk/?p=38</guid>
		<description><![CDATA[I recently had a little problem when deleting a store of spam e-mails off one of my personal servers. Basically entering the standard death defying command of &#8220;rm -Rfv *&#8221; while in a directory (this will delete everything recursively &#8211; have fun), the system responded &#8220;Argument list too long&#8221; &#8211; cue the first &#8220;huh?&#8221; moment [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had a little problem when deleting a store of spam e-mails off one of my personal servers.</p>
<p>Basically entering the standard death defying command of &#8220;rm -Rfv *&#8221; while in a directory (this will delete everything recursively &#8211; have fun), the system responded &#8220;Argument list too long&#8221; &#8211; cue the first &#8220;huh?&#8221; moment &#8211; I&#8217;ve used the command for years and years, never had a problem.</p>
<p>I did &#8220;man rm&#8221; to check I hadn&#8217;t had a &#8220;moment&#8221; and forgotten how to use it &#8211; nope.. . A little trawling came up with several people with the same problem but no really practical solutions.  The problem occurs when you have too many files for the built in systems used by the rm command in the kernel &#8211; these are pretty old so have some limits that you don&#8217;t expect! &#8211; you can do this:</p>
<p>rm -Rfv a* then rm -Rfv A* &#8211;  these deletes all files starting with a or A etc.. &#8211; very long and rather silly &#8211; so after thinking and thinking and muttering an old command came to mind <img src='http://www.ihelm.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   using a combination of find and xargs you can pipe a file on at a time so here we go &#8211; my favoured solution:</p>
<p>find . -name * | xargs rm -fv</p>
<p>This works fine &#8211; I suspect it will have a limit somewhere, but my server hasn&#8217;t hit it yet!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ihelm.org.uk/2009/06/rm-argument-list-too-long-linux-huh-moment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anti-Spam on servers&#8230;</title>
		<link>http://www.ihelm.org.uk/2009/06/anti-spam-on-servers/</link>
		<comments>http://www.ihelm.org.uk/2009/06/anti-spam-on-servers/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 21:03:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[antispam]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.ihelm.org.uk/?p=3</guid>
		<description><![CDATA[After several years of running different solutions on different servers I have found that ASSP is one of the best anti-spam solutions around. However &#8211; after some time it still struggles and gets weaker, can anyone recommend any other systems that can work ALONGSIDE it (not replace).]]></description>
			<content:encoded><![CDATA[<p>After several years of running different solutions on different servers I have found that ASSP is one of the best anti-spam solutions around.<br />
However &#8211; after some time it still struggles and gets weaker, can anyone recommend any other systems that can work ALONGSIDE it (not replace).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ihelm.org.uk/2009/06/anti-spam-on-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->