<?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>Prigad</title>
	<atom:link href="http://prigad.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://prigad.com</link>
	<description>Data Center &#38; Linux Server Solution</description>
	<lastBuildDate>Sat, 18 May 2013 10:40:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>clnt_create: RPC: Program not registered</title>
		<link>http://prigad.com/clnt_create-rpc-program-not-registered/</link>
		<comments>http://prigad.com/clnt_create-rpc-program-not-registered/#comments</comments>
		<pubDate>Mon, 13 May 2013 04:25:04 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[nfs]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=3038</guid>
		<description><![CDATA[Usually you get this error if the you are trying to using showmount command to see the available nfs shares on your remote nfs server. [root@client ~]# showmount -e 192.168.85.1 clnt_create: RPC: Program not registered If the nfs service is runnging on your remote nfs server, you get this error on your client machine after [...]]]></description>
		<wfw:commentRss>http://prigad.com/clnt_create-rpc-program-not-registered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recomended wordpress security mode</title>
		<link>http://prigad.com/secure-wordpress-mode/</link>
		<comments>http://prigad.com/secure-wordpress-mode/#comments</comments>
		<pubDate>Mon, 06 May 2013 13:35:47 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=3033</guid>
		<description><![CDATA[.htaccess    ../.htaccess    404 wp-config.php    ../wp-config.php    400 index.php    ../index.php    400 wp-blog-header.php    ../wp-blog-header.php    400 root folder    ../    705 wp-admin/    ../wp-admin    705 wp-includes/    ../wp-includes    705 wp-content/    ../wp-content    705 wp-content/bps-backup/    ../wp-content/bps-backup    755]]></description>
		<wfw:commentRss>http://prigad.com/secure-wordpress-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>enabel imagettftext on cPanel</title>
		<link>http://prigad.com/build-gd-lib-on-cpanel-imagettftext-does-not-exist/</link>
		<comments>http://prigad.com/build-gd-lib-on-cpanel-imagettftext-does-not-exist/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 07:05:37 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[imagefttext]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=3029</guid>
		<description><![CDATA[EasyApache (Apache Update) &#62; Start cuntomizing based on profile &#62; Select apache version &#62; Select PHP version &#62; Exhaustive List &#62; FreeType: checked]]></description>
		<wfw:commentRss>http://prigad.com/build-gd-lib-on-cpanel-imagettftext-does-not-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Try again: Unable to connect to the MTA</title>
		<link>http://prigad.com/try-again-unable-to-connect-to-the-mta/</link>
		<comments>http://prigad.com/try-again-unable-to-connect-to-the-mta/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 05:26:33 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[Try again: Unable to connect to the MTA]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=3025</guid>
		<description><![CDATA[Saat kemaren saya setting email zimbra setelah usai install dan test server saya mendapatkan error Try again: Unable to connect to the MTA. Setelah melakukan penelusuran hingga larut malam saya putuskan tidur dulu karena badan dah lemah gemulai. Dan setelah bangun pagi , saya lanjutkan dan ternyata masalahnya domainya tidak bisa query ke dns server, [...]]]></description>
		<wfw:commentRss>http://prigad.com/try-again-unable-to-connect-to-the-mta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check Apache from command line interface</title>
		<link>http://prigad.com/check-apache-command-line/</link>
		<comments>http://prigad.com/check-apache-command-line/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 02:44:47 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[apache cek command line]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=3014</guid>
		<description><![CDATA[Check if Apache is running ps aux&#124;grep httpd Telnet to port 80 to see if it connects telnet localhost 80 How many Apache processes are running netstat -an &#124; grep :80&#124;wc -l How many Apache processes are in SYN_RECV state netstat -an &#124; grep :80 &#124; grep -i syn &#124; wc -l See how many [...]]]></description>
		<wfw:commentRss>http://prigad.com/check-apache-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Tips for making your cPanel and WHM servers more secure</title>
		<link>http://prigad.com/10-tips-for-making-your-cpanel-and-whm-servers-more-secure/</link>
		<comments>http://prigad.com/10-tips-for-making-your-cpanel-and-whm-servers-more-secure/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 07:22:02 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=3010</guid>
		<description><![CDATA[Please note that these tips are suggestions only and cPanel takes no responsibility for modifications to individual servers, or the security practices of individual servers. Server security is a collection of compromises, as any server that allows connections could be insecure. These tips are to be followed at your own risk. 1) Use secure passwords! [...]]]></description>
		<wfw:commentRss>http://prigad.com/10-tips-for-making-your-cpanel-and-whm-servers-more-secure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix /cgi-sys/defaultwebpage.cgi in Cpanel</title>
		<link>http://prigad.com/how-to-fix-cgi-sysdefaultwebpage-cgi-in-cpanel/</link>
		<comments>http://prigad.com/how-to-fix-cgi-sysdefaultwebpage-cgi-in-cpanel/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 01:52:54 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[cgi page error]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=3008</guid>
		<description><![CDATA[Login into the server with root access Running update script #/scripts/upcp –force Rebuild httpd.conf #/scripts/rebuildhttpdconf Restart cpanel dan httpd #/etc/init.d/cpanel restart #/etc/init.d/httpd restart If the problem persist try to CLEAR your Browser CACHE]]></description>
		<wfw:commentRss>http://prigad.com/how-to-fix-cgi-sysdefaultwebpage-cgi-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WHM Nameserver IPs Showing Wrong Info</title>
		<link>http://prigad.com/whm-nameserver-ips-showing-wrong-info/</link>
		<comments>http://prigad.com/whm-nameserver-ips-showing-wrong-info/#comments</comments>
		<pubDate>Sat, 01 Dec 2012 17:16:12 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=2938</guid>
		<description><![CDATA[Sometimes you can see wrong information regarding WHM/cPanel nameserver info. You can see it from Main &#62;&#62; DNS Functions &#62;&#62; Nameserver IPs . To fix this issue you need to edit two files /etc/nameserverips and /var/cpanel/nameserverips.yaml 1) Edit the file /etc/nameserverips .See an example below, # cat /etc/nameserverips 192.168.1.100=ns1.yourdomain.com 192.168.1.101=ns2.yourdomain.com 2) Edit the file /var/cpanel/nameserverips.yaml [...]]]></description>
		<wfw:commentRss>http://prigad.com/whm-nameserver-ips-showing-wrong-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Menghapus log blackberry</title>
		<link>http://prigad.com/menghapus-log-blackberry/</link>
		<comments>http://prigad.com/menghapus-log-blackberry/#comments</comments>
		<pubDate>Fri, 23 Nov 2012 09:04:57 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[Blackberry]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=2932</guid>
		<description><![CDATA[Blackberry sering sekali mengalami hang untuk mengindarinya bisa dilakukan dengan menghapus log adapun langkah &#8211; langkahnya sebagai berikut: Tekan&#160; alt dan&#160; L G&#160; L G . Halaman log akan muncul . Tekan Tombol&#160; Blackberry dan pilih &#34;Clear Logs&#34;.]]></description>
		<wfw:commentRss>http://prigad.com/menghapus-log-blackberry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Apps to Outlook 2010 Setup</title>
		<link>http://prigad.com/google-apps-to-outlook-2010-setup/</link>
		<comments>http://prigad.com/google-apps-to-outlook-2010-setup/#comments</comments>
		<pubDate>Tue, 20 Nov 2012 00:33:15 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Outlook 2010]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=2929</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://prigad.com/google-apps-to-outlook-2010-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
