<?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"
	>

<channel>
	<title>Azhar</title>
	<atom:link href="http://blog.ilmuit.com/azhar/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ilmuit.com/azhar</link>
	<description>Aku adalah Azhar</description>
	<pubDate>Thu, 01 May 2008 23:45:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Installing MySQL Server on CentOS</title>
		<link>http://blog.ilmuit.com/azhar/2008/04/29/installing-mysql-server-on-centos/</link>
		<comments>http://blog.ilmuit.com/azhar/2008/04/29/installing-mysql-server-on-centos/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 04:00:17 +0000</pubDate>
		<dc:creator>azhar</dc:creator>
		
		<category><![CDATA[CentOS]]></category>

		<category><![CDATA[installing mysql server]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[mysqld]]></category>

		<guid isPermaLink="false">http://blog.ilmuit.com/azhar/2008/04/29/installing-mysql-server-on-centos/</guid>
		<description><![CDATA[To check if MySQL Server is installed, use the following command:
# rpm -qa &#124; grep mysql
Check the output:
mysqlclient10-3.23.58-4.RHEL4.1
libdbi-dbd-mysql-0.6.5-10.RHEL4.1
mysql-4.1.20-1.RHEL4.1
mysql-devel-4.1.20-1.RHEL4.1
If mysql-server* package is not there, means you haven&#8217;t installed the mysql-server package.
To Install MySQL Server, do the following command (Yum must be installed):
# yum install mysql-server
Once the installation is complete, recheck the package again:
# rpm -qa &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>To check if MySQL Server is installed, use the following command:</p>
<p><code># rpm -qa | grep mysql</code></p>
<p>Check the output:</p>
<p><code>mysqlclient10-3.23.58-4.RHEL4.1<br />
libdbi-dbd-mysql-0.6.5-10.RHEL4.1<br />
mysql-4.1.20-1.RHEL4.1<br />
mysql-devel-4.1.20-1.RHEL4.1<br />
</code>If <strong>mysql-server*</strong> package is not there, means you haven&#8217;t installed the mysql-server package.</p>
<p>To Install MySQL Server, do the following command (Yum must be installed):</p>
<p><code># yum install mysql-server</code></p>
<p>Once the installation is complete, recheck the package again:<br />
<code># rpm -qa | grep mysql</code></p>
<p><code>mysqlclient10-3.23.58-4.RHEL4.1<br />
libdbi-dbd-mysql-0.6.5-10.RHEL4.1<br />
mysql-4.1.20-3.RHEL4.1.el4_6.1<br />
mysql-devel-4.1.20-3.RHEL4.1.el4_6.1<br />
<strong>mysql-server-4.1.20-3.RHEL4.1.el4_6.1 </strong></code></p>
<p>Now start MySQL server daemon:</p>
<p><code># service mysqld start</code></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.ilmuit.com%2Fazhar%2F2008%2F04%2F29%2Finstalling-mysql-server-on-centos%2F';
  addthis_title  = 'Installing+MySQL+Server+on+CentOS';
  addthis_pub    = 'ilmuit';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.ilmuit.com/azhar/2008/04/29/installing-mysql-server-on-centos/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Menjalankan aplikasi Linux di dalam Windows</title>
		<link>http://blog.ilmuit.com/azhar/2008/02/25/menjalankan-aplikasi-linux-di-dalam-windows/</link>
		<comments>http://blog.ilmuit.com/azhar/2008/02/25/menjalankan-aplikasi-linux-di-dalam-windows/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 16:15:44 +0000</pubDate>
		<dc:creator>azhar</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[andLinux]]></category>

		<guid isPermaLink="false">http://blog.ilmuit.com/azhar/2008/02/25/menjalankan-aplikasi-linux-di-dalam-windows/</guid>
		<description><![CDATA[?
Anda seorang penggemar Linux tetapi sering menggunakan Windows untuk kerja-kerja seharian? Ada berita baik untuk anda.
Selain menjalankan Linux di dalam Windows menggunakan produk-produk emulator seperti VMware dan VirtualBox, terdapat distribusi Linux yang dinamakan andLinux membolehkan anda menjalan aplikasi Linux di atas pelantar Windows sambil kedua-dua sistem operasi Windows dan Linux berjalan secara serentak.
andLinux akan didatangkan [...]]]></description>
			<content:encoded><![CDATA[<p>?<img src="http://blog.ilmuit.com/azhar/files/2008/02/andlinux.png" alt="andLinux" /></p>
<p>Anda seorang penggemar Linux tetapi sering menggunakan Windows untuk kerja-kerja seharian? Ada berita baik untuk anda.</p>
<p>Selain menjalankan Linux di dalam Windows menggunakan produk-produk emulator seperti VMware dan VirtualBox, terdapat distribusi Linux yang dinamakan andLinux membolehkan anda menjalan aplikasi Linux di atas pelantar Windows sambil kedua-dua sistem operasi Windows dan Linux berjalan secara serentak.</p>
<p>andLinux akan didatangkan dengan dua perasa; satu dengan sistem KDE dan satu lagi dengan sistem berasaskan XFCE.</p>
<p><a href="http://www.andlinux.com">http://www.andlinux.com</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.ilmuit.com%2Fazhar%2F2008%2F02%2F25%2Fmenjalankan-aplikasi-linux-di-dalam-windows%2F';
  addthis_title  = 'Menjalankan+aplikasi+Linux+di+dalam+Windows';
  addthis_pub    = 'ilmuit';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.ilmuit.com/azhar/2008/02/25/menjalankan-aplikasi-linux-di-dalam-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Turn off ICMP echo response</title>
		<link>http://blog.ilmuit.com/azhar/2007/09/21/turn-off-icmp-echo-response/</link>
		<comments>http://blog.ilmuit.com/azhar/2007/09/21/turn-off-icmp-echo-response/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 16:56:41 +0000</pubDate>
		<dc:creator>azhar</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.ilmuit.com/azhar/2007/09/21/turn-off-icmp-echo-response/</guid>
		<description><![CDATA[To avoid malicious attacks from ping, you may disable ICMP echo response by adding the following lines to /etc/sysctl.conf file.
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.icmp_echo_ignore_all = 1
Then run the following command:
# sysctl -p

  addthis_url    = 'http%3A%2F%2Fblog.ilmuit.com%2Fazhar%2F2007%2F09%2F21%2Fturn-off-icmp-echo-response%2F';
  addthis_title  = 'Turn+off+ICMP+echo+response';
  addthis_pub    = 'ilmuit';

]]></description>
			<content:encoded><![CDATA[<p>To avoid malicious attacks from ping, you may disable ICMP echo response by adding the following lines to /etc/sysctl.conf file.</p>
<p><code>net.ipv4.icmp_echo_ignore_broadcasts = 1<br />
net.ipv4.icmp_echo_ignore_all = 1</code></p>
<p>Then run the following command:</p>
<p><code># sysctl -p</code></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.ilmuit.com%2Fazhar%2F2007%2F09%2F21%2Fturn-off-icmp-echo-response%2F';
  addthis_title  = 'Turn+off+ICMP+echo+response';
  addthis_pub    = 'ilmuit';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.ilmuit.com/azhar/2007/09/21/turn-off-icmp-echo-response/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apache 2.2 &#38; PHP 5 - Error 403 Access forbidden</title>
		<link>http://blog.ilmuit.com/azhar/2007/06/20/apache-22-php-5-error-403-access-forbidden/</link>
		<comments>http://blog.ilmuit.com/azhar/2007/06/20/apache-22-php-5-error-403-access-forbidden/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 09:00:00 +0000</pubDate>
		<dc:creator>azhar</dc:creator>
		
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://blog.ilmuit.com/azhar/2007/06/20/apache-22-php-5-error-403-access-forbidden/</guid>
		<description><![CDATA[If you are using Apache 2.2 and PHP 5 and keep receiving this error:
Forbidden
You don&#8217;t have permission to access / on this server.
You need to check the .conf file and see if there are no unintentional restrictions to accessing the pages. To remove the restriction, each allowed directory must include the Allow from All statement:
&#60;Directory [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using <span class="postbody">Apache 2.2 and PHP 5 and keep receiving this error:</span></p>
<blockquote><p>Forbidden</p>
<p>You don&#8217;t have permission to access / on this server.</p></blockquote>
<p>You need to check the .conf file and see if there are no unintentional restrictions to accessing the pages. To remove the restriction, each allowed directory must include the <strong>Allow from All</strong> statement:</p>
<p><code>&lt;Directory /&gt;<br />
Allow from All<br />
&lt;/Directory&gt;</code></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Apache+2.2" rel="tag">Apache 2.2</a>, <a href="http://technorati.com/tag/PHP+5" rel="tag"> PHP 5</a>, <a href="http://technorati.com/tag/Access+Forbidden" rel="tag"> Access Forbidden</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.ilmuit.com%2Fazhar%2F2007%2F06%2F20%2Fapache-22-php-5-error-403-access-forbidden%2F';
  addthis_title  = 'Apache+2.2+%26amp%3B+PHP+5+-+Error+403+Access+forbidden';
  addthis_pub    = 'ilmuit';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.ilmuit.com/azhar/2007/06/20/apache-22-php-5-error-403-access-forbidden/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Create Private Name Server in WHM</title>
		<link>http://blog.ilmuit.com/azhar/2007/05/15/how-to-create-private-name-server-in-whm/</link>
		<comments>http://blog.ilmuit.com/azhar/2007/05/15/how-to-create-private-name-server-in-whm/#comments</comments>
		<pubDate>Tue, 15 May 2007 11:43:51 +0000</pubDate>
		<dc:creator>azhar</dc:creator>
		
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://blog.ilmuit.com/azhar/2007/05/15/how-to-create-private-name-server-in-whm/</guid>
		<description><![CDATA[1) Login to WHM (web host manager)
2) Under DNS functions, click Add a DNS Zone.
3) Enter your IP address of the reseller name servers above on the server your account is located.
4) Next, Enter your first nameserver in &#8216;domain&#8217; field:
ns1.yourdomain.com
5) Click Do it.
6) Repeat this process for your second name server
You now need to create [...]]]></description>
			<content:encoded><![CDATA[<p>1) Login to WHM (web host manager)<br />
2) Under <strong>DNS functions</strong>, click <strong>Add a DNS Zone</strong>.<br />
3) Enter your IP address of the reseller name servers above on the server your account is located.<br />
4) Next, Enter your first nameserver in &#8216;domain&#8217; field:</p>
<p>ns1.yourdomain.com</p>
<p>5) Click <strong>Do it</strong>.<br />
6) Repeat this process for your second name server</p>
<p>You now need to create / register the name servers at your domain registrar. Please contact them to assist you, as each registrar has a different process.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.ilmuit.com%2Fazhar%2F2007%2F05%2F15%2Fhow-to-create-private-name-server-in-whm%2F';
  addthis_title  = 'How+to+Create+Private+Name+Server+in+WHM';
  addthis_pub    = 'ilmuit';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.ilmuit.com/azhar/2007/05/15/how-to-create-private-name-server-in-whm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Administer your database via MySQL Administrator</title>
		<link>http://blog.ilmuit.com/azhar/2007/05/01/administer-your-database-via-mysql-administrator/</link>
		<comments>http://blog.ilmuit.com/azhar/2007/05/01/administer-your-database-via-mysql-administrator/#comments</comments>
		<pubDate>Tue, 01 May 2007 03:51:19 +0000</pubDate>
		<dc:creator>azhar</dc:creator>
		
		<category><![CDATA[CPanel]]></category>

		<guid isPermaLink="false">http://blog.ilmuit.com/azhar/2007/05/01/administer-your-database-via-mysql-administrator/</guid>
		<description><![CDATA[In CPanel, if you wish to manage or connect your database from other location, let say from your own PC, via a program like MySQLFront, mysql.exe, MySQL Administrator, or PremiumSoft Navicat, you need to add an &#8220;access host&#8221;.

1) From the CPanel administration page, click the MySQL Databases icon.
2) On the Access Hosts: directive, type your [...]]]></description>
			<content:encoded><![CDATA[<p>In CPanel, if you wish to manage or connect your database from other location, let say from your own PC, via a program like MySQLFront, mysql.exe, MySQL Administrator, or PremiumSoft Navicat, you need to add an &#8220;access host&#8221;.</p>
<p><img src="http://blog.ilmuit.com/azhar/files/2007/05/cpanel-database-access-host1.gif" alt="Access Host" /></p>
<p>1) From the CPanel administration page, click the MySQL Databases icon.</p>
<p>2) On the Access Hosts: directive, type your IP Address on the Host field. You can use the % character for wildcard</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.ilmuit.com%2Fazhar%2F2007%2F05%2F01%2Fadminister-your-database-via-mysql-administrator%2F';
  addthis_title  = 'Administer+your+database+via+MySQL+Administrator';
  addthis_pub    = 'ilmuit';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.ilmuit.com/azhar/2007/05/01/administer-your-database-via-mysql-administrator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kemaskini Awstats</title>
		<link>http://blog.ilmuit.com/azhar/2007/03/10/kemaskini-awstats/</link>
		<comments>http://blog.ilmuit.com/azhar/2007/03/10/kemaskini-awstats/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 21:13:43 +0000</pubDate>
		<dc:creator>azhar</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://blog.ilmuit.com/azhar/2007/03/10/kemaskini-awstats/</guid>
		<description><![CDATA[Kemaskini secara manual
perl awstats.pl -config=contoh.com -update
Kemaskini secara automatik
1. Buka crontab
crontab -e
2. Masukkan arahan:
02 2 * * * /usr/local/www/data/stats/awstats/wwwroot/cgi-bin/awstats.pl -config=contoh.com -update &#62; /dev/null
Contoh Awstats yang akan dikemaskini pada jam 2.02 a.m

  addthis_url    = 'http%3A%2F%2Fblog.ilmuit.com%2Fazhar%2F2007%2F03%2F10%2Fkemaskini-awstats%2F';
  addthis_title  = 'Kemaskini+Awstats';
  addthis_pub    = 'ilmuit';

]]></description>
			<content:encoded><![CDATA[<p><strong>Kemaskini secara manual</strong></p>
<p><code>perl awstats.pl -config=contoh.com -update</code></p>
<p><strong>Kemaskini secara automatik</strong></p>
<p>1. Buka crontab</p>
<p><code>crontab -e</code></p>
<p>2. Masukkan arahan:</p>
<p><code>02 2 * * * /usr/local/www/data/stats/awstats/wwwroot/cgi-bin/awstats.pl -config=contoh.com -update &gt; /dev/null</code></p>
<p>Contoh Awstats yang akan dikemaskini pada jam 2.02 a.m</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.ilmuit.com%2Fazhar%2F2007%2F03%2F10%2Fkemaskini-awstats%2F';
  addthis_title  = 'Kemaskini+Awstats';
  addthis_pub    = 'ilmuit';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.ilmuit.com/azhar/2007/03/10/kemaskini-awstats/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install Fantastico dalam CPanel/WHM</title>
		<link>http://blog.ilmuit.com/azhar/2007/02/02/install-fantastico-dalam-cpanelwhm/</link>
		<comments>http://blog.ilmuit.com/azhar/2007/02/02/install-fantastico-dalam-cpanelwhm/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 18:22:32 +0000</pubDate>
		<dc:creator>azhar</dc:creator>
		
		<category><![CDATA[CPanel]]></category>

		<guid isPermaLink="false">http://blog.ilmuit.com/azhar/2007/02/02/install-fantastico-dalam-cpanelwhm/</guid>
		<description><![CDATA[SSH ke server, dan issue command:
cd /usr/local/cpanel/whostmgr/docroot/cgi
wget http://www.netenberg.com/files/free/fantastico_whm_admin.tgz
tar -xzpf fantastico_whm_admin.tgz
rm -rf fantastico_whm_admin.tgz
Login ke WHM sebagai root dan masuk ke Add-Ons -&#62; Fantastico De Luxe WHM Admin

  addthis_url    = 'http%3A%2F%2Fblog.ilmuit.com%2Fazhar%2F2007%2F02%2F02%2Finstall-fantastico-dalam-cpanelwhm%2F';
  addthis_title  = 'Install+Fantastico+dalam+CPanel%2FWHM';
  addthis_pub    = 'ilmuit';

]]></description>
			<content:encoded><![CDATA[<p>SSH ke server, dan issue command:</p>
<p><code>cd /usr/local/cpanel/whostmgr/docroot/cgi<br />
wget http://www.netenberg.com/files/free/fantastico_whm_admin.tgz<br />
tar -xzpf fantastico_whm_admin.tgz<br />
rm -rf fantastico_whm_admin.tgz</code></p>
<p>Login ke WHM sebagai root dan masuk ke Add-Ons -&gt; Fantastico De Luxe WHM Admin</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.ilmuit.com%2Fazhar%2F2007%2F02%2F02%2Finstall-fantastico-dalam-cpanelwhm%2F';
  addthis_title  = 'Install+Fantastico+dalam+CPanel%2FWHM';
  addthis_pub    = 'ilmuit';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.ilmuit.com/azhar/2007/02/02/install-fantastico-dalam-cpanelwhm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install sudo dalam Debian</title>
		<link>http://blog.ilmuit.com/azhar/2007/02/01/install-sudo-dalam-debian/</link>
		<comments>http://blog.ilmuit.com/azhar/2007/02/01/install-sudo-dalam-debian/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 00:00:55 +0000</pubDate>
		<dc:creator>azhar</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://blog.ilmuit.com/azhar/2007/02/01/install-sudo-dalam-debian/</guid>
		<description><![CDATA[Untuk install sudo dalam Debian:
aptitude install sudo
Fail configuration terletak di /etc/sudoers

  addthis_url    = 'http%3A%2F%2Fblog.ilmuit.com%2Fazhar%2F2007%2F02%2F01%2Finstall-sudo-dalam-debian%2F';
  addthis_title  = 'Install+sudo+dalam+Debian';
  addthis_pub    = 'ilmuit';

]]></description>
			<content:encoded><![CDATA[<p>Untuk install sudo dalam Debian:</p>
<p><code>aptitude install sudo</code></p>
<p>Fail configuration terletak di <strong>/etc/sudoers</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.ilmuit.com%2Fazhar%2F2007%2F02%2F01%2Finstall-sudo-dalam-debian%2F';
  addthis_title  = 'Install+sudo+dalam+Debian';
  addthis_pub    = 'ilmuit';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.ilmuit.com/azhar/2007/02/01/install-sudo-dalam-debian/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tukar hostname dalam Linux</title>
		<link>http://blog.ilmuit.com/azhar/2007/02/01/tukar-hostname/</link>
		<comments>http://blog.ilmuit.com/azhar/2007/02/01/tukar-hostname/#comments</comments>
		<pubDate>Wed, 31 Jan 2007 23:54:42 +0000</pubDate>
		<dc:creator>azhar</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.ilmuit.com/azhar/2007/02/01/tukar-hostname/</guid>
		<description><![CDATA[Untuk tukar hostname dalam Linux,kita boleh issue command hostname
Macam mana nak tahu current hostname?
hostname
Macam mana nak tahu FQDN dalam sistem?
hostname --fqd
Macam mana nak tukar hostname?
hostname NAMA_BARU

  addthis_url    = 'http%3A%2F%2Fblog.ilmuit.com%2Fazhar%2F2007%2F02%2F01%2Ftukar-hostname%2F';
  addthis_title  = 'Tukar+hostname+dalam+Linux';
  addthis_pub    = 'ilmuit';

]]></description>
			<content:encoded><![CDATA[<p>Untuk tukar hostname dalam Linux,kita boleh issue command <code>hostname</code></p>
<p>Macam mana nak tahu current hostname?</p>
<p><code>hostname</code></p>
<p>Macam mana nak tahu FQDN dalam sistem?</p>
<p><code>hostname --fqd</code></p>
<p>Macam mana nak tukar hostname?</p>
<p><code>hostname NAMA_BARU</code></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.ilmuit.com%2Fazhar%2F2007%2F02%2F01%2Ftukar-hostname%2F';
  addthis_title  = 'Tukar+hostname+dalam+Linux';
  addthis_pub    = 'ilmuit';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.ilmuit.com/azhar/2007/02/01/tukar-hostname/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
