<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Karthickv's Website</title>
	<atom:link href="http://karthickv.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://karthickv.wordpress.com</link>
	<description>Hard Work Never Fails !!!</description>
	<lastBuildDate>Sat, 26 Jul 2008 05:46:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='karthickv.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Karthickv's Website</title>
		<link>http://karthickv.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://karthickv.wordpress.com/osd.xml" title="Karthickv&#039;s Website" />
	<atom:link rel='hub' href='http://karthickv.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Park wrapper error</title>
		<link>http://karthickv.wordpress.com/2008/07/26/park-wrapper-error/</link>
		<comments>http://karthickv.wordpress.com/2008/07/26/park-wrapper-error/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 05:46:52 +0000</pubDate>
		<dc:creator>karthickv</dc:creator>
				<category><![CDATA[DNS]]></category>

		<guid isPermaLink="false">http://karthickv.wordpress.com/?p=102</guid>
		<description><![CDATA[Sometimes you may get the park wrapper error while creating a new parked domain(example.com) in cpanel. In order that you can remove the domain name(example.com) in the following files and try. It will fix the issue. /etc/usrdomains /etc/localdomains /etc/named.conf /etc/valiases /etc/vdomainaliases http.conf /var/named/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karthickv.wordpress.com&amp;blog=2382159&amp;post=102&amp;subd=karthickv&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://karthickv.wordpress.com/2008/07/26/park-wrapper-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aaa140b35c8e7c3ac71721debad33db8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karthicute</media:title>
		</media:content>
	</item>
		<item>
		<title>Checking tables with myisamchk</title>
		<link>http://karthickv.wordpress.com/2008/07/06/checking-tables-with-myisamchk/</link>
		<comments>http://karthickv.wordpress.com/2008/07/06/checking-tables-with-myisamchk/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 14:29:42 +0000</pubDate>
		<dc:creator>karthickv</dc:creator>
				<category><![CDATA[MYSQL]]></category>

		<guid isPermaLink="false">http://karthickv.wordpress.com/?p=94</guid>
		<description><![CDATA[The myisamchk utility gets information about your database tables checks, repairs, or optimizes them. myisamchk works with MyISAM tables (tables with .MYI and .MYD files). A related utility, isamchk, works with ISAM tables (tables with .ISM and .ISD files). ==================== To check a particular table in a database, you can use the following command shell&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karthickv.wordpress.com&amp;blog=2382159&amp;post=94&amp;subd=karthickv&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://karthickv.wordpress.com/2008/07/06/checking-tables-with-myisamchk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aaa140b35c8e7c3ac71721debad33db8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karthicute</media:title>
		</media:content>
	</item>
		<item>
		<title>Backing Up Your MySQL DB &#8211; What about Multiple DB?</title>
		<link>http://karthickv.wordpress.com/2008/07/06/backing-up-your-mysql-db-what-about-multiple-db/</link>
		<comments>http://karthickv.wordpress.com/2008/07/06/backing-up-your-mysql-db-what-about-multiple-db/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 14:19:43 +0000</pubDate>
		<dc:creator>karthickv</dc:creator>
				<category><![CDATA[MYSQL]]></category>

		<guid isPermaLink="false">http://karthickv.wordpress.com/?p=91</guid>
		<description><![CDATA[If you want to specify the databases to backup, you can use the &#8211;databases parameter followed by the list of databases you would like to backup. Each database name has to be separated by at least one space when you type in the command. You can enter code or bash commands like this mysqldump -u [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karthickv.wordpress.com&amp;blog=2382159&amp;post=91&amp;subd=karthickv&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://karthickv.wordpress.com/2008/07/06/backing-up-your-mysql-db-what-about-multiple-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aaa140b35c8e7c3ac71721debad33db8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karthicute</media:title>
		</media:content>
	</item>
		<item>
		<title>Outlook Configure</title>
		<link>http://karthickv.wordpress.com/2008/07/03/outlook-configure/</link>
		<comments>http://karthickv.wordpress.com/2008/07/03/outlook-configure/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 02:21:41 +0000</pubDate>
		<dc:creator>karthickv</dc:creator>
				<category><![CDATA[Exim]]></category>

		<guid isPermaLink="false">http://karthickv.wordpress.com/?p=86</guid>
		<description><![CDATA[KB:Configuring Outlook ========================= Steps to configure Outlook are 1. Open Microsoft Outlook 2. Select Tools Menu 3. In Tools option, select Accounts. 4. If there are any account setup please remove it for the time being or try keeping this account first, and then if the trial fails come back and delete them. 5. Add [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karthickv.wordpress.com&amp;blog=2382159&amp;post=86&amp;subd=karthickv&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://karthickv.wordpress.com/2008/07/03/outlook-configure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aaa140b35c8e7c3ac71721debad33db8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karthicute</media:title>
		</media:content>
	</item>
		<item>
		<title>Horde arbitrary file inclusion vulnerability</title>
		<link>http://karthickv.wordpress.com/2008/07/01/horde-arbitrary-file-inclusion-vulnerability/</link>
		<comments>http://karthickv.wordpress.com/2008/07/01/horde-arbitrary-file-inclusion-vulnerability/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 01:40:55 +0000</pubDate>
		<dc:creator>karthickv</dc:creator>
				<category><![CDATA[Cpanel]]></category>

		<guid isPermaLink="false">http://karthickv.wordpress.com/?p=83</guid>
		<description><![CDATA[SECURITY ALERT: Horde arbitrary file inclusion vulnerability An arbitrary file inclusion vulnerability has been discovered in the Horde webmail application. At present, we can confirm that this security vulnerability in question affects Horde 3.1.6 and earlier. Based on incomplete information at this time, we also believe this affects Horde Groupware 1.0.4 and earlier as well [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karthickv.wordpress.com&amp;blog=2382159&amp;post=83&amp;subd=karthickv&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://karthickv.wordpress.com/2008/07/01/horde-arbitrary-file-inclusion-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aaa140b35c8e7c3ac71721debad33db8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karthicute</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruby on Rails</title>
		<link>http://karthickv.wordpress.com/2008/06/30/ruby-on-rails/</link>
		<comments>http://karthickv.wordpress.com/2008/06/30/ruby-on-rails/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 03:24:08 +0000</pubDate>
		<dc:creator>karthickv</dc:creator>
				<category><![CDATA[Cpanel]]></category>

		<guid isPermaLink="false">http://karthickv.wordpress.com/?p=75</guid>
		<description><![CDATA[Ruby is a dynamic interpreted language. Ruby also has the scripting feature similar to the Python and Perl. The Object oriented concept from C++ and Java also maintains the reliability of programming in addition to maintaining the security of code. Ruby is open source which means that it is free to be used; one does [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karthickv.wordpress.com&amp;blog=2382159&amp;post=75&amp;subd=karthickv&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://karthickv.wordpress.com/2008/06/30/ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aaa140b35c8e7c3ac71721debad33db8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karthicute</media:title>
		</media:content>
	</item>
		<item>
		<title>RoundCube Installations</title>
		<link>http://karthickv.wordpress.com/2008/06/30/roundcube-installations/</link>
		<comments>http://karthickv.wordpress.com/2008/06/30/roundcube-installations/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 03:14:06 +0000</pubDate>
		<dc:creator>karthickv</dc:creator>
				<category><![CDATA[Exim]]></category>

		<guid isPermaLink="false">http://karthickv.wordpress.com/?p=72</guid>
		<description><![CDATA[To install round cube in a cpanel server follow the steps listed below. 1.) You can get the source first and untar it. cd /usr/local/apache/htdocs wget http://kent.dl.sourceforge.net/sourceforge/roundcubemail/roundcubemail-0.1beta2.tar.gz tar zxfv roundcubemail-0.1beta2.tar.gz 2.) Next we’ll rename the folder to webmail and make some small changes to the permissions and the config files required for RoundCube to work. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karthickv.wordpress.com&amp;blog=2382159&amp;post=72&amp;subd=karthickv&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://karthickv.wordpress.com/2008/06/30/roundcube-installations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aaa140b35c8e7c3ac71721debad33db8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karthicute</media:title>
		</media:content>
	</item>
		<item>
		<title>Perl Install</title>
		<link>http://karthickv.wordpress.com/2008/06/30/perl-install/</link>
		<comments>http://karthickv.wordpress.com/2008/06/30/perl-install/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 03:11:41 +0000</pubDate>
		<dc:creator>karthickv</dc:creator>
				<category><![CDATA[Installations]]></category>

		<guid isPermaLink="false">http://karthickv.wordpress.com/?p=71</guid>
		<description><![CDATA[cd /root wget http://layer1.cpanel.net/perl588installer.tar.gz tar -zxf perl588installer.tar.gz cd perl588installer ./install<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karthickv.wordpress.com&amp;blog=2382159&amp;post=71&amp;subd=karthickv&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://karthickv.wordpress.com/2008/06/30/perl-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aaa140b35c8e7c3ac71721debad33db8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karthicute</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Mod_evasive</title>
		<link>http://karthickv.wordpress.com/2008/06/30/install-mod_evasive/</link>
		<comments>http://karthickv.wordpress.com/2008/06/30/install-mod_evasive/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 03:06:59 +0000</pubDate>
		<dc:creator>karthickv</dc:creator>
				<category><![CDATA[Installations]]></category>

		<guid isPermaLink="false">http://karthickv.wordpress.com/?p=69</guid>
		<description><![CDATA[1)wget http://www.zdziarski.com/projects/mod_evasive/mod_evasive_1.10.1.tar.gz 2)  tar xzf mod_evasive_1.10.1.tar.gz 3)cd mod_evasive 4)/usr/local/apache/bin/apxs -cia mod_evasive.c 5)copy the following in httpd.conf &#60;IfModule mod_evasive.c&#62; DOSHashTableSize 3097 DOSPageCount 5 DOSSiteCount 100 DOSPageInterval 2 DOSSiteInterval 2 DOSBlockingPeriod 600 &#60;/IfModule&#62; 6)then see in cd   /usr/local/apache/libexec, mod_evasive ll be there.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karthickv.wordpress.com&amp;blog=2382159&amp;post=69&amp;subd=karthickv&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://karthickv.wordpress.com/2008/06/30/install-mod_evasive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aaa140b35c8e7c3ac71721debad33db8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karthicute</media:title>
		</media:content>
	</item>
		<item>
		<title>Zend Optimizer in Direct Admin Server</title>
		<link>http://karthickv.wordpress.com/2008/06/30/zend-optimizer-in-direct-admin-server/</link>
		<comments>http://karthickv.wordpress.com/2008/06/30/zend-optimizer-in-direct-admin-server/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 03:05:11 +0000</pubDate>
		<dc:creator>karthickv</dc:creator>
				<category><![CDATA[Installations]]></category>

		<guid isPermaLink="false">http://karthickv.wordpress.com/?p=68</guid>
		<description><![CDATA[To install Zend Optimizer in Direct Admin Server, do the following cd /usr/local/directadmin/custombuild ./build clean ./build zend . Then it will download zend optimizer and we will get a blue screen. Follow the instruction on it. Thats all I got following error when running ./build zend You can not install Zend Optimizer, because you do [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karthickv.wordpress.com&amp;blog=2382159&amp;post=68&amp;subd=karthickv&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://karthickv.wordpress.com/2008/06/30/zend-optimizer-in-direct-admin-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aaa140b35c8e7c3ac71721debad33db8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karthicute</media:title>
		</media:content>
	</item>
	</channel>
</rss>
