<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Control Panel Blog</title>
	
	<link>http://controlpanelblog.com</link>
	<description>managing the managment....</description>
	<lastBuildDate>Wed, 24 Feb 2010 12:01:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/controlpanelblog/feed" /><feedburner:info uri="controlpanelblog/feed" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Finding all subdomains of any specific domain (DNS afxr)</title>
		<link>http://feedproxy.google.com/~r/controlpanelblog/feed/~3/chn0lBr_AOo/finding-all-subdomains-of-any-specific-domain-dns-afxr.html</link>
		<comments>http://controlpanelblog.com/general/finding-all-subdomains-of-any-specific-domain-dns-afxr.html#comments</comments>
		<pubDate>Wed, 24 Feb 2010 12:01:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[dig]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dns server]]></category>
		<category><![CDATA[dns servers]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[domain domainname]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[domainname]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux shell]]></category>
		<category><![CDATA[nameserver]]></category>
		<category><![CDATA[subdomains]]></category>

		<guid isPermaLink="false">http://controlpanelblog.com/?p=352</guid>
		<description>It is possible to get list of all subdomains of any domain name. However, that must be allowed by the DNS Server. This is called AXFR.

Step One: Getting authoritative nameserver(s) from linux shell
dig domainname.com


Now check the output in authority section. Let assume it is ns1.somehost.com. Now use the dig command as follow:
dig @ns1.somehost.com domainname.com axfr

If [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://controlpanelblog.com/general/the-dos-and-donts-of-domain-registration.html' rel='bookmark' title='Permanent Link: The dos and don&amp;#8217;ts of domain registration'&gt;The dos and don&amp;#8217;ts of domain registration&lt;/a&gt; &lt;small&gt;1) Never get your domain registration from your web host....&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/general/how-to-transfer-a-domain-name.html' rel='bookmark' title='Permanent Link: How to transfer a domain name'&gt;How to transfer a domain name&lt;/a&gt; &lt;small&gt;How to transfer a domain name Steps have been added...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/cpanel/how-to-edit-dns-zone-a-cname-txt-in-cpanel-not-in-whm-as-end-user-domain-owner.html' rel='bookmark' title='Permanent Link: How to edit DNS zone (A, CNAME, TXT) in cPanel (not in WHM) as End User (Domain Owner)'&gt;How to edit DNS zone (A, CNAME, TXT) in cPanel (not in WHM) as End User (Domain Owner)&lt;/a&gt; &lt;small&gt; Recently cPanel Inc. introduced Simple and Advanced DNS Zone...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/controlpanelblog/feed/~4/chn0lBr_AOo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://controlpanelblog.com/general/finding-all-subdomains-of-any-specific-domain-dns-afxr.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://controlpanelblog.com/general/finding-all-subdomains-of-any-specific-domain-dns-afxr.html</feedburner:origLink></item>
		<item>
		<title>Delete some specific files from all subdirectories</title>
		<link>http://feedproxy.google.com/~r/controlpanelblog/feed/~3/ELcob7kQGiM/delete-some-specific-files-from-all-subdirectories.html</link>
		<comments>http://controlpanelblog.com/general/delete-some-specific-files-from-all-subdirectories.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 15:04:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[db files]]></category>
		<category><![CDATA[directory tree]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[LOG]]></category>
		<category><![CDATA[rm]]></category>
		<category><![CDATA[Thumbs]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[unix command]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[ws ftp]]></category>

		<guid isPermaLink="false">http://controlpanelblog.com/?p=348</guid>
		<description>Useful unix-command trick to quickly remove i.e. Thumbs.db files, WS_FTP.LOG files or *.fla files, recursively through directories.
It could be a real pain on a huge directory tree  
Removing all *.fla files from /home/user/ and subdirectories&amp;#8230;
find /home/user/ -name \*.fla -ok rm {} \;

Removing all WS_FTP.LOG files from /home/user and subdirectories&amp;#8230;
# find /home/user -name WS_FTP.LOG -ok [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://controlpanelblog.com/cpanel/cpanel-jailshell-unmount-and-clean-virtfs.html' rel='bookmark' title='Permanent Link: cPanel JailShell, Unmount and Clean Virtfs'&gt;cPanel JailShell, Unmount and Clean Virtfs&lt;/a&gt; &lt;small&gt;If you’re a sysadmin of Cpanel server, you might be...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/general/installing-suhosin-by-patching-php-source.html' rel='bookmark' title='Permanent Link: Installing Suhosin by Patching PHP Source'&gt;Installing Suhosin by Patching PHP Source&lt;/a&gt; &lt;small&gt;Preparation When you want to install PHP with the Suhosin-Patch...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/general/finding-all-subdomains-of-any-specific-domain-dns-afxr.html' rel='bookmark' title='Permanent Link: Finding all subdomains of any specific domain (DNS afxr)'&gt;Finding all subdomains of any specific domain (DNS afxr)&lt;/a&gt; &lt;small&gt;It is possible to get list of all subdomains of...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/controlpanelblog/feed/~4/ELcob7kQGiM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://controlpanelblog.com/general/delete-some-specific-files-from-all-subdirectories.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://controlpanelblog.com/general/delete-some-specific-files-from-all-subdirectories.html</feedburner:origLink></item>
		<item>
		<title>Fantastico is not installed at the default location /usr/local/cpanel/3rdparty/fantastico. Either move the Fantastico directory from it’s current location to /usr/local/cpanel/3rdparty/fantastico OR enable ioncube loaders in WHM -&gt; Tweak settings.</title>
		<link>http://feedproxy.google.com/~r/controlpanelblog/feed/~3/vxi6NAYD8s0/fantastico-is-not-installed-at-the-default-location-usrlocalcpanel3rdpartyfantastico-either-move-the-fantastico-directory-from-its-current-location-to-usrlocalcpanel3rdpartyfantastico-or.html</link>
		<comments>http://controlpanelblog.com/cpanel/fantastico-is-not-installed-at-the-default-location-usrlocalcpanel3rdpartyfantastico-either-move-the-fantastico-directory-from-its-current-location-to-usrlocalcpanel3rdpartyfantastico-or.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:58:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[command scripts]]></category>
		<category><![CDATA[cpanel fantastico]]></category>
		<category><![CDATA[default location]]></category>
		<category><![CDATA[Fantastico]]></category>
		<category><![CDATA[ioncube]]></category>
		<category><![CDATA[loaders]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[tweak settings]]></category>
		<category><![CDATA[usr]]></category>

		<guid isPermaLink="false">http://controlpanelblog.com/?p=346</guid>
		<description>Today I found this error while trying to open Fantastico page in cPanel.
Fantastico is not installed at the default location /usr/local/cpanel/3rdparty/fantastico. Either move the Fantastico directory from it&amp;#8217;s current location to /usr/local/cpanel/3rdparty/fantastico OR enable ioncube loaders in WHM -&amp;#62; Tweak settings.


Though I did not do this in my case, if you are facing same problem, [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://controlpanelblog.com/cpanel/install-wordpress-using-fantastico-in-cpanel.html' rel='bookmark' title='Permanent Link: Install Wordpress using Fantastico in cPanel'&gt;Install Wordpress using Fantastico in cPanel&lt;/a&gt; &lt;small&gt;This tutorial will teach you how to install Wordpress, the...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/cpanel/fastest-way-to-install-wordpress-is-through-cpanel.html' rel='bookmark' title='Permanent Link: Fastest way to install WordPress is through cPanel'&gt;Fastest way to install WordPress is through cPanel&lt;/a&gt; &lt;small&gt;WordPress installation procedure is already easy and quick as it...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/cpanel/cpanel-whm-packages-modify-default-dedicated-ip-setting.html' rel='bookmark' title='Permanent Link: cPanel-WHM Packages :: Modify default dedicated IP setting'&gt;cPanel-WHM Packages :: Modify default dedicated IP setting&lt;/a&gt; &lt;small&gt;When you setup a new package in cPanel/WHM, you can...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/controlpanelblog/feed/~4/vxi6NAYD8s0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://controlpanelblog.com/cpanel/fantastico-is-not-installed-at-the-default-location-usrlocalcpanel3rdpartyfantastico-either-move-the-fantastico-directory-from-its-current-location-to-usrlocalcpanel3rdpartyfantastico-or.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://controlpanelblog.com/cpanel/fantastico-is-not-installed-at-the-default-location-usrlocalcpanel3rdpartyfantastico-either-move-the-fantastico-directory-from-its-current-location-to-usrlocalcpanel3rdpartyfantastico-or.html</feedburner:origLink></item>
		<item>
		<title>Error from park wrapper: yourdomain.com is already configured</title>
		<link>http://feedproxy.google.com/~r/controlpanelblog/feed/~3/W1S0heAxXEA/error-from-park-wrapper-yourdomain-com-is-already-configured.html</link>
		<comments>http://controlpanelblog.com/cpanel/error-from-park-wrapper-yourdomain-com-is-already-configured.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 14:09:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[dns zone]]></category>
		<category><![CDATA[document root]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[mydomain]]></category>
		<category><![CDATA[root shell]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://controlpanelblog.com/?p=344</guid>
		<description>Today while fixing a domain, I received an error in cPanel. Whenever I try to add an addon domain, I get the saying: Error from park wrapper: mydomain.com is already configured. 
[Original domain is not shown]
 
I found that in httpd.conf there is no such entry. However, there is a DNS zone for this domain [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://controlpanelblog.com/cpanel/error-reloading-bind-on-server-rndc-subdomain-creation-error.html' rel='bookmark' title='Permanent Link: Error reloading bind on server rndc: subdomain creation error'&gt;Error reloading bind on server rndc: subdomain creation error&lt;/a&gt; &lt;small&gt;If you are getting following error while creating the subdomain...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/general/effective-solutions-for-500-error-premature-end-of-script-headers.html' rel='bookmark' title='Permanent Link: Effective Solutions for 500 error (Premature End of Script Headers)'&gt;Effective Solutions for 500 error (Premature End of Script Headers)&lt;/a&gt; &lt;small&gt;There may a number of reasons and solutions for it....&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/general/delivery-to-the-following-recipient-failed-permanently-verification-failed.html' rel='bookmark' title='Permanent Link: Delivery to the following recipient failed permanently, Verification failed'&gt;Delivery to the following recipient failed permanently, Verification failed&lt;/a&gt; &lt;small&gt;Today, I was getting the following error while trying to...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/controlpanelblog/feed/~4/W1S0heAxXEA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://controlpanelblog.com/cpanel/error-from-park-wrapper-yourdomain-com-is-already-configured.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://controlpanelblog.com/cpanel/error-from-park-wrapper-yourdomain-com-is-already-configured.html</feedburner:origLink></item>
		<item>
		<title>Limiting CPU Usages in Linux using cpulimit</title>
		<link>http://feedproxy.google.com/~r/controlpanelblog/feed/~3/W8DQ8YQkt8c/limiting-cpu-usages-in-linux-using-cpulimit.html</link>
		<comments>http://controlpanelblog.com/general/limiting-cpu-usages-in-linux-using-cpulimit.html#comments</comments>
		<pubDate>Wed, 27 Jan 2010 07:15:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Helm]]></category>
		<category><![CDATA[HyperVM]]></category>
		<category><![CDATA[LxAdmin/Kloxo]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Webmin]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[batch jobs]]></category>
		<category><![CDATA[c developer]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[cpu time]]></category>
		<category><![CDATA[cpu usage]]></category>
		<category><![CDATA[cpulimit]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[meaning of cpu]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[signals]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[system requirements]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[tweaking]]></category>
		<category><![CDATA[usage]]></category>

		<guid isPermaLink="false">http://controlpanelblog.com/?p=342</guid>
		<description>You might have already know how to check the CPU usages of any process. However, worried about any process consuming too much CPU? You should know, you can control the CPU usages of any process by CPU limiter. cpulimit is a free software to limit the CPU of any process. Here is the excepts from [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://controlpanelblog.com/general/installing-suhosin-by-patching-php-source.html' rel='bookmark' title='Permanent Link: Installing Suhosin by Patching PHP Source'&gt;Installing Suhosin by Patching PHP Source&lt;/a&gt; &lt;small&gt;Preparation When you want to install PHP with the Suhosin-Patch...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/general/secure-your-linux-servers.html' rel='bookmark' title='Permanent Link: Secure your Linux Servers'&gt;Secure your Linux Servers&lt;/a&gt; &lt;small&gt;Securing a linux server is a continuous job as new...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/general/dos-protection-via-apf-bfd-ddos-and-rootkit.html' rel='bookmark' title='Permanent Link: DoS Protection via APF, BFD, DDOS and RootKit'&gt;DoS Protection via APF, BFD, DDOS and RootKit&lt;/a&gt; &lt;small&gt;Being a web host, your servers are constantly being attacked...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/controlpanelblog/feed/~4/W8DQ8YQkt8c" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://controlpanelblog.com/general/limiting-cpu-usages-in-linux-using-cpulimit.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://controlpanelblog.com/general/limiting-cpu-usages-in-linux-using-cpulimit.html</feedburner:origLink></item>
		<item>
		<title>cPanel JailShell, Unmount and Clean Virtfs</title>
		<link>http://feedproxy.google.com/~r/controlpanelblog/feed/~3/TLXMWt00AZE/cpanel-jailshell-unmount-and-clean-virtfs.html</link>
		<comments>http://controlpanelblog.com/cpanel/cpanel-jailshell-unmount-and-clean-virtfs.html#comments</comments>
		<pubDate>Mon, 25 Jan 2010 10:13:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[Don]]></category>
		<category><![CDATA[filesystems]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[home directory]]></category>
		<category><![CDATA[JailShell]]></category>
		<category><![CDATA[privileges]]></category>
		<category><![CDATA[root level]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ssh sessions]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[system admin]]></category>
		<category><![CDATA[system directories]]></category>
		<category><![CDATA[system safe]]></category>
		<category><![CDATA[umount]]></category>
		<category><![CDATA[virtfs]]></category>
		<category><![CDATA[webhosting server]]></category>

		<guid isPermaLink="false">http://controlpanelblog.com/?p=341</guid>
		<description>If you’re a sysadmin of Cpanel server, you might be aware of the JailShell. Its nothing but a User Shell with limited privileges. Users requesting for shell access to the webhosting server are provided with such shell instead of bash (Which provides root level privileges to users) .
Jailshell limits the users access to their home [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://controlpanelblog.com/general/fork-resource-temporarily-unavailable.html' rel='bookmark' title='Permanent Link: fork: resource temporarily unavailable ???'&gt;fork: resource temporarily unavailable ???&lt;/a&gt; &lt;small&gt;If you are getting Linux error message, Resource temporarily unavailable,...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/general/delete-some-specific-files-from-all-subdirectories.html' rel='bookmark' title='Permanent Link: Delete some specific files from all subdirectories'&gt;Delete some specific files from all subdirectories&lt;/a&gt; &lt;small&gt;Useful unix-command trick to quickly remove i.e. Thumbs.db files, WS_FTP.LOG...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/cpanel/cleanflushing-exim-mail-queue.html' rel='bookmark' title='Permanent Link: Clean/Flushing Exim mail queue'&gt;Clean/Flushing Exim mail queue&lt;/a&gt; &lt;small&gt;Sometimes, it is necessary to clean the mail queue of...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/controlpanelblog/feed/~4/TLXMWt00AZE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://controlpanelblog.com/cpanel/cpanel-jailshell-unmount-and-clean-virtfs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://controlpanelblog.com/cpanel/cpanel-jailshell-unmount-and-clean-virtfs.html</feedburner:origLink></item>
		<item>
		<title>fork: resource temporarily unavailable ???</title>
		<link>http://feedproxy.google.com/~r/controlpanelblog/feed/~3/ZaqOZJi0qEI/fork-resource-temporarily-unavailable.html</link>
		<comments>http://controlpanelblog.com/general/fork-resource-temporarily-unavailable.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 07:19:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[alternate solution]]></category>
		<category><![CDATA[bomb protection]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[d unlimited]]></category>
		<category><![CDATA[Don]]></category>
		<category><![CDATA[elif]]></category>
		<category><![CDATA[fi]]></category>
		<category><![CDATA[fork bomb]]></category>
		<category><![CDATA[jackass]]></category>
		<category><![CDATA[knees]]></category>
		<category><![CDATA[perl script]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[root user]]></category>
		<category><![CDATA[security issue]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[shell fork]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[system shell]]></category>
		<category><![CDATA[ulimit]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://controlpanelblog.com/?p=339</guid>
		<description>If you are getting Linux error message, Resource temporarily unavailable, it’s because your system is limiting the number of files / processes / CPU that your particular user ID can use.
If you use WHM/Cpanel, enabling the “Shell fork bomb protection” can make the “Resource temporarily unavailable” message appear more often. You may get rid of [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://controlpanelblog.com/cpanel/cpanel-jailshell-unmount-and-clean-virtfs.html' rel='bookmark' title='Permanent Link: cPanel JailShell, Unmount and Clean Virtfs'&gt;cPanel JailShell, Unmount and Clean Virtfs&lt;/a&gt; &lt;small&gt;If you’re a sysadmin of Cpanel server, you might be...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/general/how-do-i-find-out-linux-resource-utilization-to-detect-system-bottlenecks.html' rel='bookmark' title='Permanent Link: How do I find out Linux Resource utilization to detect system bottlenecks?'&gt;How do I find out Linux Resource utilization to detect system bottlenecks?&lt;/a&gt; &lt;small&gt;vmstat command reports information about processes, memory, paging, block IO,...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/cpanel/license-file-expired-solution.html' rel='bookmark' title='Permanent Link: License File Expired : Solution'&gt;License File Expired : Solution&lt;/a&gt; &lt;small&gt;Due to several reasons you might have seen the error...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/controlpanelblog/feed/~4/ZaqOZJi0qEI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://controlpanelblog.com/general/fork-resource-temporarily-unavailable.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://controlpanelblog.com/general/fork-resource-temporarily-unavailable.html</feedburner:origLink></item>
		<item>
		<title>Opening ports in the firewall for the Mail Server</title>
		<link>http://feedproxy.google.com/~r/controlpanelblog/feed/~3/imCsFBxQNvs/opening-ports-in-the-firewall-for-the-mail-server.html</link>
		<comments>http://controlpanelblog.com/general/opening-ports-in-the-firewall-for-the-mail-server.html#comments</comments>
		<pubDate>Sun, 10 Jan 2010 18:04:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ACCEPT]]></category>
		<category><![CDATA[Don]]></category>
		<category><![CDATA[dport]]></category>
		<category><![CDATA[dpt]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[imaps]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[L



In]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[official documentation]]></category>
		<category><![CDATA[pop]]></category>
		<category><![CDATA[pops]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[port 443]]></category>
		<category><![CDATA[port 587]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[test rules]]></category>

		<guid isPermaLink="false">http://controlpanelblog.com/?p=336</guid>
		<description>There are standard ports that are used to access most services.
For example, accessing a website generally uses port 80 for normal (HTTP) web pages and port 443 for secure (HTTPS) pages.
 Smtp
Smtp generally uses port 25 for connections although there are recommendations for port 587 (see the official documentation for details).
 Pop and pops
Pop and [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://controlpanelblog.com/general/common-iptables-command-cheatsheet.html' rel='bookmark' title='Permanent Link: Common iptables command, cheatsheet'&gt;Common iptables command, cheatsheet&lt;/a&gt; &lt;small&gt;#!/bin/sh #File: /etc/rc.d/rc.firewall # Immediately log and drop any known...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/webmin/configuring-your-firewall-for-webmin.html' rel='bookmark' title='Permanent Link: Configuring your Firewall for Webmin'&gt;Configuring your Firewall for Webmin&lt;/a&gt; &lt;small&gt;Many operating systems block access to port 10000 by default...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/cpanel/installing-apf-firewall-in-cpanel-server.html' rel='bookmark' title='Permanent Link: Installing APF Firewall in cPanel server'&gt;Installing APF Firewall in cPanel server&lt;/a&gt; &lt;small&gt;The whole process of securing a Server or network is...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/controlpanelblog/feed/~4/imCsFBxQNvs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://controlpanelblog.com/general/opening-ports-in-the-firewall-for-the-mail-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://controlpanelblog.com/general/opening-ports-in-the-firewall-for-the-mail-server.html</feedburner:origLink></item>
		<item>
		<title>Installing Shoreline firewall (Shorewall) in RHEL</title>
		<link>http://feedproxy.google.com/~r/controlpanelblog/feed/~3/8RwQzqQLQEg/installing-shoreline-firewall-shorewall-in-rhel.html</link>
		<comments>http://controlpanelblog.com/general/installing-shoreline-firewall-shorewall-in-rhel.html#comments</comments>
		<pubDate>Sun, 10 Jan 2010 18:02:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[bad news]]></category>
		<category><![CDATA[clutches]]></category>
		<category><![CDATA[Don]]></category>
		<category><![CDATA[download page]]></category>
		<category><![CDATA[heavy lifting]]></category>
		<category><![CDATA[interface configuration]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[latest stable version]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[RPMs]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[shoreline]]></category>
		<category><![CDATA[shorewall]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://controlpanelblog.com/?p=335</guid>
		<description>Shorewall is the common name for the Shoreline firewall, a “wrapper” for IPTables that will handle all the heavy lifting for you by simplifying the tasks. This article will get you started, showing you how to get Shorewall on your system.
Installation
 Now then, I have good news and bad news for you. The bad news [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://controlpanelblog.com/webmin/how-to-install-webmin-on-centos-rhel-fedora-mandriva-suse.html' rel='bookmark' title='Permanent Link: How to install Webmin on CentOS, RHEL, Fedora, Mandriva, SuSE'&gt;How to install Webmin on CentOS, RHEL, Fedora, Mandriva, SuSE&lt;/a&gt; &lt;small&gt;Webmin is a FREE web-based interface for system administration for...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/cpanel/installing-apf-firewall-in-cpanel-server.html' rel='bookmark' title='Permanent Link: Installing APF Firewall in cPanel server'&gt;Installing APF Firewall in cPanel server&lt;/a&gt; &lt;small&gt;The whole process of securing a Server or network is...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/general/installing-suhosin-as-php-extension-in-linux.html' rel='bookmark' title='Permanent Link: Installing Suhosin as PHP Extension in Linux'&gt;Installing Suhosin as PHP Extension in Linux&lt;/a&gt; &lt;small&gt;Unlike the Hardening-Patch for PHP, nearly all of Suhosin´s features...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/controlpanelblog/feed/~4/8RwQzqQLQEg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://controlpanelblog.com/general/installing-shoreline-firewall-shorewall-in-rhel.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://controlpanelblog.com/general/installing-shoreline-firewall-shorewall-in-rhel.html</feedburner:origLink></item>
		<item>
		<title>How to edit DNS zone (A, CNAME, TXT) in cPanel (not in WHM) as End User (Domain Owner)</title>
		<link>http://feedproxy.google.com/~r/controlpanelblog/feed/~3/ZdvEn0lcAsM/how-to-edit-dns-zone-a-cname-txt-in-cpanel-not-in-whm-as-end-user-domain-owner.html</link>
		<comments>http://controlpanelblog.com/cpanel/how-to-edit-dns-zone-a-cname-txt-in-cpanel-not-in-whm-as-end-user-domain-owner.html#comments</comments>
		<pubDate>Fri, 18 Dec 2009 18:37:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[cname records]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dns record]]></category>
		<category><![CDATA[dns records]]></category>
		<category><![CDATA[dns servers]]></category>
		<category><![CDATA[dns zone]]></category>
		<category><![CDATA[domain owners]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[ftp servers]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[owner server]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[server owner]]></category>
		<category><![CDATA[simple dns]]></category>
		<category><![CDATA[zone]]></category>

		<guid isPermaLink="false">http://controlpanelblog.com/?p=329</guid>
		<description>Recently cPanel Inc. introduced Simple and Advanced DNS Zone Editor for the domain owner (server&amp;#8217;s end user). It was introduced for cPanel version 11.25 (Release 42213).
cPanel provided two types of editor. One is simple editor another one is advanced editor. Using simple editor, domain owners can manage A and CNAME records. However, TXT records can [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://controlpanelblog.com/helm/how-to-point-a-sub-domain-to-a-different-ip-address-or-server.html' rel='bookmark' title='Permanent Link: How to point a sub-domain to a different IP Address or Server?'&gt;How to point a sub-domain to a different IP Address or Server?&lt;/a&gt; &lt;small&gt;f you need to point a sub-domain to another server...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/webmin/addingediting-zone-records-using-webmin.html' rel='bookmark' title='Permanent Link: Adding/Editing Zone Records using Webmin'&gt;Adding/Editing Zone Records using Webmin&lt;/a&gt; &lt;small&gt;Adding and editing records The most useful feature of the...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://controlpanelblog.com/webmin/setting-up-dns-using-webmin-quick-guide.html' rel='bookmark' title='Permanent Link: Setting up DNS using Webmin (Quick Guide)'&gt;Setting up DNS using Webmin (Quick Guide)&lt;/a&gt; &lt;small&gt;Here&amp;#8217;s a quick walkthrough for using Webmin to setup DNS....&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/controlpanelblog/feed/~4/ZdvEn0lcAsM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://controlpanelblog.com/cpanel/how-to-edit-dns-zone-a-cname-txt-in-cpanel-not-in-whm-as-end-user-domain-owner.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://controlpanelblog.com/cpanel/how-to-edit-dns-zone-a-cname-txt-in-cpanel-not-in-whm-as-end-user-domain-owner.html</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 2.878 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-08 14:40:56 --><!-- Compression = gzip -->
