<?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; Uncategorized</title>
	<atom:link href="http://www.theperfectarts.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Wed, 08 Feb 2012 05:58:30 +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>FSCK command</title>
		<link>http://www.theperfectarts.com/2011/10/fsck-command/</link>
		<comments>http://www.theperfectarts.com/2011/10/fsck-command/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 15:04:47 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dedicated server fsck command]]></category>
		<category><![CDATA[fsck command]]></category>
		<category><![CDATA[fsck command option]]></category>
		<category><![CDATA[fsck normal command]]></category>
		<category><![CDATA[fsck usage]]></category>
		<category><![CDATA[how to use fsck]]></category>
		<category><![CDATA[insert root password for fsck]]></category>
		<category><![CDATA[kvm fsck in maintenance mode]]></category>
		<category><![CDATA[read only partition error]]></category>
		<category><![CDATA[use fsck without -p option]]></category>
		<category><![CDATA[what is fsck]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=1533</guid>
		<description><![CDATA[Many time we face the &#8220;read only partition&#8221; problem on the Linux Server at that time while rebooting the server from KVM,  its stuck at maintenance mode and some time auto fsck completed the fsck successfully but after that server ge auto rebooted . We can use the following commands to run the fsck manually. For example [...]]]></description>
			<content:encoded><![CDATA[<p>Many time we face the<strong> &#8220;read only partition&#8221;</strong> problem on the Linux Server at that time while rebooting the server from KVM,  its stuck at maintenance mode and some time auto fsck completed the fsck successfully but after that server ge auto rebooted . We can use the following commands to run the fsck manually.</p>
<p>For example the /dev/sda2  partition having the read only partition error message then run the following command, it will take time as per partiton size</p>
<p><strong>fsck -y -p -v /dev/sda1</strong></p>
<p><strong>or</strong></p>
<p><strong>e2fsck -y -v -f /dev/sda1</strong></p>
<p>Many time due to big partition size ,we have to wait for the long time at that time we think fsck process is stuck at that time we can use the following fsck command because its showing the % for the fsck process, so that we are able to see how much % fsck is completed and remaining.</p>
<p><strong>fsck -y -p -C0 /dev/sda2</strong></p>
<p>or</p>
<p><strong>e2fsck -y  -C0 /dev/sda2</strong></p>
<p>Now reboot the server in he init 3 run levele</p>
<p><strong>root@server[~]# init 3</strong></p>
<p>Note : Make sure that partition is not mounted while running fsck.</p>
<pre></pre>
<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>&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/2011/10/fsck-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento &#8220;Fatal error: Undefined class constant &#8216;XML_PATH_USE_CUSTOM_ADMIN_URL&#8217; &#8220;</title>
		<link>http://www.theperfectarts.com/2011/08/magento-fatal-error-undefined-class-constant-xml_path_use_custom_admin_url/</link>
		<comments>http://www.theperfectarts.com/2011/08/magento-fatal-error-undefined-class-constant-xml_path_use_custom_admin_url/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 02:05:11 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Third party script issue]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Magento "Fatal error: Undefined class constant 'XML_PATH_USE_CUSTOM_ADMIN_URL' "]]></category>
		<category><![CDATA[Magento issue after upgrade]]></category>
		<category><![CDATA[magento upgrade issue]]></category>
		<category><![CDATA[Upgrade issue with Magento]]></category>
		<category><![CDATA[upgrade magento issue]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=1270</guid>
		<description><![CDATA[After upgrading the Magento mostly the following error is occurred. Fatal error: Undefined class constant &#8216;XML_PATH_USE_CUSTOM_ADMIN_URL&#8217; in /home/test123/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Admin.php on line 123 Solution : To resolve the above error refer the following steps. 1st take backup for the file /app/code/core/Mage/Adminhtml/helper/Data.php 2nd) Change the following line in the file /app/code/core/Mage/Adminhtml/helper/Data.php &#160; From class Mage_Adminhtml_Helper_Data extends Mage_Core_Helper_Abstract {protected $_pageHelpUrl; To class Mage_Adminhtml_Helper_Data extends Mage_Core_Helper_Abstract {const XML_PATH_ADMINHTML_ROUTER_FRONTNAME   = &#8217;admin/routers/adminhtml/args/frontName&#8217;; [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading the Magento mostly the following error is occurred.</p>
<p><strong>Fatal error: Undefined class constant &#8216;XML_PATH_USE_CUSTOM_ADMIN_URL&#8217; in /home/test123/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Admin.php on line 123</strong></p>
<p><strong>Solution</strong> : To resolve the above error refer the following steps.</p>
<p>1st take backup for the file /app/code/core/Mage/Adminhtml/helper/Data.php</p>
<p>2nd) Change the following line in the file /app/code/core/Mage/Adminhtml/helper/Data.php</p>
<p>&nbsp;</p>
<p><strong>From</strong></p>
<blockquote>
<div><span style="color: #ff0000;"><code><code> class Mage_Adminhtml_Helper_Data extends Mage_Core_Helper_Abstract<br />
{</code></code></span><span style="color: #ff0000;">protected $_pageHelpUrl;</span></div>
</blockquote>
<div><strong>To</strong></div>
<div>
<blockquote>
<div><span style="color: #ff0000;"><code><code> class Mage_Adminhtml_Helper_Data extends Mage_Core_Helper_Abstract<br />
{</code></code></span><span style="color: #ff0000;">const XML_PATH_ADMINHTML_ROUTER_FRONTNAME   = &#8217;admin/routers/adminhtml/args/frontName&#8217;;</span><br />
<span style="color: #ff0000;"> const XML_PATH_USE_CUSTOM_ADMIN_URL         = &#8217;default/admin/url/use_custom&#8217;;</span><br />
<span style="color: #ff0000;"> const XML_PATH_CUSTOM_ADMIN_URL             = &#8217;default/admin/url/custom&#8217;;</span><span style="color: #ff0000;">protected $_pageHelpUrl;</span></div>
</blockquote>
</div>
<div>Save the file and delete the Magento cache from the /var/cache directory and now browse the domain</div>
<p><script type="text/javascript"><!--
google_ad_client = "ca-pub-1685490665026631";
/* images */
google_ad_slot = "1433358698";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></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/2011/08/magento-fatal-error-undefined-class-constant-xml_path_use_custom_admin_url/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nameserver IPs not showing in WHM?</title>
		<link>http://www.theperfectarts.com/2011/06/nameserver-ips-not-showing-in-whm/</link>
		<comments>http://www.theperfectarts.com/2011/06/nameserver-ips-not-showing-in-whm/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 10:23:11 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[cPanel + cPanel scripts]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[check name server]]></category>
		<category><![CDATA[check name servers]]></category>
		<category><![CDATA[cpanel dns]]></category>
		<category><![CDATA[dns check]]></category>
		<category><![CDATA[dns failover]]></category>
		<category><![CDATA[dns name]]></category>
		<category><![CDATA[dns name servers]]></category>
		<category><![CDATA[dns server]]></category>
		<category><![CDATA[dns servers]]></category>
		<category><![CDATA[dns services]]></category>
		<category><![CDATA[ip missing from WHM]]></category>
		<category><![CDATA[IPS not showing in WHM]]></category>
		<category><![CDATA[linux name server]]></category>
		<category><![CDATA[name server check]]></category>
		<category><![CDATA[nameserver ips issue]]></category>
		<category><![CDATA[Nameserver IPs not working]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=1260</guid>
		<description><![CDATA[In recent cPanel version &#8220;Nameserver IPs&#8221; section won&#8217;t show ips. All ips are present in /etc/nameserverips file but still ips missing. root@root[~]# cat /etc/nameserverips 198.168.0.1=ns1.test.com 198.168.0.2=ns2.test.com In that case correct ips entry in the following /var/cpanel/nameserverips.yaml file. root@root [~]# cat /var/cpanel/nameserverips.yaml &#8212; ns1.test.com: &#8220;198.168.0.1&#8243;: 1 count: 1 zones: test.com ns2,.test.com: 198.168.0.2: 1 count: 1 zones: [...]]]></description>
			<content:encoded><![CDATA[<p>In recent cPanel version &#8220;Nameserver IPs&#8221; section won&#8217;t show ips. All ips are present in /etc/nameserverips file but still ips missing.</p>
<p><strong>root@root[~]# cat /etc/nameserverips<br />
198.168.0.1=ns1.test.com<br />
198.168.0.2=ns2.test.com</strong></p>
<p>In that case correct ips entry in the following /var/cpanel/nameserverips.yaml file.</p>
<p><strong>root@root [~]# cat /var/cpanel/nameserverips.yaml<br />
&#8212;<br />
ns1.test.com:<br />
  &#8220;198.168.0.1&#8243;: 1<br />
  count: 1<br />
  zones: test.com<br />
ns2,.test.com:<br />
  198.168.0.2: 1<br />
  count: 1<br />
  zones: test.com</strong></p>
<p>Now check nameserver ips in WHM >>  Main >> DNS Functions >> Nameserver IPs.<br />
<script type="text/javascript"><!--
google_ad_client = "ca-pub-1685490665026631";
/* images */
google_ad_slot = "1433358698";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></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/2011/06/nameserver-ips-not-showing-in-whm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to check extenstion available on cPanel server?</title>
		<link>http://www.theperfectarts.com/2010/12/how-to-check-extenstion-available-on-cpanel-server/</link>
		<comments>http://www.theperfectarts.com/2010/12/how-to-check-extenstion-available-on-cpanel-server/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 02:37:46 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=1201</guid>
		<description><![CDATA[We can run following command from shell to check extenstion available on  server but make sure that you have logged in as root user. root@server [~]# /scripts/phpextensionmgr list It will give followings result. root@server [~]# /scripts/phpextensionmgr list Available Extensions: EAccelerator IonCubeLoader Zendopt SourceGuardian PHPSuHosin &#169;2012 Linux Servers cPanel webhosting blog. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<blockquote><p>We can run following command from shell to check extenstion available on  server but make sure that you have logged in as root user.</p>
<p><strong>root@server [~]# /scripts/phpextensionmgr list</strong></p>
<p>It will give followings result.</p>
<p><strong>root@server [~]# /scripts/phpextensionmgr list<br />
Available Extensions:<br />
EAccelerator<br />
IonCubeLoader<br />
Zendopt<br />
SourceGuardian<br />
PHPSuHosin</strong></p></blockquote>
<p><script type="text/javascript"><!--
google_ad_client = "ca-pub-1685490665026631";
/* images */
google_ad_slot = "1433358698";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></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/2010/12/how-to-check-extenstion-available-on-cpanel-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla &#8220;404 component error&#8221;?</title>
		<link>http://www.theperfectarts.com/2010/07/joomla-404-component-error/</link>
		<comments>http://www.theperfectarts.com/2010/07/joomla-404-component-error/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 21:32:55 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Third party script issue]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[404 component error]]></category>
		<category><![CDATA[Jomla 404 component error]]></category>
		<category><![CDATA[Menu Item Manager]]></category>
		<category><![CDATA[Menus]]></category>
		<category><![CDATA[YELLOW star icon]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=1081</guid>
		<description><![CDATA[While browsing Joomla site &#8220;404 component error&#8221; message refer following steps to resolve issue. Login into Joomla admin section Then select Menus &#62;&#62; Menu Item Manager Check box &#8220;Home&#8221; option from list and then only click on the YELLOW star icon in the upper-right corner. Now browse your site and if you are still having [...]]]></description>
			<content:encoded><![CDATA[<p>While browsing Joomla site &#8220;404 component error&#8221; message refer following steps to resolve issue.</p>
<p>Login into Joomla admin section</p>
<p>Then select Menus &gt;&gt; Menu Item Manager</p>
<p>Check box &#8220;Home&#8221; option from list and then only click on the YELLOW star icon in the upper-right corner.</p>
<p>Now browse your site and if you are still having any problem then refer <a href="http://www.theperfectarts.com/2010/07/joomla-404-component-error/">Joomla thread</a> to sort out your issue.</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>&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/2010/07/joomla-404-component-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joomla &#8220;Not a valid image&#8221; issue?</title>
		<link>http://www.theperfectarts.com/2010/06/joomla-not-a-valid-image-issue/</link>
		<comments>http://www.theperfectarts.com/2010/06/joomla-not-a-valid-image-issue/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 18:31:24 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Third party script issue]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[check mime types]]></category>
		<category><![CDATA[ftp_enable]]></category>
		<category><![CDATA[Joomla admin section]]></category>
		<category><![CDATA[joomla Not a valid image]]></category>
		<category><![CDATA[restrict uploads]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=1067</guid>
		<description><![CDATA[While uploading images we are receiving &#8220;Not a valid image&#8221; error message. To resolve error message refer following steps. First login into Joomla admin section and check box following option. Global Config &#62; System &#8211; restrict uploads = No &#8211; check mime types = No Second edit configuration.php file and change. From var $ftp_enable = [...]]]></description>
			<content:encoded><![CDATA[<p>While uploading images we are receiving &#8220;Not a valid image&#8221; error message. To resolve error message refer following steps.</p>
<p>First login into Joomla admin section and check box following option.</p>
<blockquote><p><span style="color: #800000;"><strong>Global Config &gt; System</strong></span><br />
<span style="color: #800000;"><strong> &#8211; restrict uploads = No</strong></span><br />
<span style="color: #800000;"><strong> &#8211; check mime types = No</strong></span></p></blockquote>
<p>Second edit configuration.php file and change.</p>
<blockquote><p><strong><span style="color: #800000;">From</span></strong></p>
<p><strong><span style="color: #800000;">var $ftp_enable = &#8217;1&#8242;;</span></strong></p>
<p><strong><span style="color: #800000;">To</span></strong></p>
<p><strong><span style="color: #800000;">var $ftp_enable = &#8217;0&#8242;;</span></strong></p></blockquote>
<p>Third comment following line in php.ini file if you are using customize php.ini file (mostly used on SuExec server).</p>
<blockquote><p><strong><span style="color: #800000;">;upload_tmp_dir = tmp</span></strong></p></blockquote>
<p>And now try to upload the image.</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>&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/2010/06/joomla-not-a-valid-image-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Database sizes shows zero in cPanel?</title>
		<link>http://www.theperfectarts.com/2010/04/database-sizes-shows-zero-in-cpanel/</link>
		<comments>http://www.theperfectarts.com/2010/04/database-sizes-shows-zero-in-cpanel/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 08:37:32 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[cPanel + cPanel scripts]]></category>
		<category><![CDATA[Mysql + phpmyadmin]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[/scripts/update_db_cache]]></category>
		<category><![CDATA[/var/cpanel/cpanel.config]]></category>
		<category><![CDATA[cPanel 11.24 to 11.25 version.]]></category>
		<category><![CDATA[cPanel database size issue]]></category>
		<category><![CDATA[database issue]]></category>
		<category><![CDATA[database size]]></category>
		<category><![CDATA[mysql database size in cPanel]]></category>
		<category><![CDATA[zero disk space]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=996</guid>
		<description><![CDATA[Once we upgrade from cPanel 11.24 to 11.25 version. We are receiving lots bug. One of them is database size showing zero in cPanel. To resolve this issue you have to edit following file /var/cpanel/cpanel.config root@support[~]vi /var/cpanel/cpanel.config Search line &#8220;disk_usage_include_sqldbs&#8221; in file &#8220; /var/cpanel/cpanel.config &#8220; and change it From disk_usage_include_sqldbs=0 to disk_usage_include_sqldbs=1 And run script [...]]]></description>
			<content:encoded><![CDATA[<p>Once we upgrade from cPanel 11.24 to 11.25 version. We are receiving lots bug. One of them is database size showing zero in cPanel. To resolve this issue you have to edit following file <strong>/var/cpanel/cpanel.config</strong></p>
<p><strong>root@support[~]vi </strong><strong>/var/cpanel/cpanel.config</strong></p>
<p>Search line &#8220;<strong>disk_usage_include_sqldbs</strong>&#8221; in file &#8220;<strong> </strong><strong>/var/cpanel/cpanel.config</strong><strong></strong><strong> </strong><strong><span><span style="font-family: Arial; font-size: x-small;">&#8220;</span></span></strong> and change it</p>
<input type="hidden" name="IL_RELATED_TAGS" value="1" />From</p>
<p><strong>disk_usage_include_sqldbs=0</strong></p>
<p>to</p>
<p><strong>disk_usage_include_sqldbs=1</strong></p>
<p>And run script</p>
<p><strong>-/scripts/update_db_cache</strong><br />
<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>&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/2010/04/database-sizes-shows-zero-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>1</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 ########################################### [100%] Webmin install complete. You can now login to http://server.domain.com:10000/ as root with your root password. &#169;2012 Linux Servers cPanel [...]]]></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><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>&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/12/how-to-install-webmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop hotlinking from outside domains by using .htaccess?</title>
		<link>http://www.theperfectarts.com/2009/11/stop-hotlinking-from-outside-domains-by-using-htaccess/</link>
		<comments>http://www.theperfectarts.com/2009/11/stop-hotlinking-from-outside-domains-by-using-htaccess/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 04:18:20 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[hotlink code]]></category>
		<category><![CDATA[hotlink protection]]></category>
		<category><![CDATA[hotlink protection with .htaccess]]></category>
		<category><![CDATA[hotlink with .htaccess]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=378</guid>
		<description><![CDATA[How to stop hotlinking from outsides domains. You can stop the hotlinking from outsider domain by using following rule in .htaccess RewriteEngine On RewriteCond %{HTTP_REFERER} ^http://(.+.)?domain.com/ [NC,OR] RewriteCond %{HTTP_REFERER} ^http://(.+.)?domain1.com/ [NC,OR] RewriteCond %{HTTP_REFERER} ^http://(.+.)?domain2.com/ [NC] RewriteRule .*.(jpe?g&#124;gif&#124;bmp&#124;png)$ /images/nohotlink.jpe [L] You can also display a 403 Forbidden Error page instead of an image (nohotlink.jpe) Replace last [...]]]></description>
			<content:encoded><![CDATA[<p>How to stop hotlinking from outsides domains.</p>
<p>You can stop the hotlinking from outsider domain by using following rule in .htaccess</p>
<p><strong><span style="color: #800000;">RewriteEngine On</span></strong><br />
<strong><span style="color: #800000;"> RewriteCond %{HTTP_REFERER} ^http://(.+.)?domain.com/ [NC,OR]</span></strong><br />
<strong><span style="color: #800000;"> RewriteCond %{HTTP_REFERER} ^http://(.+.)?domain1.com/ [NC,OR]</span></strong><br />
<strong><span style="color: #800000;"> RewriteCond %{HTTP_REFERER} ^http://(.+.)?domain2.com/ [NC]</span></strong><br />
<strong><span style="color: #800000;"> RewriteRule .*.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpe [L]</span></strong></p>
<p>You can also display a 403 Forbidden Error page instead of an image (nohotlink.jpe)</p>
<p>Replace last line on above code with the following code</p>
<p>RewriteRule .*.(jpe?g|gif|bmp|png)$ &#8211; [F]<br />
<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>&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/11/stop-hotlinking-from-outside-domains-by-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress default .htaccess file?</title>
		<link>http://www.theperfectarts.com/2009/11/wordpress-default-htaccess-file/</link>
		<comments>http://www.theperfectarts.com/2009/11/wordpress-default-htaccess-file/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 03:39:14 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.htaccess file]]></category>
		<category><![CDATA[Wordpress default .htaccess]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=375</guid>
		<description><![CDATA[The default wordpress .htaccess file code is as follows # BEGIN wordpress &#60;IfModule mod_rewrite.c&#62; RewriteEngine On RewriteBase / RewriteCond %{REQUEST_fileNAME} !-f RewriteCond %{REQUEST_fileNAME} !-d RewriteRule . /index.php [L] &#60;/IfModule&#62; # END wordpress &#169;2012 Linux Servers cPanel webhosting blog. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>The default wordpress .htaccess file code is as follows</p>
<p><span style="color: #800000;"># BEGIN wordpress<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_fileNAME} !-f<br />
RewriteCond %{REQUEST_fileNAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;<br />
# END wordpress</span><br />
<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>&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/11/wordpress-default-htaccess-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

