<?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; Definition / Explanation</title>
	<atom:link href="http://www.theperfectarts.com/category/definition-explanation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Sun, 11 Jul 2010 23:05:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Explain rmmod?</title>
		<link>http://www.theperfectarts.com/2009/10/explain-rmmod/</link>
		<comments>http://www.theperfectarts.com/2009/10/explain-rmmod/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 07:21:21 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Definition / Explanation]]></category>
		<category><![CDATA[Few good queries and suggestions]]></category>
		<category><![CDATA[explain rmmod]]></category>
		<category><![CDATA[rmmod]]></category>
		<category><![CDATA[rmmod and lsmod]]></category>
		<category><![CDATA[rmmod command]]></category>
		<category><![CDATA[what is rmmod]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=336</guid>
		<description><![CDATA[The &#8220;rmmod" is used to remove the module from kernel.The module name which you wan to remove from the Kernel (excluding the .ko) is specified to identify the module. The kernel will not remove a module that is currently being used in the kernel (a non-zero use count), but a -w option can be specified [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #000000;">The &#8220;</span><span style="color: #000000;"><strong><code>rmmod" is used to remove the module from kernel.The module name which you wan to remove from the Kernel </code></strong></span>(excluding the .ko) is specified to identify the module. The kernel will not remove a module that is currently being used in the kernel (a non-zero use count), but a -w option can be specified to <code>"rmmod"</code> to instruct the kernel to remove it once the use-count has decreased to zero.</p>
<p>root@gunjan#rmmod your_module</p>
<p>If you don&#8217;t know anything about &#8220;lsmod&#8221; then please <a href="http://www.theperfectarts.com/2009/10/what-is-lsmod-command/" target="_blank">read it first</a></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/10/explain-rmmod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is lsmod command?</title>
		<link>http://www.theperfectarts.com/2009/10/what-is-lsmod-command/</link>
		<comments>http://www.theperfectarts.com/2009/10/what-is-lsmod-command/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 06:05:13 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Definition / Explanation]]></category>
		<category><![CDATA[lsmod]]></category>
		<category><![CDATA[lsmod command]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=324</guid>
		<description><![CDATA[The  &#8220;lsmod" command is basically used to check installed module with the kernel.To run "lsmod" command yo require root login details.After login into server run following command. root@gunjan#lsmod It will give all modules required with kernel.For example. root@gunjan#lsmod Module                  Size  Used by lockd                  61257  0 ipt_owner               6081  4 nls_utf8                6209  0 hfsplus                75589  0 dm_raid45              [...]]]></description>
			<content:encoded><![CDATA[<p>The  &#8220;<code>lsmod" command is basically used to check installed module with the kernel.To run "</code><code>lsmod" command yo require root login details.After login into server run following command.</code></p>
<p><span style="color: #800000;">root@gunjan#<code>lsmod</code></span></p>
<p>It will give all modules required with kernel.For example.</p>
<p><span style="color: #800000;">root@gunjan#lsmod<br />
Module                  Size  Used by<br />
lockd                  61257  0<br />
ipt_owner               6081  4<br />
nls_utf8                6209  0<br />
hfsplus                75589  0<br />
dm_raid45              66509  0<br />
dm_message              6977  1 dm_raid45<br />
dm_region_hash         15681  1 dm_raid45<br />
dm_log                 14529  3 dm_mirror,dm_raid45,dm_region_hash<br />
dm_mod                 62201  4 dm_mirror,dm_multipath,dm_raid45,dm_log<br />
dm_mem_cache            9537  1 dm_raid45<br />
ipt_REJECT              9537  0</span></p>
<p><span style="color: #800000;"><span style="color: #000000;">As well as you can also read more on <a href="http://ldn.linuxfoundation.org/article/using-kernel-customization-tools" target="_blank">lsmod here</a></span><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/2009/10/what-is-lsmod-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What you mean by Virtual Server Mean?</title>
		<link>http://www.theperfectarts.com/2009/10/what-you-mean-by-virtual-server-mean/</link>
		<comments>http://www.theperfectarts.com/2009/10/what-you-mean-by-virtual-server-mean/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 03:16:36 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Definition / Explanation]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=312</guid>
		<description><![CDATA[This form of hosting is also commonly referred to as a &#8220;Virtual Server&#8221; or &#8220;Bulk Hosting&#8221; server because you purchase a set number of domains hosting accounts, or a set amount of disk space and bandwidth, and can manage it yourself without assistance of an Administrator.  This gives you most of the control you would [...]]]></description>
			<content:encoded><![CDATA[<p>This form of hosting is also commonly referred to as a &#8220;Virtual Server&#8221; or &#8220;Bulk Hosting&#8221; server because you purchase a set number of domains hosting accounts, or a set amount of disk space and bandwidth, and can manage it yourself without assistance of an Administrator.  This gives you most of the control you would have if you had your own &#8220;Dedicated Server&#8221; without the high setup fees, and ongoing costs of maintaining your own equipment.In short you can also call is as mini server.</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/10/what-you-mean-by-virtual-server-mean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between Dedicated hosting and VPS hosting?</title>
		<link>http://www.theperfectarts.com/2009/09/difference-between-dedicated-hosting-and-vps-hosting/</link>
		<comments>http://www.theperfectarts.com/2009/09/difference-between-dedicated-hosting-and-vps-hosting/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 05:54:23 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Definition / Explanation]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[dedicated]]></category>
		<category><![CDATA[Dedicated hosting]]></category>
		<category><![CDATA[Dedicated hosting and VPS hosting?]]></category>
		<category><![CDATA[Difference between Dedicated hosting and VPS hosting?]]></category>
		<category><![CDATA[VPS hosting]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=282</guid>
		<description><![CDATA[A virtual private server or VPS is a method of partitioning one physical server (or dedicated server) into multiple servers that each has the appearance and capabilities of running on its own dedicated machine. Each virtual server can run its own full-fledged operating system, and each server can be independently rebooted. Virtual private servers bridge [...]]]></description>
			<content:encoded><![CDATA[<p>A virtual private server or VPS is a method of partitioning one physical server (or dedicated server) into multiple servers that each has the appearance and capabilities of running on its own dedicated machine. Each virtual server can run its own full-fledged operating system, and each server can be independently rebooted.</p>
<p>Virtual private servers bridge the gap between shared web hosting services and dedicated hosting services, giving independence from other customers of the VPS service in software terms but at less cost than a physical dedicated server</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/09/difference-between-dedicated-hosting-and-vps-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definition for PHP accelerator</title>
		<link>http://www.theperfectarts.com/2009/08/definition-for-php-accelerator/</link>
		<comments>http://www.theperfectarts.com/2009/08/definition-for-php-accelerator/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 22:17:32 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Definition / Explanation]]></category>
		<category><![CDATA[accelerator]]></category>
		<category><![CDATA[PHP accelerator]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/2008/12/definition-for-php-accelerator/</guid>
		<description><![CDATA[A PHP accelerator is an extension is basically created to improve the performance of software applications using the PHP programming language.PHP accelerators work by caching and its compiled bytecode of PHP scripts to keep away from the transparency of parsing and compiling source code on each an every request.It gives best result, if caching is [...]]]></description>
			<content:encoded><![CDATA[<p>A PHP accelerator is an extension is basically created to improve the performance of software applications using the PHP programming language.PHP accelerators work by caching and its compiled bytecode of PHP scripts to keep away from the transparency of parsing and compiling source code on each an every request.It gives best result, if caching is to basically shared memory with direct execution from the shared memory and the minimum of memory copying at runtime.A PHP accelerator typically reduces server load and increases the speed.</p>
<p>The list of PHP accelerators is as follows.</p>
<p>1) Alternative PHP Cache or APC<br />
2) eAccelerator<br />
3) XCache<br />
4) Zend Optimizer<br />
5) Zend Platform</p>
<div class="blogger-post-footer">http://www.host.co.in/forums/f37/how-check-if-server-suexec-not-821/</div>
<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/08/definition-for-php-accelerator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
