<?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>/// mohdNeoTech v3.2 /// &#187; Tips &amp; Tricks</title>
	<atom:link href="http://www.mohdneotech.com/v3/category/tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mohdneotech.com/v3</link>
	<description>perjalanan hidup seorang g33k melayu</description>
	<lastBuildDate>Fri, 30 Jul 2010 08:01:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>HOWTO Delete Old Directory in UNIX</title>
		<link>http://www.mohdneotech.com/v3/2010/07/08/howto-delete-old-directory-in-unix/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=howto-delete-old-directory-in-unix</link>
		<comments>http://www.mohdneotech.com/v3/2010/07/08/howto-delete-old-directory-in-unix/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 03:04:02 +0000</pubDate>
		<dc:creator>NeoTech</dc:creator>
				<category><![CDATA[NIX]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.mohdneotech.com/v3/?p=2469</guid>
		<description><![CDATA[There are 2 ways u can do this. For example if u want to delete directory older than 7 days : First method : find /path/dir -type d -mtime +7 -exec rm -rf {} \; Second method : find /path/dir -type d -mtime +7 &#124; xargs rm -rf {} \; You can always change the [...]]]></description>
		<wfw:commentRss>http://www.mohdneotech.com/v3/2010/07/08/howto-delete-old-directory-in-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_dosevasive for Apache</title>
		<link>http://www.mohdneotech.com/v3/2010/06/21/mod_dosevasive-for-apache/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mod_dosevasive-for-apache</link>
		<comments>http://www.mohdneotech.com/v3/2010/06/21/mod_dosevasive-for-apache/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 07:53:45 +0000</pubDate>
		<dc:creator>NeoTech</dc:creator>
				<category><![CDATA[NIX]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.mohdneotech.com/v3/?p=2397</guid>
		<description><![CDATA[mod_dosevasive is an evasive maneuvers module for Apache to provide evasive action in the event of an HTTP DoS or DDoS attack or brute force attack. It is also designed to be a detection and network management tool, and can be easily configured to talk to ipchains, firewalls, routers, and etcetera. mod_dosevasive presently reports abuses [...]]]></description>
		<wfw:commentRss>http://www.mohdneotech.com/v3/2010/06/21/mod_dosevasive-for-apache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Run Multiple Yahoo! Messenger (YM) on PC</title>
		<link>http://www.mohdneotech.com/v3/2009/05/22/run-multiple-ym-on-pc/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=run-multiple-ym-on-pc</link>
		<comments>http://www.mohdneotech.com/v3/2009/05/22/run-multiple-ym-on-pc/#comments</comments>
		<pubDate>Fri, 22 May 2009 05:05:54 +0000</pubDate>
		<dc:creator>NeoTech</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[messenger]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[ym]]></category>

		<guid isPermaLink="false">http://www.mohdneotech.com/v3/?p=909</guid>
		<description><![CDATA[Make sure Yahoo! Messenger is not running. Go to Start &#62; Run, type &#8220;regedit&#8221; &#38; click OK. Browse to HKEY_CURRENT_USER &#62; Software &#62; yahoo &#62; Test Right click on the right hand windows,  choose New &#62; DWORD. Rename the new entry NEW VALUE as Plural. Then double click the entry, change the default value from 0 [...]]]></description>
		<wfw:commentRss>http://www.mohdneotech.com/v3/2009/05/22/run-multiple-ym-on-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
