<?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 Technology</title>
	<atom:link href="http://prigad.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://prigad.com</link>
	<description></description>
	<lastBuildDate>Thu, 19 Apr 2012 11:12:44 +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>Install Cacti on Debian Squeeze</title>
		<link>http://prigad.com/debian/install-cacti-on-debian-squeeze/</link>
		<comments>http://prigad.com/debian/install-cacti-on-debian-squeeze/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 11:12:24 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[cacti]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=2787</guid>
		<description><![CDATA[Not too hard to get started. Once you have SNMPD installed and working just run: apt-get install cacti When that is complete you will have to modify the Apache config. Add the follwing to &#34;/etc/apache2/sites-available/default&#34; between the VirtualHost tags: Alias /cacti/ &#34;/usr/share/cacti/site/&#34; &#60;Directory &#34;/usr/share/cacti/site/&#34;&#62; Options Indexes MultiViews FollowSymLinks AllowOverride None Order allow,deny Allow from all &#8230; <a href="http://prigad.com/debian/install-cacti-on-debian-squeeze/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://prigad.com/debian/install-cacti-on-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live edu Password Requirements</title>
		<link>http://prigad.com/live-edu-2/live-edu-password-requirements/</link>
		<comments>http://prigad.com/live-edu-2/live-edu-password-requirements/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 05:12:10 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[Live EDU]]></category>
		<category><![CDATA[Password requirement]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=2785</guid>
		<description><![CDATA[Applies to: Office 365 for professionals and small businesses, Office 365 for enterprises, Live@edu Topic Last Modified: 2012-02-24 The following rules and restrictions apply to account passwords. Rules The password can have a maximum length of 16 characters. Strong passwords are at least 8 characters long. The password is case-sensitive. The password can contain uppercase &#8230; <a href="http://prigad.com/live-edu-2/live-edu-password-requirements/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://prigad.com/live-edu-2/live-edu-password-requirements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian / Ubuntu Linux: Setup NFSv4 File Server</title>
		<link>http://prigad.com/linux/debian-linux/debian-ubuntu-linux-setup-nfsv4-file-server/</link>
		<comments>http://prigad.com/linux/debian-linux/debian-ubuntu-linux-setup-nfsv4-file-server/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 01:43:28 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[nfs server and client]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=2780</guid>
		<description><![CDATA[How do I install and configure NFS version 4 server under Debian or Ubuntu Linux server operating systems using host-based authentication? You need to install the following packages in Debian / Ubuntu Linux server: nfs-kernel-server: Linux kernel NFS version 3 and 4 server. portmap: RPC port mapper. nfs-common: NFS support files common to client and &#8230; <a href="http://prigad.com/linux/debian-linux/debian-ubuntu-linux-setup-nfsv4-file-server/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://prigad.com/linux/debian-linux/debian-ubuntu-linux-setup-nfsv4-file-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix Monitoring With Mailgraph And pflogsumm in ubuntu</title>
		<link>http://prigad.com/postfix/postfix-monitoring-with-mailgraph-and-pflogsumm-in-ubuntu/</link>
		<comments>http://prigad.com/postfix/postfix-monitoring-with-mailgraph-and-pflogsumm-in-ubuntu/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 00:10:04 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=2772</guid>
		<description><![CDATA[Mailgraph To install Mailgraph, we run apt-get install rrdtool mailgraph Ubuntu doesn&#39;t ask us questions. Nevertheless, we have to make the differentiation if we use a content filter like amavisd in Postfix or not. Open /etc/default/mailgraph: vi /etc/default/mailgraph If you use a content filter like amavisd, the file should have the following contents: MAIL_LOG=/var/log/mail.log IGNORE_LOCALHOST=true &#8230; <a href="http://prigad.com/postfix/postfix-monitoring-with-mailgraph-and-pflogsumm-in-ubuntu/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://prigad.com/postfix/postfix-monitoring-with-mailgraph-and-pflogsumm-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Postfix</title>
		<link>http://prigad.com/postfix/managing-postfix/</link>
		<comments>http://prigad.com/postfix/managing-postfix/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 00:00:52 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[Postfix]]></category>
		<category><![CDATA[Postfix Command]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=2769</guid>
		<description><![CDATA[Delete an Email from the Queue For Example &#8211; sending an email to someone and it bounces. Defauly retry is for 3 days. To remove it manually&#160;: postsuper -d queue_id Tons more info at: http://www.postfix.org/postsuper.1.html Delete all Deferred Emails from the Queue If spam emails are been sent and/or your mail queue fills up, you &#8230; <a href="http://prigad.com/postfix/managing-postfix/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://prigad.com/postfix/managing-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cek hardisk</title>
		<link>http://prigad.com/linux/cek-hardisk/</link>
		<comments>http://prigad.com/linux/cek-hardisk/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 07:43:51 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=2765</guid>
		<description><![CDATA[du -cks *&#124;sort -rn&#124;head du -h &#8211;max-depth=1 Related PostNo Related Posts]]></description>
		<wfw:commentRss>http://prigad.com/linux/cek-hardisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shut down  Debian Linux machine cleanly</title>
		<link>http://prigad.com/debian/shut-down-debianlinux-machine-cleanly/</link>
		<comments>http://prigad.com/debian/shut-down-debianlinux-machine-cleanly/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 01:27:57 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Linux command line]]></category>
		<category><![CDATA[Shutdown]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=2756</guid>
		<description><![CDATA[There are several ways to shut down&#160; DebianLinux machine cleanly, with the most simple probably being from the GUI environment you are using. For the GNOME desktop enviornment there is the option to shutdown the machine which is immediately available when you click &#34;Logout&#34;. Choosing this should log you out of the desktop and also &#8230; <a href="http://prigad.com/debian/shut-down-debianlinux-machine-cleanly/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://prigad.com/debian/shut-down-debianlinux-machine-cleanly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fantastisco Installation Instructions on cPanel</title>
		<link>http://prigad.com/cpanel/fantastisco-installation-instructions/</link>
		<comments>http://prigad.com/cpanel/fantastisco-installation-instructions/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 01:40:29 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Install fantastisco Deluxe]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=2743</guid>
		<description><![CDATA[SSH to your server(s) and enter following commands: Code: # cd /usr/local/cpanel/whostmgr/docroot/cgi # wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz # tar -xzpf fantastico_whm_admin.tgz # rm -rf fantastico_whm_admin.tgz Go to WHM, login as root and click on Tweak Settings, then you should ensure that both the Ioncube loader is selected for the backend copy of PHP. Save changes. Now &#8230; <a href="http://prigad.com/cpanel/fantastisco-installation-instructions/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://prigad.com/cpanel/fantastisco-installation-instructions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migration account server to server cPanel</title>
		<link>http://prigad.com/cpanel/migration-account-server-to-server-cpanel/</link>
		<comments>http://prigad.com/cpanel/migration-account-server-to-server-cpanel/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 12:23:38 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[migration user]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=2738</guid>
		<description><![CDATA[1) on old server: /scripts/pkgacct &#8211;skiphomedir account 2) on new server: rsync -vaz -e ssh root@202.20.181.193:/home/cpmove-account .tar.gz /home/cpmove-account .tar.gz 3) on new server: /scripts/restorepkg account 4) on new server: rsync -vaz -e ssh root@202.20.181.193:/home/account / /home/account Related PostOctober 31, 2011 -- Using Public Key Authentication in cPanel (0)October 13, 2011 -- Path log cPanel (0)November &#8230; <a href="http://prigad.com/cpanel/migration-account-server-to-server-cpanel/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://prigad.com/cpanel/migration-account-server-to-server-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add ssl certificate (.crt) on tomcat server</title>
		<link>http://prigad.com/ssl/memasukkan-ssl-pada-tomcat-6/</link>
		<comments>http://prigad.com/ssl/memasukkan-ssl-pada-tomcat-6/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 11:01:06 +0000</pubDate>
		<dc:creator>cahpct</dc:creator>
				<category><![CDATA[SSL]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[SSL Certificate]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://prigad.com/?p=2713</guid>
		<description><![CDATA[Cek Version of Tomcat #./version.sh Using CATALINA_BASE:&#160;&#160; /usr/local/apache-tomcat6.0 Using CATALINA_HOME:&#160;&#160; /usr/local/apache-tomcat6.0 Using CATALINA_TMPDIR: /usr/local/apache-tomcat6.0/temp Using JRE_HOME:&#160;&#160;&#160;&#160;&#160;&#160; /usr/local/jdk1.6.0 Server version: Apache Tomcat/6.0.18 Server built:&#160;&#160; Jul 22 2008 02:00:36 Server number:&#160; 6.0.18.0 OS Name:&#160;&#160;&#160;&#160;&#160;&#160;&#160; FreeBSD OS Version:&#160;&#160;&#160;&#160; 7.2-RELEASE Architecture:&#160;&#160; i386 JVM Version:&#160;&#160;&#160; 1.6.0_03-p4-yamaha_11_jul_2009_13_09-b00 JVM Vendor:&#160;&#160;&#160;&#160; Sun Microsystems Inc. Generate Key Pair and Generating a Certificate Signing Request &#8230; <a href="http://prigad.com/ssl/memasukkan-ssl-pada-tomcat-6/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://prigad.com/ssl/memasukkan-ssl-pada-tomcat-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

