<?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; Few good queries and suggestions</title>
	<atom:link href="http://www.theperfectarts.com/category/good-queries-suggestions/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>Update awstats from shell for all users?</title>
		<link>http://www.theperfectarts.com/2011/01/update-awstats-from-shell-for-all-users/</link>
		<comments>http://www.theperfectarts.com/2011/01/update-awstats-from-shell-for-all-users/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 14:05:42 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Few good queries and suggestions]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[awstats from shell]]></category>
		<category><![CDATA[not able to update awstats from shell]]></category>
		<category><![CDATA[Update awstats from shell for all users?]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=1215</guid>
		<description><![CDATA[Refer following command to update awstats for all users on your cPanel linux server but make sure that you are logged in as root user. cat /etc/trueuserowners &#124; sort &#124; cut -f 1 -d : &#124; awk &#8216;{print &#8220;/scripts/runweblogs &#8220;$1} &#169;2012 Linux Servers cPanel webhosting blog. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>Refer following command to update awstats for all users on your cPanel linux server but make sure that you are logged in as root user.</p>
<p><strong>cat /etc/trueuserowners | sort | cut -f 1 -d : | awk &#8216;{print &#8220;/scripts/runweblogs &#8220;$1}</strong><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/01/update-awstats-from-shell-for-all-users/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to upgrade kernel version?</title>
		<link>http://www.theperfectarts.com/2010/05/how-to-upgrade-kernel-version/</link>
		<comments>http://www.theperfectarts.com/2010/05/how-to-upgrade-kernel-version/#comments</comments>
		<pubDate>Tue, 11 May 2010 11:24:08 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Few good queries and suggestions]]></category>
		<category><![CDATA[Install server side software / script]]></category>
		<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[Server Security]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[kerenel]]></category>
		<category><![CDATA[linux server kernel]]></category>
		<category><![CDATA[upgrade kernel on linux server]]></category>
		<category><![CDATA[upgrade kernel version]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=1015</guid>
		<description><![CDATA[First you need to download the latest stable kernel. You can check it at http://kernel.org/. Download it : root@server [~]# cd /usr/local/src/ root@server [~]# wget http://www.kernel.org/pub/linux/kernel/v2.6/ Select latest Kernel and download it root@server [~]# tar –zxvf linux-2.6.28.tar.gz root@server [~]#cd linux-2.6.28 root@server [~]# make clean root@server [~]# make mrproper root@server [~]# uname -r root@server [~] # [...]]]></description>
			<content:encoded><![CDATA[<p>First you need to download the latest stable kernel.<br />
You can check it at <a href="http://kernel.org/" target="_blank">http://kernel.org/</a>.<br />
Download it :<br />
root@server [~]# cd /usr/local/src/</p>
<p>root@server [~]# wget http://www.kernel.org/pub/linux/kernel/v2.6/<br />
Select latest Kernel and download it</p>
<input type="hidden" name="IL_RELATED_TAGS" value="1" /> root@server [~]# tar –zxvf linux-2.6.28.tar.gz<br />
root@server [~]#cd linux-2.6.28<br />
root@server [~]# make clean<br />
root@server [~]# make mrproper<br />
root@server [~]# uname -r<br />
root@server [~] # cp /boot/config-&#8217;uname -r&#8217; .config<br />
root@server [~] # make oldconfig<br />
root@server [~] # make menuconfig<br />
root@server [~] # make<br />
root@server [~] # make modules_install<br />
root@server [~] # make install<br />
root@server [~] # grubby &#8211;bootloader-probe<br />
root@server [~] # pico /etc/grub.conf<br />
<input type="hidden" name="IL_RELATED_TAGS" value="1" /> Change the default as per the entry for your new kernel.<br />
root@server [~]# reboot</p>
<p>Some time after reboot server it won&#8217;t up and running with the new kennel due to that before rebooting server, make following</p>
<p>changes.</p>
<p>root@server [~]#grub</p>
<p>Above command will give you grub prompt.</p>
<p>grub &gt; savedefault &#8211;default=0 &#8211;once</p>
<p>grub&gt;quit</p>
<p>root@server [~]#reboot</p>
<p>If server is up and running after reboot you can set new kernel as default server in grub.conf file.</p>
<p>root@server [~]#pico /boot/grub/grub.conf</p>
<p>Set</p>
<p>default=1</p>
<p>to</p>
<p>default=0</p>
<input type="hidden" name="IL_RELATED_TAGS" value="1" />
<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/05/how-to-upgrade-kernel-version/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to change timezone on Linux server?</title>
		<link>http://www.theperfectarts.com/2009/11/how-to-change-timezone-on-linux-server/</link>
		<comments>http://www.theperfectarts.com/2009/11/how-to-change-timezone-on-linux-server/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 00:49:39 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Few good queries and suggestions]]></category>
		<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[change time]]></category>
		<category><![CDATA[chnage time zone]]></category>
		<category><![CDATA[date command]]></category>
		<category><![CDATA[time change from est to gmt]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=409</guid>
		<description><![CDATA[You can change the time zone for your server by using following command. root@admin[~]#date Wed Nov 11 19:30:29 EST 2009 For example we are changing time zone  from EST to GMT. root@admin[~]#ln -sf /usr/share/zoneinfo/GMT /etc/localtime root@admin[~]#date Thu Nov 12 00:31:36 GMT 2009 &#169;2012 Linux Servers cPanel webhosting blog. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>You can change the time zone for your server by using following command.</p>
<p><strong><span style="color: #800000;">root@admin[~]#date</span></strong></p>
<p>Wed Nov 11 19:30:29 EST 2009</p>
<p>For example we are changing time zone  from EST to GMT.</p>
<p><strong><span style="color: #800000;">root@admin[~]#ln -sf /usr/share/zoneinfo/GMT /etc/localtime</span></strong></p>
<p><strong><span style="color: #800000;">root@admin[~]#date</span></strong></p>
<p>Thu Nov 12 00:31:36 GMT 2009<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/how-to-change-timezone-on-linux-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple cgi script to check the Server uptime?</title>
		<link>http://www.theperfectarts.com/2009/11/simple-cgi-script-to-check-the-server-uptime/</link>
		<comments>http://www.theperfectarts.com/2009/11/simple-cgi-script-to-check-the-server-uptime/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 07:56:20 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[cPanel + cPanel scripts]]></category>
		<category><![CDATA[Few good queries and suggestions]]></category>
		<category><![CDATA[Server Security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[cgi script]]></category>
		<category><![CDATA[cgi script to check the Server uptime]]></category>
		<category><![CDATA[server uptime]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=368</guid>
		<description><![CDATA[The following script you can use to check the Server uptime? root@admin[/usr/local/apache/cgi-bin]# nano loads #!/bin/bash echo Content-type: text/plain echo echo $(hostname) echo &#8220;=&#62;&#8221; echo $(uptime) &#169;2012 Linux Servers cPanel webhosting blog. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>The following script you can use to check the Server uptime?</p>
<p><span style="color: #800000;">root@admin[/usr/local/apache/cgi-bin]# nano loads<br />
#!/bin/bash</span></p>
<p><span style="color: #800000;">echo Content-type: text/plain<br />
echo</span></p>
<p><span style="color: #800000;">echo $(hostname)<br />
echo &#8220;=&gt;&#8221;<br />
echo $(uptime)</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/simple-cgi-script-to-check-the-server-uptime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Core Files in Linux?</title>
		<link>http://www.theperfectarts.com/2009/11/what-is-core-files-in-linux/</link>
		<comments>http://www.theperfectarts.com/2009/11/what-is-core-files-in-linux/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 03:56:02 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Few good queries and suggestions]]></category>
		<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[core files]]></category>
		<category><![CDATA[Core Files in Linux]]></category>
		<category><![CDATA[ulimit]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=362</guid>
		<description><![CDATA[A core file created when ever a program terminates unexpectedly and its also useful for determining what caused the termination. In many Linux server by default they do not produce core files when programs crash or terminates unexpectedly. On  most of the Linux server core file size limitation is set to 0.You can check the [...]]]></description>
			<content:encoded><![CDATA[<p>A core file created when ever a program terminates unexpectedly and its also  useful for determining what caused the termination. In many Linux server by default they do not produce core files when programs crash or terminates unexpectedly.</p>
<p>On  most of the Linux server core file size limitation is set to 0.You can check the core file size limit set in server by using following command.</p>
<p><span style="color: #800000;">root@gunjan [~]# ulimit -c<br />
1000000</span></p>
<p>In above command core file size limit is 1000000 if output occur empty then it means core file size limit haven&#8217;t set on server and you can set it as</p>
<p><span style="color: #800000;">root@gunjan [~]# ulimit -c 1000000</span></p>
<p><span style="color: #800000;">or</span></p>
<p><span style="color: #800000;">root@gunjan [~]# ulimit -c unlimited</span></p>
<p>If you want to test core file limit is working on your server or not? then run following command</p>
<pre><span style="color: #800000;">kill -s SIGSEGV $$</span></pre>
<p>This above command will crashes your shell and produces core file in the current directory. as core.*</p>
<p>If core file is taking lots of disk space on server and you want to disable it then follow the steps one by one.</p>
<p><span style="color: #800000;">root@gunjan [~]#</span><span style="color: #800000;">which httpd</span></p>
<p><span style="color: #800000;">/usr/sbin/httpd</span></p>
<p><span style="color: #800000;">root@gunjan [~]#</span><span style="color: #800000;">pico /usr/sbin/httpd</span></p>
<p>And following line in <span style="color: #800000;">/usr/sbin/httpd</span></p>
<p><span style="color: #800000;">ulimit -c 0</span></p>
<p>And then restart the Apache server</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/11/what-is-core-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is path for &#8220;ifconfig&#8221;?</title>
		<link>http://www.theperfectarts.com/2009/10/what-is-path-for-ifconfig/</link>
		<comments>http://www.theperfectarts.com/2009/10/what-is-path-for-ifconfig/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 06:06:58 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[cPanel + cPanel scripts]]></category>
		<category><![CDATA[Few good queries and suggestions]]></category>
		<category><![CDATA[ifconfig]]></category>
		<category><![CDATA[ifconfig path]]></category>
		<category><![CDATA[sbin/fconfig]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=356</guid>
		<description><![CDATA[The ifconfig is present under /sbin  director and the PATH of the normal users don&#8217;t point to /sbin directory and if execute &#8220;ifconfig&#8221; under normal by using any normal cPanel user login details then it will not show you. you can set PATH to add /sbin  #PATH=$PATH:/sbin Or you can enter command with full path [...]]]></description>
			<content:encoded><![CDATA[<p>The ifconfig is present under /sbin  director and the PATH of the normal users don&#8217;t point to /sbin directory and if execute &#8220;ifconfig&#8221; under normal by using any normal cPanel user login details then it will not show you.</p>
<p>you can set PATH to add /sbin  #PATH=$PATH:/sbin</p>
<p>Or you can enter command with full path like # /sbin/ifconfig</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/10/what-is-path-for-ifconfig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Open Passive FTP in iptable?</title>
		<link>http://www.theperfectarts.com/2009/10/how-to-open-passive-ftp-in-iptable/</link>
		<comments>http://www.theperfectarts.com/2009/10/how-to-open-passive-ftp-in-iptable/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 03:29:43 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Few good queries and suggestions]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[iptable]]></category>
		<category><![CDATA[Passive FTP port]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=350</guid>
		<description><![CDATA[To Open Passive FTP in iptable root login is require. If you want to open port range from 30000:64000 then run the following command from shell. iptables -A INPUT -p tcp -m tcp &#8211;dport 30000:64000 -j ACCEPT Similarly you can open passive post range as per your requirement. &#169;2012 Linux Servers cPanel webhosting blog. All [...]]]></description>
			<content:encoded><![CDATA[<p>To Open Passive FTP in iptable root login is require.</p>
<p>If you want to open port range from 30000:64000 then run the following command from shell.</p>
<p><span style="color: #800000;">iptables -A INPUT -p tcp -m tcp &#8211;dport 30000:64000 -j ACCEPT</span></p>
<p>Similarly you can open passive post range as per your requirement.<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/10/how-to-open-passive-ftp-in-iptable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install ssl on default services(http, exim, imap, pop3, cpanel/WHM)?</title>
		<link>http://www.theperfectarts.com/2009/10/how-to-install-ssl-on-default-serviceshttp-exim-imap-pop3-cpanelwhm/</link>
		<comments>http://www.theperfectarts.com/2009/10/how-to-install-ssl-on-default-serviceshttp-exim-imap-pop3-cpanelwhm/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 08:25:39 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Few good queries and suggestions]]></category>
		<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[install ssl on all cpanel services]]></category>
		<category><![CDATA[install ssl on cpanel]]></category>
		<category><![CDATA[install ssl on httpd]]></category>
		<category><![CDATA[install ssl on imap]]></category>
		<category><![CDATA[install ssl on pop3]]></category>
		<category><![CDATA[install ssl on whm]]></category>
		<category><![CDATA[install ssl services]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=347</guid>
		<description><![CDATA[You can install SSL on default services(http, exim, imap, pop3, cpanel/WHM) from your WHM but you require root login details to The all cert information save in following path /var/cpanel/ssl/cpanel You can install the certificate from your WHM &#62;&#62;  Main &#62;&#62; Service Configuration &#62;&#62; Manage Service SSL Certificates &#169;2012 Linux Servers cPanel webhosting blog. All [...]]]></description>
			<content:encoded><![CDATA[<p>You can install SSL on default services(http, exim, imap, pop3, cpanel/WHM) from your WHM but you require root login details to</p>
<p>The all cert information save in following path</p>
<p><span style="color: #800000;">/var/cpanel/ssl/cpanel</span></p>
<p>You can install the certificate from your <span style="color: #800000;">WHM &gt;&gt;  Main &gt;&gt; Service Configuration &gt;&gt; Manage Service SSL Certificates</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/10/how-to-install-ssl-on-default-serviceshttp-exim-imap-pop3-cpanelwhm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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@admin#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><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/10/explain-rmmod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with cgi script?</title>
		<link>http://www.theperfectarts.com/2009/10/problem-with-cgi-script/</link>
		<comments>http://www.theperfectarts.com/2009/10/problem-with-cgi-script/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 03:29:22 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Few good queries and suggestions]]></category>
		<category><![CDATA[Linux Permissions]]></category>
		<category><![CDATA[cgi script]]></category>
		<category><![CDATA[cgi script in ASCII Mode]]></category>
		<category><![CDATA[Perl in binary mode]]></category>
		<category><![CDATA[Problem with cgi script]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=304</guid>
		<description><![CDATA[Most of the time cgi script is not working properly after uploading by using FTP but script is working fine on local machine, why? Because you need to be upload cgi script in ASCII Mode and Perl in BINARY Mode to run it without any problem. &#169;2012 Linux Servers cPanel webhosting blog. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>Most of the time cgi script is not working properly after uploading by using FTP but script is working fine on local machine, why?</p>
<p>Because you need to be upload cgi script in <span style="color: #800000;">ASCII Mode</span> and Perl in <span style="color: #800000;">BINARY Mode</span> to run it without any problem.<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/10/problem-with-cgi-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

