<?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>Linux Servers cPanel webhosting blog &#187; Install RKHunter</title>
	<atom:link href="http://www.theperfectarts.com/tag/install-rkhunter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:18:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install RKHunter</title>
		<link>http://www.theperfectarts.com/2009/07/install-rkhunter/</link>
		<comments>http://www.theperfectarts.com/2009/07/install-rkhunter/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 00:55:37 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Server Security]]></category>
		<category><![CDATA[cron to receive the RKHunter]]></category>
		<category><![CDATA[defination for RKHunter]]></category>
		<category><![CDATA[Download RKHunter]]></category>
		<category><![CDATA[Download RKHunter free installation]]></category>
		<category><![CDATA[explain RKHunter]]></category>
		<category><![CDATA[free Download RKHunter]]></category>
		<category><![CDATA[Free installaion Download RKHunter]]></category>
		<category><![CDATA[install Download RKHunter]]></category>
		<category><![CDATA[Install RKHunter]]></category>
		<category><![CDATA[installer.sh --layout]]></category>
		<category><![CDATA[installer.sh --layout default --install]]></category>
		<category><![CDATA[RKHunter cron]]></category>
		<category><![CDATA[RKHunter use]]></category>
		<category><![CDATA[what is RKHunter]]></category>
		<category><![CDATA[why RKHunter]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=45</guid>
		<description><![CDATA[You can install RKHunter on Linux Server by using following steps. 1 Login to your server as root 2. cd /usr/local/src 3 Download RKHunter and extract the archive wget http://downloads.rootkit.nl/rkhunter-1.1.4.tar.gz Some time above URL is working fine due to that you can also use following URL to download the tar file. http://sourceforge.net/projects/rkhunter/files/rkhunter/1.3.4/rkhunter-1.3.4.tar.gz/download?use_mirror=autoselect tar -xzvf rkhunter-1.1.4.tar.gz [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #800000;">You can install RKHunter on Linux Server by using following steps.</span></strong></p>
<p><strong><span style="color: #800000;">1 Login to your server as root</span></strong></p>
<p><strong><span style="color: #800000;">2. cd /usr/local/src</span></strong></p>
<p><strong><span style="color: #800000;">3 Download RKHunter and extract the archive</span></strong></p>
<p><strong><span style="color: #800000;">wget http://downloads.rootkit.nl/rkhunter-1.1.4.tar.gz</span></strong></p>
<p><strong><span style="color: #800000;">Some time above URL is working fine due to that you can also use following URL to download the tar file.</span></strong></p>
<p><strong><span style="color: #800000;"><a class="wp-caption" title="rkhunter-1.3.4.tar.gz" href="http://sourceforge.net/projects/rkhunter/files/rkhunter/1.3.4/rkhunter-1.3.4.tar.gz/download?use_mirror=autoselect" target="_blank"><span style="color: #800000;">http://sourceforge.net/projects/rkhunter/files/rkhunter/1.3.4/rkhunter-1.3.4.tar.gz/download?use_mirror=autoselect</span></a></span></strong></p>
<p><strong><span style="color: #800000;">tar -xzvf rkhunter-1.1.4.tar.gz</span></strong></p>
<p><strong><span style="color: #800000;">4. Install RKHunter</span></strong></p>
<p><strong><span style="color: #800000;">cd rkhunter</span></strong></p>
<p><strong><span style="color: #800000;">./installer.sh</span></strong></p>
<p><strong><span style="color: #800000;">Or</span></strong></p>
<p><strong><span style="color: #800000;">./installer.sh &#8211;layout default &#8211;install</span></strong></p>
<p><strong><span style="color: #800000;">You can also set the cron to receive the RKHunter result.</span></strong></p>
<p><strong><span style="color: #800000;">vi /etc/cron.daily/rkhunter.sh<br />
#!/bin/bash<br />
(/usr/local/bin/rkhunter &#8211;update &amp;&amp; /usr/local/bin/rkhunter -c &#8211;nocolors &#8211;skip-keypress &#8211;summary 2&gt;&amp;1 | mail -s &#8220;RKhunter Scan Details&#8221; username@yourdomain.com)</span></strong></p>
<p><strong><span style="color: #800000;">chmod a+x /etc/cron.daily/rkhunter.sh</span></strong></p>
<p><script type="text/javascript">// <![CDATA[
   google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>As RKHunter now updated its version therefore it could be possible that above steps or URL won&#8217;t work therefore please refer to the following new steps to install RKHunter</p>
<p><strong><strong>root@server [~]#</strong> cd /usr/local/src</strong></p>
<p><strong>root@server[~]#wget http://downloads.sourceforge.net/project/rkhunter/rkhunter/1.3.8/rkhunter-1.3.8.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Frkhunter%2Ffiles%2Frkhunter%2F1.3.8%2F&amp;ts=1323513745&amp;use_mirror=space</strong></p>
<p>&nbsp;</p>
<p><strong>root@server [~]#tar -xvf rkhunter-1.3.8.tar.gz</strong></p>
<p><strong>root@server [~]#cd rkhunter-1.3.8</strong></p>
<p><strong>root@server [/usr/local/src/rkhunter-1.3.8]#./installer.sh &#8211;layout default &#8211;install</strong></p>
<p>Now run the rkhunter</p>
<p><strong>root@server [/usr/local/src/rkhunter-1.3.8]# /usr/local/bin/rkhunter -c</strong></p>
<p>&nbsp;</p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/07/install-rkhunter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

