<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Say GNU/Linux</title>
	<link>http://www.sherin.co.in</link>
	<description>Linux The Choice of GNU Generation</description>
	<lastBuildDate>Tue, 09 Mar 2010 06:08:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Installing mod_geoip on Apache 2.2</title>
		<description><![CDATA[1) Downalod the latets GEOIP  package from  http://geolite.maxmind.com/download/geoip/api/c/ and install it
# wget -c  http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.6.tar.gz
# tar -xzf GeoIP-1.4.6.tar.gz
# cd GeoIP-1.4.6/
# ./configure
# make
# make install
2) Download and install  latest mod_geoip2 from  http://geolite.maxmind.com/download/geoip/api/mod_geoip2/
# wget -c  http://geolite.maxmind.com/download/geoip/api/mod_geoip2/mod_geoip2_1.2.5.tar.gz
# tar -xzf  mod_geoip2_1.2.5.tar.gz
# cd mod_geoip2_1.2.5/
# /usr/local/apache/bin/apxs -lGeoIP  -cia mod_geoip.c
3) Restart apache
]]></description>
		<link>http://www.sherin.co.in/installing-mod_geoip-on-apache-2-2/</link>
			</item>
	<item>
		<title>Openx  Cluster Handbook</title>
		<description><![CDATA[Hello,
I wrote a hand book for a simple cluster configuration based on Nginx  + lighttpd.  It can use high traffic websites like  Openx services  , Check it here
]]></description>
		<link>http://www.sherin.co.in/openx-cluster-handbook/</link>
			</item>
	<item>
		<title>Openx Hand Book</title>
		<description><![CDATA[I   updated my Openx Hand book here . have a look at  here
]]></description>
		<link>http://www.sherin.co.in/openx-hand-book/</link>
			</item>
	<item>
		<title>Upgrading Python in Cpanel Servers</title>
		<description><![CDATA[It is little difficult for upgrading Python in cpanel servers. Because if you  upgrade python directly , the yum package manager will not  work. So  you need to reinstall all old rpms again.
When you required to upgrade python on Cpanel server?
The latest  Mailman have some bugs. It need Python version of [...]]]></description>
		<link>http://www.sherin.co.in/upgrading-python-in-cpanel-servers/</link>
			</item>
	<item>
		<title>Trip to nelliyampathy</title>
		<description><![CDATA[Hi  guys post your  plans here  for  the following.
 Destination : Nelliyampathy
schedule : From  Oct 2 , 11.00 PM IST  to Oct 4th 11.00 Pm IST .
   
]]></description>
		<link>http://www.sherin.co.in/trip-to-nelliyampathy/</link>
			</item>
	<item>
		<title>water in moon</title>
		<description><![CDATA[ NASA on Thursday revealed that India&#8217;s maiden lunar mission Chandrayaan-I had traced water molecules on the moon&#8217;s surface. It also
&#8220;thanked&#8221; ISRO for making the discovery possible. 
“We want to thank ISRO for making the discovery possible. Moon till now was thought to be a very dry surface with lot of rocks,” NASA said in [...]]]></description>
		<link>http://www.sherin.co.in/water-in-moon/</link>
			</item>
	<item>
		<title>How to reset mysql root password ?</title>
		<description><![CDATA[1. Stop/ kill the mysqld
# service mysql stop
#pkill -9 mysqld
2) Start the mysql insafe mode as follows

# /usr/libexec/mysqld --skip-grant-tables --user=root &#38;


3) Now update the mysql user tables and root password as follows

#mysql
mysql&#62;use mysql;
mysql&#62;UPDATE user SET Password=PASSWORD('YOUR_PASSWORD')  WHERE Host='localhost' AND User='root';
mysql&#62;flush privileges;
Now add the new password &#8220;YOUR_PASSWORD&#8221; in /root/.my.cnf and start mysql
# service mysql start
]]></description>
		<link>http://www.sherin.co.in/how-to-reset-mysql-root-password/</link>
			</item>
	<item>
		<title>csf + lfd firewall configuration in vps (virtuozzo /openvz)</title>
		<description><![CDATA[Introduction: 
In general csf is giving good compatibility with cpanel servers . But in a vps (openvz or Virtuzzo) the csf configuration is something different.
Sometimes you may get an error as follow after the csf installation in vps
&#8212;&#8212;&#8212;&#8212;&#8211;
Error: iptables command [/sbin/iptables -v -A LOGDROPIN -p tcp -m limit --limit 30/m --limit-burst 5 -j LOG --log-prefix [...]]]></description>
		<link>http://www.sherin.co.in/csf-lfd-firewall-configuration-in-vps-virtuozzo-openvz/</link>
			</item>
	<item>
		<title>How to configure Python and Lighttpd</title>
		<description><![CDATA[Hello,
I found a good way to execute python scripts  via lighttpd . So now I can write my web applications completely in python.
http://docwiki.gumstix.org/Sample_code/Python/Hello_World
It is the easy way
]]></description>
		<link>http://www.sherin.co.in/how-to-configure-python-and-lighttpd/</link>
			</item>
	<item>
		<title>Red5 Flash media server development: How to install and configure ?</title>
		<description><![CDATA[Red5 Flash media server development: How to install and configure ? 
What is red5 server ?
Red5 is an Open Source Flash Server written in Java that supports:
*  Streaming Audio/Video (FLV and MP3)
*  Recording Client Streams (FLV only)
*  Shared Objects
*  Live Stream Publishing
*  Remoting (AMF)
This is an amazing application for developing [...]]]></description>
		<link>http://www.sherin.co.in/red5-flash-media-server-development-how-to-install-and-configure/</link>
			</item>
</channel>
</rss>
