<?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>FIND LINUX HELP&#187; find linux help tutorials and articles</title>
	<atom:link href="http://www.findlinuxhelp.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.findlinuxhelp.com</link>
	<description>find linux help tutorials and articles</description>
	<lastBuildDate>Tue, 30 Mar 2010 13:27:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=1105</generator>
		<item>
		<title>Easy commandline argument parsing in shell script</title>
		<link>http://www.findlinuxhelp.com/archives/script/shellscript/easy-commandline-argument-parsing-in-shell-script/</link>
		<comments>http://www.findlinuxhelp.com/archives/script/shellscript/easy-commandline-argument-parsing-in-shell-script/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 14:34:39 +0000</pubDate>
		<dc:creator>meharo</dc:creator>
				<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[argument]]></category>
		<category><![CDATA[commandline]]></category>

		<guid isPermaLink="false">http://www.findlinuxhelp.com/?p=195</guid>
		<description><![CDATA[Here is a fairly easy method which can parse all input arguments passed to a shell script in commandline. This block of code can be either included in top of the script or source it from an external file. Using this code within a shell script is very simple, just needs to define a global [...]]]></description>
		<wfw:commentRss>http://www.findlinuxhelp.com/archives/script/shellscript/easy-commandline-argument-parsing-in-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn your website into maintenance mode - SEO friendly solution using .htaccess file</title>
		<link>http://www.findlinuxhelp.com/archives/howto/webmaster-howto/turn-your-website-into-maintenance-mode-seo-friendly-solution-using-htaccess-file/</link>
		<comments>http://www.findlinuxhelp.com/archives/howto/webmaster-howto/turn-your-website-into-maintenance-mode-seo-friendly-solution-using-htaccess-file/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 18:57:51 +0000</pubDate>
		<dc:creator>meharo</dc:creator>
				<category><![CDATA[Webmaster HOWTOs]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.findlinuxhelp.com/?p=170</guid>
		<description><![CDATA[Here is a simple trick which enables to turn your website into maintenance mode using .htaccess file. If you want to give an informative message saying "We are under maintenance", create a custom HTML page containing the message and put it in the website root. For e.g., we create an HTML page called "under-maintenance.html" and [...]]]></description>
		<wfw:commentRss>http://www.findlinuxhelp.com/archives/howto/webmaster-howto/turn-your-website-into-maintenance-mode-seo-friendly-solution-using-htaccess-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding Cache control and enabling it for optimal results</title>
		<link>http://www.findlinuxhelp.com/archives/howto/webmaster-howto/understanding-cache-control-and-enabling-it-for-optimal-results/</link>
		<comments>http://www.findlinuxhelp.com/archives/howto/webmaster-howto/understanding-cache-control-and-enabling-it-for-optimal-results/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 05:16:20 +0000</pubDate>
		<dc:creator>meharo</dc:creator>
				<category><![CDATA[Webmaster HOWTOs]]></category>
		<category><![CDATA[cache]]></category>

		<guid isPermaLink="false">http://www.findlinuxhelp.com/?p=128</guid>
		<description><![CDATA[Cache control is a mechanism used to control the caching behavior of a web browser. By default, all modern browsers know what content to be cached and reuse when again it requires. Browsers are using their own unique algorithms to decide whether the cached content can be safely re-used or not. Normally, browsers cache all [...]]]></description>
		<wfw:commentRss>http://www.findlinuxhelp.com/archives/howto/webmaster-howto/understanding-cache-control-and-enabling-it-for-optimal-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP / Web server troubleshooting using Wget.</title>
		<link>http://www.findlinuxhelp.com/archives/howto/webmaster-howto/http-web-server-troubleshooting-using-wget/</link>
		<comments>http://www.findlinuxhelp.com/archives/howto/webmaster-howto/http-web-server-troubleshooting-using-wget/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 14:34:53 +0000</pubDate>
		<dc:creator>meharo</dc:creator>
				<category><![CDATA[Webmaster HOWTOs]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.findlinuxhelp.com/?p=73</guid>
		<description><![CDATA[There are few useful options to the powerful wget command, a non-interactive Linux/Unix command line downloader which helps you identifying various http server responses, performance related issues and optional feature supports. For probing an http server and identifying its response, we can use the --spider option. wget --spider http://www.google.com --06:24:36-- http://www.google.com/ Resolving www.google.com... 74.125.53.103, 74.125.53.99, [...]]]></description>
		<wfw:commentRss>http://www.findlinuxhelp.com/archives/howto/webmaster-howto/http-web-server-troubleshooting-using-wget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kSar - an easy sar grapher utility</title>
		<link>http://www.findlinuxhelp.com/archives/review/application/ksar-an-easy-sar-grapher-utility/</link>
		<comments>http://www.findlinuxhelp.com/archives/review/application/ksar-an-easy-sar-grapher-utility/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 09:59:39 +0000</pubDate>
		<dc:creator>meharo</dc:creator>
				<category><![CDATA[Application Reviews]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[report]]></category>

		<guid isPermaLink="false">http://www.findlinuxhelp.com/?p=54</guid>
		<description><![CDATA[kSar is an easy to use application for creating graphical reports from your sar daily report. kSar is written in java and it supports generating the report in PDF, HTML, CSV, JPG and PNG formats. Screenshot kSar CPU Statistics Sar is a system activity reporting tool which comes with the sysstat rpm package. Sar will [...]]]></description>
		<wfw:commentRss>http://www.findlinuxhelp.com/archives/review/application/ksar-an-easy-sar-grapher-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP firewall issues in Passive mode</title>
		<link>http://www.findlinuxhelp.com/archives/howto/security-howto/ftp-firewall-issues-in-passive-mode/</link>
		<comments>http://www.findlinuxhelp.com/archives/howto/security-howto/ftp-firewall-issues-in-passive-mode/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 20:20:14 +0000</pubDate>
		<dc:creator>meharo</dc:creator>
				<category><![CDATA[Networking HOWTOs]]></category>
		<category><![CDATA[Security HOWTOs]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ftp]]></category>

		<guid isPermaLink="false">http://www.findlinuxhelp.com/?p=39</guid>
		<description><![CDATA[In Linux, the default FTP mode is "Passive" where it is "Active" in Windows. The Passive mode FTP causes client to connect to high port in server. This high port is unpredictable and can range from 1024 to 65535 (high ports). Different client connections use different ports and it is difficult to identify the port [...]]]></description>
		<wfw:commentRss>http://www.findlinuxhelp.com/archives/howto/security-howto/ftp-firewall-issues-in-passive-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rsync: The powerful network copy tool</title>
		<link>http://www.findlinuxhelp.com/archives/tool/networking/rsync-the-powerful-network-tool/</link>
		<comments>http://www.findlinuxhelp.com/archives/tool/networking/rsync-the-powerful-network-tool/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 21:23:30 +0000</pubDate>
		<dc:creator>meharo</dc:creator>
				<category><![CDATA[Networking Tools]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[filesystem]]></category>

		<guid isPermaLink="false">http://www.findlinuxhelp.com/?p=25</guid>
		<description><![CDATA[rsync is a small, light weight, easy to use linux command line tool which can transfer N number of files from source to destination over any kind of network. Especially when copying files over limited bandwidth, rsync is much faster and reliable. rsync is basically used for two filesystem/directory tree synchronization which are placed in [...]]]></description>
		<wfw:commentRss>http://www.findlinuxhelp.com/archives/tool/networking/rsync-the-powerful-network-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://www.findlinuxhelp.com/archives/howto/welcome/</link>
		<comments>http://www.findlinuxhelp.com/archives/howto/welcome/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 14:34:55 +0000</pubDate>
		<dc:creator>meharo</dc:creator>
				<category><![CDATA[HOWTOs]]></category>

		<guid isPermaLink="false">http://www.findlinuxhelp.com/?p=21</guid>
		<description><![CDATA[Welcome to Findlinuxhelp.com]]></description>
		<wfw:commentRss>http://www.findlinuxhelp.com/archives/howto/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 16/23 queries in 0.006 seconds using memcached

Served from: www.findlinuxhelp.com @ 2010-09-04 22:05:49 -->