<?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>Say GNU/Linux</title>
	<atom:link href="http://www.sherin.co.in/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sherin.co.in</link>
	<description>Linux The Choice of GNU Generation</description>
	<lastBuildDate>Wed, 16 Jun 2010 16:01:23 +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>DRBD &#8211; Heartbeat  ( Active/Passive High Availability Cluster )</title>
		<link>http://www.sherin.co.in/drbd-heartbeat-active-passive-high-availability-cluster/</link>
		<comments>http://www.sherin.co.in/drbd-heartbeat-active-passive-high-availability-cluster/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 16:00:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Openx]]></category>
		<category><![CDATA[openx cluster]]></category>

		<guid isPermaLink="false">http://www.sherin.co.in/?p=216</guid>
		<description><![CDATA[Overview Software Requirements Pre configuration DRDB installation Heartbeat Installation Testing Conclusion Overview: DRBD &#8211; Heartbeat cluster a good Active / Passive cluster solution for small scale applications using two servers in active and passive mode. This means , only one server will work at a time while keeping the other server as a backup  with [...]]]></description>
		<wfw:commentRss>http://www.sherin.co.in/drbd-heartbeat-active-passive-high-availability-cluster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FAQ &#8211; Frequently asked questions</title>
		<link>http://www.sherin.co.in/cpremote-faq/</link>
		<comments>http://www.sherin.co.in/cpremote-faq/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 12:29:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPremote]]></category>

		<guid isPermaLink="false">http://www.sherin.co.in/?p=200</guid>
		<description><![CDATA[1) How the cPremote take backup? cPremote  is a remote incremental backup. It will use cPanel modules itself for taking backups to your remote backup server over ssh. 2) Is it do gzip compressions ? No way. It don&#8217;t do gzip compression and then  kill your server. 3) Is it possible to enable only one [...]]]></description>
		<wfw:commentRss>http://www.sherin.co.in/cpremote-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure ssh key</title>
		<link>http://www.sherin.co.in/how-to-configure-ssh-key/</link>
		<comments>http://www.sherin.co.in/how-to-configure-ssh-key/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 12:33:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.sherin.co.in/?p=181</guid>
		<description><![CDATA[SSH key is a secure authentication method of openssh server. Let us install ssh key easily between two server. Source Server:This is the server from which I need to connect. Destination Server: This is the server into which I am going to connect. Let us create ssh key for the root user in source server  [...]]]></description>
		<wfw:commentRss>http://www.sherin.co.in/how-to-configure-ssh-key/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Speed up Vbulletin Forum with Memcached</title>
		<link>http://www.sherin.co.in/speed-up-vbulletin-forum-with-memcached/</link>
		<comments>http://www.sherin.co.in/speed-up-vbulletin-forum-with-memcached/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 07:25:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[vbulletting]]></category>

		<guid isPermaLink="false">http://www.sherin.co.in/?p=179</guid>
		<description><![CDATA[Memcached is a memory caching system. This will help to increase speed of your vbforum . Vb have default support for integrating memchached. I already wrote a document for using memcached with Openx software. Please see the steps below, to see how you can configure memcached in your server and integrate to vbulletin Install memcached [...]]]></description>
		<wfw:commentRss>http://www.sherin.co.in/speed-up-vbulletin-forum-with-memcached/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GDB for  Debugging Linux Software</title>
		<link>http://www.sherin.co.in/gdb-for-debugging-linux-software/</link>
		<comments>http://www.sherin.co.in/gdb-for-debugging-linux-software/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 09:13:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[gbd]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.sherin.co.in/?p=167</guid>
		<description><![CDATA[GDB is a nice tool for debugging linux software and find out its flaws. Let me give an easy way how you can use gdb to debug your application. If you see one of your application crashing or not working well, you can use gdb to debug it and send the result to its developers. [...]]]></description>
		<wfw:commentRss>http://www.sherin.co.in/gdb-for-debugging-linux-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Openx Cluster Handbook &#8211; 121 cluster Openx High performance simple cluster based on Nginx, lighttpd/apache</title>
		<link>http://www.sherin.co.in/openxcluster121/</link>
		<comments>http://www.sherin.co.in/openxcluster121/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 17:12:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Openx]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openx cluster]]></category>

		<guid isPermaLink="false">http://www.sherin.co.in/?p=157</guid>
		<description><![CDATA[Disclaimer : Please notices this document will help you for configuring an simple highperformance cluster for hosting Openx services. This article is licensed under Creative Commons Attribution-No ncommercial 2.5 India .Please don&#8217;t copy and paste the configurations to your server if it is not the hardware that mentioned in the hardware requirements. 1. Introduction 1.1 [...]]]></description>
		<wfw:commentRss>http://www.sherin.co.in/openxcluster121/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Openx Handbook  Openx Server Optimization And Performance Tuning</title>
		<link>http://www.sherin.co.in/openxhandbook/</link>
		<comments>http://www.sherin.co.in/openxhandbook/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 16:58:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Openx]]></category>

		<guid isPermaLink="false">http://www.sherin.co.in/?p=145</guid>
		<description><![CDATA[Openx Handbook : Openx Server Optimization And Performance Tuning Disclaimer : Please notices this document will help you for configuring an Openx add server. This article is licensed under Creative Commons Attribution-Noncommercial 2.5 India .Please don&#8217;t copy and paste the configurations to your server if it is not the hardware that mentioned in the hardware [...]]]></description>
		<wfw:commentRss>http://www.sherin.co.in/openxhandbook/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Openx  performance boosting with memcached</title>
		<link>http://www.sherin.co.in/openx-performance-boosting-with-memcached/</link>
		<comments>http://www.sherin.co.in/openx-performance-boosting-with-memcached/#comments</comments>
		<pubDate>Mon, 31 May 2010 19:42:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Openx]]></category>
		<category><![CDATA[memcached]]></category>

		<guid isPermaLink="false">http://www.sherin.co.in/?p=137</guid>
		<description><![CDATA[I was testing memcached in one of my cluster. It is seems to be very useful to increase performance. As it is &#8220;Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.&#8221; , Read more about http://memcached.org/, and see who all [...]]]></description>
		<wfw:commentRss>http://www.sherin.co.in/openx-performance-boosting-with-memcached/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing mod_limitipconn in cPanel server</title>
		<link>http://www.sherin.co.in/installing-mod_limitipconn-in-cpanel-server/</link>
		<comments>http://www.sherin.co.in/installing-mod_limitipconn-in-cpanel-server/#comments</comments>
		<pubDate>Wed, 19 May 2010 06:24:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.sherin.co.in/?p=133</guid>
		<description><![CDATA[This apache module will limit number of IP connections from a particular IP to a specific domain or files. You can see the project home page from  http://dominia.org/djao/limitipconn2.html . This module have apache 1.3 , 2.x and 2.2.x packages. wget http://dominia.org/djao/limit/mod_limitipconn-0.23.tar.bz2 tar -xjf mod_limitipconn-0.23.tar.bz2 cd mod_limitipconn-0.23/ /usr/local/apache/bin/apxs -cia mod_limitipconn.c /scripts/rebuildhttpdconf cat &#62;&#62; /usr/local/apache/conf/mod_limitipconn.conf &#60;&#60; EOF [...]]]></description>
		<wfw:commentRss>http://www.sherin.co.in/installing-mod_limitipconn-in-cpanel-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wireless internet connection sharing</title>
		<link>http://www.sherin.co.in/wireless-internet-connection-sharing/</link>
		<comments>http://www.sherin.co.in/wireless-internet-connection-sharing/#comments</comments>
		<pubDate>Tue, 18 May 2010 18:47:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.sherin.co.in/?p=129</guid>
		<description><![CDATA[If you have a wireless internet device connected to your laptop, then you can use your laptop as an internet gate way in  your  LAN . Other computers can  access internet through your  laptop.  If your internet is fast you can  run a small office over that wify connection. Let me explain how it possible. [...]]]></description>
		<wfw:commentRss>http://www.sherin.co.in/wireless-internet-connection-sharing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
