<?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</title>
	<atom:link href="http://www.theperfectarts.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Tue, 09 Mar 2010 11:26:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to set E-mail size in exim?</title>
		<link>http://www.theperfectarts.com/2010/03/how-to-set-e-mail-size-in-exim/</link>
		<comments>http://www.theperfectarts.com/2010/03/how-to-set-e-mail-size-in-exim/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 11:26:42 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[E-mails issue]]></category>
		<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[cPanel + cPanel scripts]]></category>
		<category><![CDATA[Exim]]></category>
		<category><![CDATA[Exim configuration]]></category>
		<category><![CDATA[Exim Configuration Editor]]></category>
		<category><![CDATA[message_size_limit]]></category>
		<category><![CDATA[Service Configuration]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=991</guid>
		<description><![CDATA[You can set the E-mail size limit from your WHM.
First login into WHM
Second select &#8220;Exim Configuration Editor&#8221;  present unde &#8221; Service Configuration&#8221; section.
Third scroll down and  click on  &#8220;Advanced Editor&#8221; optoin.
You will see  the empty box (remember select first empty box) where you can type  (right underneath where you see #!!# cPanel Exim 4 Config), [...]]]></description>
			<content:encoded><![CDATA[<p>You can set the E-mail size limit from your WHM.</p>
<p>First login into WHM<br />
Second select &#8220;Exim Configuration Editor&#8221;  present unde &#8221; Service Configuration&#8221; section.<br />
Third scroll down and  click on  &#8220;Advanced Editor&#8221; optoin.</p>
<p>You will see  the empty box (remember select first empty box) where you can type  (right underneath where you see #!!# cPanel Exim 4 Config), enter in the following:</p>
<p>message_size_limit = 100M</p>
<p>Fourth scroll down to the bottom of that screen and click &#8220;Save&#8221; option.</p>
<p>Exim configuration will be rebuilt with the new option and your Exim will be restarted.</p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2010/03/how-to-set-e-mail-size-in-exim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>_user_password_dynamic_validation() error while installing Drupal 6.15</title>
		<link>http://www.theperfectarts.com/2010/02/_user_password_dynamic_validation-error-while-installing-drupal-6-15/</link>
		<comments>http://www.theperfectarts.com/2010/02/_user_password_dynamic_validation-error-while-installing-drupal-6-15/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 23:46:25 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Third party script issue]]></category>
		<category><![CDATA[drupal 6.15 verion issue bug]]></category>
		<category><![CDATA[_user_password_dynamic_validation]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=986</guid>
		<description><![CDATA[I have faced a big problem while installing Drupal. I am receiving following error message
[Sun Feb 28 10:00:20 2010] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function _user_password_dynamic_validation() in /usr/share/drupal/install.php on line 710, referer: http://localhost/drupal/install.php?
profile=default&#38;localize=true
To resolve above issue we need to manually update the table values
From shell run following commands.
root@theperfectarts.com[~]#mysql -u USER -p
Enter [...]]]></description>
			<content:encoded><![CDATA[<p>I have faced a big problem while installing Drupal. I am receiving following error message</p>
<p>[Sun Feb 28 10:00:20 2010] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function _user_password_dynamic_validation() in /usr/share/drupal/install.php on line 710, referer: http://localhost/drupal/install.php?<br />
profile=default&amp;localize=true</p>
<p>To resolve above issue we need to manually update the table values</p>
<p>From shell run following commands.<br />
<span style="color: #993300;">root@theperfectarts.com[~]#mysql -u USER -p</span><br />
Enter your  mysql user password password<br />
Or you can also</p>
<p><span style="color: #800000;">root@theperfectarts.com[~]#mysql<br />
root@theperfectarts.com[~]#use drupal_databasename</span></p>
<p>Then run following sql statement</p>
<p><span style="color: #800000;">root@theperfectarts.com[~]#UPDATE system SET status = 1 WHERE name = &#8216;block&#8217; OR name = &#8216;user&#8217; OR name = &#8216;node&#8217; OR name = &#8216;filter&#8217;;</span></p>
<p>Now try to install drupal <img src='http://www.theperfectarts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2010/02/_user_password_dynamic_validation-error-while-installing-drupal-6-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check mysql servers set values?</title>
		<link>http://www.theperfectarts.com/2010/02/how-to-check-mysql-servers-set-values/</link>
		<comments>http://www.theperfectarts.com/2010/02/how-to-check-mysql-servers-set-values/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 01:59:34 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[Mysql + phpmyadmin]]></category>
		<category><![CDATA[check mysql values]]></category>
		<category><![CDATA[my.cnf]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql value]]></category>
		<category><![CDATA[mysqld --no-defaults --verbose --help]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=982</guid>
		<description><![CDATA[Most of the time we need to check the mysql value set on server and most of the techs checks /etc/my.cnf file.If you want to check all values set in mysql on server. We can use following simple command.
mysqld &#8211;no-defaults &#8211;verbose &#8211;help
&#169;2010 Linux Servers cPanel webhosting blog. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>Most of the time we need to check the mysql value set on server and most of the techs checks /etc/my.cnf file.If you want to check all values set in mysql on server. We can use following simple command.</p>
<p><span style="color: #800000;">mysqld &#8211;no-defaults &#8211;verbose &#8211;help</span></p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2010/02/how-to-check-mysql-servers-set-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set cron with password?</title>
		<link>http://www.theperfectarts.com/2010/02/set-cron-with-password/</link>
		<comments>http://www.theperfectarts.com/2010/02/set-cron-with-password/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 01:43:14 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Cron jobs issue]]></category>
		<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[admin login details in cron]]></category>
		<category><![CDATA[cronjobs]]></category>
		<category><![CDATA[curl cronjobs]]></category>
		<category><![CDATA[how to set cron with surl]]></category>
		<category><![CDATA[password in cron]]></category>
		<category><![CDATA[Set cron with password]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=979</guid>
		<description><![CDATA[Most of the scripts cron run from admin section and we are settings cron without admin section login details due to that cron never be run.We can set the cron with the admin section login details.Mostly we prefer curl to set the authentication cron because most of the servers blocking wget/lynx command.Simply we can set [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the scripts cron run from admin section and we are settings cron without admin section login details due to that cron never be run.We can set the cron with the admin section login details.Mostly we prefer curl to set the authentication cron because most of the servers blocking <span style="color: #000000;">wget/lynx command.Simply we can set the cron with the following syntax. </span></p>
<p><span style="color: #800000;">/usr/bin/curl http://support:1q2w3e@www.yourdomain.com/test_script/cron.php</span></p>
<p>If you don&#8217;t want to receive cron result in E-mail then refer following sytax</p>
<p><span style="color: #800000;">/usr/bin/curl http://support:1q2w3e@www.yourdomain.com/test_script/cron.php  &gt; /dev/null 2&gt;&amp;1</span></p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2010/02/set-cron-with-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Horde session issue?</title>
		<link>http://www.theperfectarts.com/2010/01/horde-session-issue/</link>
		<comments>http://www.theperfectarts.com/2010/01/horde-session-issue/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 14:33:39 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[E-mails issue]]></category>
		<category><![CDATA[Linux Permissions]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[/var/cpanel/userhomes/cpanelhorde]]></category>
		<category><![CDATA[cpanelhorde]]></category>
		<category><![CDATA[horde]]></category>
		<category><![CDATA[Horde session issue]]></category>
		<category><![CDATA[session directory problem]]></category>
		<category><![CDATA[session issue with horde]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=976</guid>
		<description><![CDATA[There is a very common  issue where Horde prevents access to webmail by repeatedly redirecting viewers to Language Selection screen. The following commands, executed as root, will solve these issues:
root@server[~]#/usr/local/cpanel/bin/checkperlmodules
root@server[~]#/scripts/fullhordereset
root@server[~]#myisamchk -r /var/lib/mysql/horde/horde_sessionhandler.MYI
If still you have problem then check the ownership for session directory present in /var/cpanel/userhomes/cpanelhorde directory.
root@server[~]#ll /var/cpanel/userhomes/cpanelhorde
drwx&#8211;x&#8211;x 4 cpanelhorde cpanelhorde 4096 Jun  5  2009 [...]]]></description>
			<content:encoded><![CDATA[<p>There is a very common  issue where Horde prevents access to webmail by repeatedly redirecting viewers to Language Selection screen. The following commands, executed as root, will solve these issues:</p>
<p><span style="color: #800000;">root@server[~]#/usr/local/cpanel/bin/checkperlmodules<br />
root@server[~]#/scripts/fullhordereset<br />
root@server[~]#myisamchk -r /var/lib/mysql/horde/horde_sessionhandler.MYI</span></p>
<p>If still you have problem then check the ownership for session directory present in <span style="color: #800000;">/var/cpanel/userhomes/cpanelhorde</span> directory.</p>
<p><span style="color: #800000;">root@server[~]#ll /var/cpanel/userhomes/cpanelhorde</span></p>
<p><span style="color: #800000;">drwx&#8211;x&#8211;x 4 cpanelhorde cpanelhorde 4096 Jun  5  2009 ./<br />
drwx&#8211;x&#8211;x 7 root        root        4096 Dec 17 01:48 ../<br />
drwxr-x&#8212; 2 cpanelhorde cpanelhorde 4096 Jun  5  2009 mail/<br />
drwx&#8212;&#8212; 2 cpanelhorde cpanelhorde 4096 Jan 27 14:01 sessions/</span><br />
Session directory should be cpanelhorde.cpanelhorde ownership recursively</p>
<p><span style="color: #800000;"><br />
</span></p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2010/01/horde-session-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to define iptables rules save option?</title>
		<link>http://www.theperfectarts.com/2010/01/how-to-define-iptables-rules-save-option/</link>
		<comments>http://www.theperfectarts.com/2010/01/how-to-define-iptables-rules-save-option/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 10:37:25 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[Server Security]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[/etc/sysconfig/iptables]]></category>
		<category><![CDATA[iptables rule]]></category>
		<category><![CDATA[iptables save rules]]></category>
		<category><![CDATA[iptables-save]]></category>
		<category><![CDATA[iptables.iptables save]]></category>
		<category><![CDATA[IPTABLES_SAVE_COUNTER]]></category>
		<category><![CDATA[IPTABLES_SAVE_ON_RESTART]]></category>
		<category><![CDATA[IPTABLES_SAVE_ON_STOP]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=974</guid>
		<description><![CDATA[iptables creating rules after restarting the iptables. When iptables service is restarted settings from /etc/sysconfig/iptables file are applied and used with the iptables.
You can either set up iptables rule so that current stat is saved the rule upon restart or stop/start:
You need to make changes in following file as per your requirement for values received [...]]]></description>
			<content:encoded><![CDATA[<p>iptables creating rules after restarting the iptables. When iptables service is restarted settings from /etc/sysconfig/iptables file are applied and used with the iptables.</p>
<p>You can either set up iptables rule so that current stat is saved the rule upon restart or stop/start:</p>
<p>You need to make changes in following file as per your requirement for values received in following GREP result.</p>
<p><span style="color: #800000;">root@server[~]# grep IPTABLES_SAVE /etc/sysconfig/iptables-config<br />
IPTABLES_SAVE_ON_STOP=&#8221;no&#8221;<br />
IPTABLES_SAVE_ON_RESTART=&#8221;no&#8221;<br />
IPTABLES_SAVE_COUNTER=&#8221;no&#8221;</span></p>
<p>Or overwrite current settings with iptables-save to /etc/sysconfig/iptables file:</p>
<p><span style="color: #800000;">r</span><span style="color: #800000;">oot@server[~]# iptables-save &gt; /etc/sysconfig/iptables</span></p>
<p>Note : Its always good if we use NO option for following options because some time due to wrong rule we face major problem to access server.</p>
<p><span style="color: #800000;">IPTABLES_SAVE_ON_STOP=&#8221;no&#8221;<br />
IPTABLES_SAVE_ON_RESTART=&#8221;no&#8221;<br />
IPTABLES_SAVE_COUNTER=&#8221;no&#8221;<br />
</span></p>
<p><span style="color: #800000;"><br />
</span></p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2010/01/how-to-define-iptables-rules-save-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple steps for SSH Server Hardening.</title>
		<link>http://www.theperfectarts.com/2010/01/simple-steps-for-ssh-server-hardening/</link>
		<comments>http://www.theperfectarts.com/2010/01/simple-steps-for-ssh-server-hardening/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 10:12:48 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[Server Security]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[/etc/ssh/sshd_config]]></category>
		<category><![CDATA[IgnoreRhosts]]></category>
		<category><![CDATA[LoginGraceTime]]></category>
		<category><![CDATA[restart the SSH service]]></category>
		<category><![CDATA[root kits attacks]]></category>
		<category><![CDATA[SSH Server Hardening]]></category>
		<category><![CDATA[sshd service]]></category>
		<category><![CDATA[X11Forwarding]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=972</guid>
		<description><![CDATA[SSH Server Hardening in one of the security part to secure your server.Refer following steps to secure SSH.
root@serevr[~]#pico /etc/ssh/sshd_config
Uncomment  #Protocol 2, 1
Change to Protocol 2
Append these lines to the bottom:
LoginGraceTime 120
IgnoreRhosts yes
X11Forwarding no
Save file and restart the SSH service.
root@serevr[~]#/etc/rc.d/init.d/sshd restart
Note : SSH Protocol one  based servers are  facing many automated root kits attacks.As a [...]]]></description>
			<content:encoded><![CDATA[<p>SSH Server Hardening in one of the security part to secure your server.Refer following steps to secure SSH.</p>
<p><span style="color: #800000;">root@serevr[~]#pico /etc/ssh/sshd_config</span></p>
<p>Uncomment  #Protocol 2, 1</p>
<p>Change to Protocol 2</p>
<p>Append these lines to the bottom:</p>
<p>LoginGraceTime 120<br />
IgnoreRhosts yes<br />
X11Forwarding no<br />
Save file and restart the SSH service.</p>
<p><span style="color: #800000;">root@serevr[~]#/etc/rc.d/init.d/sshd restart</span></p>
<p><span style="color: #800000;">Note : </span>SSH Protocol one  based servers are  facing many automated root kits attacks.As a result to step up the security Protcol 2 should be enabled on server.The reason to use SSH Protocol 2 on any webserver is that it is more secure as compare to protocol 1.</p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2010/01/simple-steps-for-ssh-server-hardening/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>/scripts/fixquotas gives error &#8220;edquota: Quota file not found or has wrong format&#8221;?</title>
		<link>http://www.theperfectarts.com/2009/12/scriptsfixquotas-gives-error-edquota-quota-file-not-found-or-has-wrong-format/</link>
		<comments>http://www.theperfectarts.com/2009/12/scriptsfixquotas-gives-error-edquota-quota-file-not-found-or-has-wrong-format/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 11:06:22 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[/scripts/fixquotas]]></category>
		<category><![CDATA[/scripts/fixquotas --force]]></category>
		<category><![CDATA[edquota: Quota file not found or has wrong format]]></category>
		<category><![CDATA[Installing Default Quota Databases]]></category>
		<category><![CDATA[No filesystems with quota detected]]></category>
		<category><![CDATA[quotacheck]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=828</guid>
		<description><![CDATA[After running /scripts/fixquotas it gives following error message and showing unlimited disk space in WHM &#62;&#62; Main &#62;&#62; List account.
root@server [/]# /scripts/fixquotas &#8211;force
Installing Default Quota Databases&#8230;&#8230;Done
Linux Quota Support
Quotas are now on
Resetting quota for user23 to 1000 M
edquota: Quota file not found or has wrong format.
No filesystems with quota detected.
edquota: Quota file not found or has [...]]]></description>
			<content:encoded><![CDATA[<p>After running /scripts/fixquotas it gives following error message and showing unlimited disk space in WHM &gt;&gt; Main &gt;&gt; List account.</p>
<p><span style="color: #800000;">root@server [/]# /scripts/fixquotas &#8211;force</span><br />
Installing Default Quota Databases&#8230;&#8230;Done<br />
Linux Quota Support<br />
Quotas are now on<br />
Resetting quota for user23 to 1000 M<br />
edquota: Quota file not found or has wrong format.<br />
No filesystems with quota detected.<br />
edquota: Quota file not found or has wrong format.<br />
No filesystems with quota detected.<br />
Resetting quota for user2 to 1000 M<br />
edquota: Quota file not found or has wrong format.<br />
No filesystems with quota detected.<br />
Resetting quota for dates to 1000 M<br />
Resetting quota for userq to 1000 M<br />
edquota: Quota file not found or has wrong format.</p>
<p>In this case refer following steps.</p>
<p><span style="color: #800000;">root@server [/]#touch /home/quota.user<br />
root@server [/]#touch /home/quota.group<br />
root@server [/]#chmod 600 /home/quota.user<br />
root@server [/]#chmod 600 /home/quota.group</span></p>
<p><span style="color: #800000;">root@server [/]#quotacheck -acugv</span></p>
<p>Some time above command gives error message</p>
<p><span style="color: #800000;">root@server [/]# quotacheck -acugv</span><br />
quotacheck: Cannot remount filesystem mounted on / read-only so counted values might not be right.<br />
Please stop all programs writing to filesystem or use -m flag to force checking.</p>
<p>Than run following command</p>
<p><span style="color: #800000;">root@server [/]# quotacheck -acugvm</span><br />
quotacheck: Scanning /dev/simfs [/] quotacheck: Cannot stat old user quota file: No such file or directory<br />
quotacheck: Cannot stat old group quota file: No such file or directory<br />
quotacheck: Cannot stat old user quota file: No such file or directory<br />
quotacheck: Cannot stat old group quota file: No such file or directory<br />
done<br />
quotacheck: Checked 33478 directories and 368211 files<br />
quotacheck: Old file not found.<br />
quotacheck: Old file not found.</p>
<p>Now run</p>
<p>root@server [/]#/scripts/fixquotas &#8211;force</p>
<p>It will sort out your issue ENJOY <img src='http://www.theperfectarts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&copy;2010 <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/12/scriptsfixquotas-gives-error-edquota-quota-file-not-found-or-has-wrong-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Webmin?</title>
		<link>http://www.theperfectarts.com/2009/12/how-to-install-webmin/</link>
		<comments>http://www.theperfectarts.com/2009/12/how-to-install-webmin/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 09:07:59 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Install server side software / script]]></category>
		<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[download Webmin]]></category>
		<category><![CDATA[install Webmin]]></category>
		<category><![CDATA[rpm for Webmin]]></category>
		<category><![CDATA[Webmin]]></category>
		<category><![CDATA[Webmin url]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=825</guid>
		<description><![CDATA[You can install webmin by using following steps.
root@gunjan[~]#cd /usr/local/src
root@gunjan[~]#wget http://sourceforge.net/projects/webadmin/files/webmin/1.500/webmin-1.500-1.noarch.rpm/download
root@gunjan[~]#rpm -Uvh webmin-1.500-1.noarch.rpm
warning: webmin-1.500-1.noarch.rpm: Header V3 DSA signature: NOKEY, key ID xxxxx
Preparing&#8230;                ########################################### [100%]
Operating system is CentOS Linux
1:webmin              [...]]]></description>
			<content:encoded><![CDATA[<p>You can install webmin by using following steps.</p>
<p><span style="color: #800000;">root@gunjan[~]#cd /usr/local/src</span></p>
<p><span style="color: #800000;">root@gunjan[~]#wget http://sourceforge.net/projects/webadmin/files/webmin/1.500/webmin-1.500-1.noarch.rpm/download</span></p>
<p><span style="color: #800000;">root@gunjan[~]#rpm -Uvh webmin-1.500-1.noarch.rpm</span></p>
<p>warning: webmin-1.500-1.noarch.rpm: Header V3 DSA signature: NOKEY, key ID xxxxx<br />
Preparing&#8230;                ########################################### [100%]<br />
Operating system is CentOS Linux<br />
1:webmin                 ########################################### [100%]<br />
Webmin install complete. You can now login to http://server.domain.com:10000/<br />
as root with your root password.</p>
<p>&copy;2010 <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/12/how-to-install-webmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install YUM on plain Server?</title>
		<link>http://www.theperfectarts.com/2009/12/how-to-install-yum-on-plain-server/</link>
		<comments>http://www.theperfectarts.com/2009/12/how-to-install-yum-on-plain-server/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 10:13:44 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Install server side software / script]]></category>
		<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[.libxml2-python-2.6.26-2.1.2.8.i386.rpm]]></category>
		<category><![CDATA[DSA signature: NOKEY]]></category>
		<category><![CDATA[elfutils-0.137-3.el5.i386.rpm]]></category>
		<category><![CDATA[expat-1.95.8-8.2.1.i386.rpm]]></category>
		<category><![CDATA[install YUM]]></category>
		<category><![CDATA[install yum on centos server]]></category>
		<category><![CDATA[libxml2-2.6.26-2.1.2.8.i386.rpm]]></category>
		<category><![CDATA[m2crypto-0.16-6.el5.6.i386.rpm]]></category>
		<category><![CDATA[mirror.centos.org]]></category>
		<category><![CDATA[python-elementtree-1.2.6-5.i386.rpm]]></category>
		<category><![CDATA[python-sqlite-1.1.7-1.2.1.i386.rpm]]></category>
		<category><![CDATA[python-urlgrabber-3.1.0-5.el5.noarch.rpm]]></category>
		<category><![CDATA[readline-5.1-3.el5.i386.rpm.python-2.4.3-27.el5.i386.rpm]]></category>
		<category><![CDATA[rpm -Uvh gmp-4.1.4-10.el5.i386.rpm]]></category>
		<category><![CDATA[rpm for yum]]></category>
		<category><![CDATA[sqlite-3.3.6-5.i386.rpm]]></category>
		<category><![CDATA[yum install on plain server]]></category>
		<category><![CDATA[yum-3.2.22-20.el5.centos]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=802</guid>
		<description><![CDATA[First you need to login into shell as root user than follow the steps one by one.
[root@gunjan]#mkdir /root/support  &#38;&#38; cd /root/support
[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/gmp-4.1.4-10.el5.i386.rpm
[root@gunjan]#rpm -Uvh gmp-4.1.4-10.el5.i386.rpm
[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/readline-5.1-3.el5.i386.rpm
[root@gunjan]#rpm -Uvh readline-5.1-3.el5.i386.rpm
[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/python-2.4.3-27.el5.i386.rpm
[root@gunjan]#rpm -Uvh python-2.4.3-27.el5.i386.rpm
[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/libxml2-2.6.26-2.1.2.8.i386.rpm

[root@gunjan]#rpm -Uvh libxml2-2.6.26-2.1.2.8.i386.rpm
[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/libxml2-python-2.6.26-2.1.2.8.i386.rpm
[root@gunjan]#rpm -Uvh libxml2-python-2.6.26-2.1.2.8.i386.rpm
[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/expat-1.95.8-8.2.1.i386.rpm
[root@gunjan]#rpm -Uvh expat-1.95.8-8.2.1.i386.rpm
[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/python-elementtree-1.2.6-5.i386.rpm
[root@gunjan]#rpm -Uvh python-elementtree-1.2.6-5.i386.rpm
[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/sqlite-3.3.6-5.i386.rpm
[root@gunjan]#rpm -Uvh sqlite-3.3.6-5.i386.rpm
[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/python-sqlite-1.1.7-1.2.1.i386.rpm
[root@gunjan]#rpm -Uvh python-sqlite-1.1.7-1.2.1.i386.rpm
[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/elfutils-0.137-3.el5.i386.rpm
[root@gunjan]#rpm -Uvh elfutils-0.137-3.el5.i386.rpm
[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/rpm-python-4.4.2.3-18.el5.i386.rpm
[root@gunjan]#rpm -Uvh rpm-python-4.4.2.3-18.el5.i386.rpm
[root@gunjan]#It will [...]]]></description>
			<content:encoded><![CDATA[<p>First you need to login into shell as root user than follow the steps one by one.</p>
<p><span style="color: #800000;">[root@gunjan]#mkdir /root/support  &amp;&amp; cd /root/support</span></p>
<p><span style="color: #800000;">[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/gmp-4.1.4-10.el5.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#rpm -Uvh gmp-4.1.4-10.el5.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/readline-5.1-3.el5.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#rpm -Uvh readline-5.1-3.el5.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/python-2.4.3-27.el5.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#rpm -Uvh python-2.4.3-27.el5.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/libxml2-2.6.26-2.1.2.8.i386.rpm<br />
</span><br />
<span style="color: #800000;">[</span><span style="color: #800000;"><span style="color: #800000;">ro</span>ot@gunjan]#rpm -Uvh libxml2-2.6.26-2.1.2.8.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/libxml2-python<span style="color: #800000;">-2.6.26-2.1.2.8.i386.rp</span></span><span style="color: #800000;">m</span></p>
<p><span style="color: #800000;">[root@gunjan]#rpm -Uvh libxml2-python-2.6.26-2.1.2.8.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/expat-1.95.8-8.2.1.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#rpm -Uvh expat-1.95.8-8.2.1.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/python-elementtree-1.2.6-5.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#rpm -Uvh python-elementtree-1.2.6-5.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/sqlite-3.3.6-5.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#rpm -Uvh sqlite-3.3.6-5.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/python-sqlite-1.1.7-1.2.1.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#rpm -Uvh python-sqlite-1.1.7-1.2.1.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/elfutils-0.137-3.el5.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#rpm -Uvh elfutils-0.137-3.el5.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/rpm-python-4.4.2.3-18.el5.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#rpm -Uvh rpm-python-4.4.2.3-18.el5.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#It will throw following error.</span></p>
<p><span style="color: #800000;">[root@gunjan]# rpm -Uvh rpm-python-4.4.2.3-18.el5.i386.rpm</span></p>
<p>warning: rpm-python-4.4.2.3-18.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID e8562897<br />
error: Failed dependencies:<br />
popt = 1.10.2.3-18.el5 is needed by rpm-python-4.4.2.3-18.el5.i386<br />
rpm = 4.4.2.3-18.el5 is needed by rpm-python-4.4.2.3-18.el5.i386<br />
rpm-libs = 4.4.2.3-18.el5 is needed by rpm-python-4.4.2.3-18.el5.i386</p>
<p>In that case search dependencies in following URL</p>
<p>http://rpm.pbone.net/</p>
<p><span style="color: #800000;">[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/m2crypto-0.16-6.el5.6.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#rpm -Uvh m2crypto-0.16-6.el5.6.i386.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/python-urlgrabber-3.1.0-5.el5.noarch.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#rpm -Uvh python-urlgrabber-3.1.0-5.el5.noarch.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/yum-3.2.22-20.el5.centos.noarch.rpm</span></p>
<p><span style="color: #800000;">[root@gunjan]#rpm -Uvh yum-3.2.22-20.el5.centos.noarch.rpm</span></p>
<p>It will throw following error.</p>
<p><span style="color: #800000;">[root@gunjan]# rpm -Uvh yum-3.2.22-20.el5.centos.noarch.rpm</span><br />
warning: yum-3.2.22-20.el5.centos.noarch.rpm: Header V3 DSA signature: NOKEY, key ID e8562897<br />
error: Failed dependencies:<br />
python-iniparse is needed by yum-3.2.22-20.el5.centos.noarch<br />
rpm-python is needed by yum-3.2.22-20.el5.centos.noarch<br />
yum-fastestmirror is needed by yum-3.2.22-20.el5.centos.noarch<br />
yum-metadata-parser &gt;= 1.1.0 is needed by yum-3.2.22-20.el5.centos.noarch</p>
<p>In that case search dependencies in following URL</p>
<p>http://rpm.pbone.net/</p>
<p>Once you complete all dependencies you can update yum by using following command</p>
<p><span style="color: #800000;">[root@gunjan]#yum -y update</span></p>
<p>&copy;2010 <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/12/how-to-install-yum-on-plain-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
