<?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># blog -umarzuki</title>
	<atom:link href="http://umarzuki.org/blogku/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://umarzuki.org/blogku</link>
	<description>Ubuntu, Debian dan semua berkaitan</description>
	<lastBuildDate>Thu, 02 Sep 2010 14:34:15 +0000</lastBuildDate>
	<language>ms</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Pemasangan Joomla 1.5 Pada Debian Lenny</title>
		<link>http://umarzuki.org/blogku/?p=452</link>
		<comments>http://umarzuki.org/blogku/?p=452#comments</comments>
		<pubDate>Thu, 02 Sep 2010 13:50:47 +0000</pubDate>
		<dc:creator>Umarzuki</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[perisian]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://umarzuki.org/blogku/?p=452</guid>
		<description><![CDATA[Setelah siap memasang sistem Debian Lenny; semak pada /etc/apt/sources.list; anda cuma perlukan 5 baris berikut: deb http://security.debian.org/ lenny/updates main contrib deb-src http://security.debian.org/ lenny/updates main contrib deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib deb http://ftp.tw.debian.org/debian lenny main Setelah log masuk sebagai pengguna root, pastikan semua sistem anda telah dikemaskini aptitude update aptitude -y [...]]]></description>
			<content:encoded><![CDATA[<p>Setelah siap memasang sistem Debian Lenny; semak pada <strong>/etc/apt/sources.list</strong>; anda cuma perlukan 5 baris berikut:</p>
<pre class="brush: plain; ">
deb http://security.debian.org/ lenny/updates main contrib
deb-src http://security.debian.org/ lenny/updates main contrib
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib
deb http://ftp.tw.debian.org/debian lenny main
</pre>
<p>Setelah log masuk sebagai pengguna root, pastikan semua sistem anda telah dikemaskini<br />
<code>aptitude update<br />
aptitude -y safe-upgrade</code></p>
<p>Pasang pakej-pakej yang diperlukan<br />
<code>aptitude install apache2 mysql-server php5 php5-mysql<br />
/etc/init.d/apache2 restart</code></p>
<p>Semak sama ada php berfungsi<br />
<code>cd /var/www/</code></p>
<p>Cipta fail <strong>phpinfo.php</strong> dengan kandungan seperti berikut:</p>
<pre class="brush: php; ">
&lt;?php
phpinfo();
?&gt;
</pre>
<p>Buka pelungsur web dan pergi ke <strong>192.168.0.130/phpinfo.php</strong>; jika IP sistem anda adalah 192.168.0.130</p>
<p>Anda sepatutnya mendapat output seperti berikut:</p>
<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/09/09.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/09/09-150x150.png" alt="" title="09" width="150" height="150" class=" size-thumbnail wp-image-457" /></a></p>
<p>Cipta pengkalan data bernama joomla yang hanya boleh dicapai oleh pengguna mysql joomla_user pada localhost dengan kata laluan passw0rd<br />
<code>mysql -u root -p<br />
create database joomla;<br />
grant all privileges on joomla.* to 'joomla_user'@'localhost' identified by 'passw0rd';<br />
flush privileges;</code></p>
<p>Muaturun Joomla yang terbaharu (contoh menggunakan versi 1.5.20)<br />
<code>wget http://joomlacode.org/gf/download/frsrelease/12610/53421/Joomla_1.5.20-Stable-Full_Package.zip<br />
</code></p>
<p>Ekstrak pakej Joomla<br />
<code>mkdir joomla<br />
cd joomla/<br />
aptitude install unzip<br />
unzip ../Joomla_1.5.20-Stable-Full_Package.zip<br />
cd ..<br />
chown -R www-data:www-data joomla/<br />
/etc/init.d/apache2 restart</code></p>
<p>Buka pelungsur web dan pergi ke <strong>192.168.0.130/joomla</strong></p>
<p>Klik Next</p>
<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/09/00.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/09/00-150x150.png" alt="" title="00" width="150" height="150" class="size-thumbnail wp-image-461" /></a></p>
<p>Bandingkan output anda sengan berikut dan klik Next jika sama</p>
<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/09/01.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/09/01-150x150.png" alt="" title="01" width="150" height="150" class="size-thumbnail wp-image-462" /></a></p>
<p>Klik Next</p>
<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/09/02.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/09/02-150x150.png" alt="" title="02" width="150" height="150" class="size-thumbnail wp-image-463" /></a></p>
<p>Isikan maklumat pengkalan data seperti berikut dan klik Next</p>
<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/09/03.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/09/03-150x150.png" alt="" title="03" width="150" height="150" class="size-thumbnail wp-image-464" /></a></p>
<p>Klik Next</p>
<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/09/04.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/09/04-150x150.png" alt="" title="04" width="150" height="150" class="size-thumbnail wp-image-465" /></a></p>
<p>Isikan maklumat tajuk laman, alamat emel anda dan kata laluan. Kemudian klik Install Sample Data dan klik Next</p>
<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/09/05.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/09/05-150x150.png" alt="" title="05" width="150" height="150" class="size-thumbnail wp-image-466" /></a></p>
<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/09/06.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/09/06-150x150.png" alt="" title="06" width="150" height="150" class="size-thumbnail wp-image-467" /></a></p>
<p>Buang direktori installation pada lokasi pemasangan<br />
<code>rm -rf joomla/installation/</code></p>
<p>Klik Site untuk memaparkan laman yang telah siap dipasang. Pergi ke <strong>192.168.0.130/joomla/administrator</strong> untuk log masuk ke antaramuka administrator dengan nama pengguna <strong>admin</strong>. Kata laluannya seperti yang telah anda tetapkan sebentar tadi.</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D452&amp;title=Pemasangan+Joomla+1.5+Pada+Debian+Lenny" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D452&amp;title=Pemasangan+Joomla+1.5+Pada+Debian+Lenny" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D452&amp;title=Pemasangan+Joomla+1.5+Pada+Debian+Lenny" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D452&amp;headline=Pemasangan+Joomla+1.5+Pada+Debian+Lenny" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Pemasangan+Joomla+1.5+Pada+Debian+Lenny&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D452" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Pemasangan+Joomla+1.5+Pada+Debian+Lenny&amp;u=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D452" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Pemasangan+Joomla+1.5+Pada+Debian+Lenny&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D452" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Pemasangan+Joomla+1.5+Pada+Debian+Lenny&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D452" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Pemasangan+Joomla+1.5+Pada+Debian+Lenny&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D452" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D452&amp;title=Pemasangan+Joomla+1.5+Pada+Debian+Lenny&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D452" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D452" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D452" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://umarzuki.org/blogku/?feed=rss2&amp;p=452</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Berapa Tahun Negara Kita Telah Merdeka?</title>
		<link>http://umarzuki.org/blogku/?p=446</link>
		<comments>http://umarzuki.org/blogku/?p=446#comments</comments>
		<pubDate>Mon, 30 Aug 2010 23:28:45 +0000</pubDate>
		<dc:creator>Umarzuki</dc:creator>
				<category><![CDATA[pengaturcaraan]]></category>
		<category><![CDATA[merdeka]]></category>
		<category><![CDATA[skrip bash]]></category>

		<guid isPermaLink="false">http://umarzuki.org/blogku/?p=446</guid>
		<description><![CDATA[Berikut adalah skrip Bash yang menunjukkan cara pengiraan bilangan ulangtahun kemerdekaan negara kita: #!/bin/bash merdeka=1957 tahun_ini=$(date +%G) echo Negara kita telah merdeka selama $[$tahun_ini-$merdeka] tahun. Penerangan skrip: Baris pertama: untuk memudahkan skrip dijalankan dengan Bash setelah ditetapkan mod executable Baris kedua: untuk menetapkan tahun kemerdekaan negara kita Baris ketiga: untuk mendapatkan tahun pada masa ini [...]]]></description>
			<content:encoded><![CDATA[<p>Berikut adalah skrip <a href="http://en.wikipedia.org/wiki/Bash_(Unix_shell)">Bash</a> yang menunjukkan cara pengiraan bilangan ulangtahun kemerdekaan negara kita:</p>
<pre class="brush: bash; ">

#!/bin/bash
merdeka=1957
tahun_ini=$(date +%G)
echo Negara kita telah merdeka selama $[$tahun_ini-$merdeka] tahun.
</pre>
<p>Penerangan skrip:</p>
<p>Baris pertama: untuk memudahkan skrip dijalankan dengan Bash setelah ditetapkan mod executable</p>
<p>Baris kedua: untuk menetapkan tahun kemerdekaan negara kita</p>
<p>Baris ketiga: untuk mendapatkan tahun pada masa ini</p>
<p>Baris keempat: untuk memaparkan output ke skrin terminal yang seperti berikut jika skrip dijalankan pada tahun 2010</p>
<blockquote><p>Negara kita telah merdeka selama 53 tahun.</p></blockquote>
<p>Untuk memudahkan skrip dijalankan dengan satu arahan; jika nama skrip tadi adalah merdeka:</p>
<p>Set mod skrip tadi ke executable<br />
<code>chmod +x merdeka</code></p>
<p>Tukar ke pengguna root (super user)<br />
<code>su -</code></p>
<p>Salin skrip merdeka ke dalam /usr/bin/<br />
<code>cp /home/umarzuki/merdeka /usr/bin</code>/</p>
<p>Sekarang anda telah boleh menjalankan skrip tadi sebagai program yang sama nama dengan nama asalnya<br />
<code>$ merdeka<br />
Negara kita telah merdeka selama 53 tahun.</code></p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D446&amp;title=Berapa+Tahun+Negara+Kita+Telah+Merdeka%3F" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D446&amp;title=Berapa+Tahun+Negara+Kita+Telah+Merdeka%3F" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D446&amp;title=Berapa+Tahun+Negara+Kita+Telah+Merdeka%3F" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D446&amp;headline=Berapa+Tahun+Negara+Kita+Telah+Merdeka%3F" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Berapa+Tahun+Negara+Kita+Telah+Merdeka%3F&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D446" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Berapa+Tahun+Negara+Kita+Telah+Merdeka%3F&amp;u=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D446" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Berapa+Tahun+Negara+Kita+Telah+Merdeka%3F&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D446" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Berapa+Tahun+Negara+Kita+Telah+Merdeka%3F&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D446" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Berapa+Tahun+Negara+Kita+Telah+Merdeka%3F&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D446" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D446&amp;title=Berapa+Tahun+Negara+Kita+Telah+Merdeka%3F&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D446" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D446" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D446" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://umarzuki.org/blogku/?feed=rss2&amp;p=446</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Klien IRC Teks</title>
		<link>http://umarzuki.org/blogku/?p=439</link>
		<comments>http://umarzuki.org/blogku/?p=439#comments</comments>
		<pubDate>Sat, 28 Aug 2010 23:48:59 +0000</pubDate>
		<dc:creator>Umarzuki</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[chat client]]></category>
		<category><![CDATA[text based]]></category>

		<guid isPermaLink="false">http://umarzuki.org/blogku/?p=439</guid>
		<description><![CDATA[Jika anda kaki konsol/terminal seperti saya; Irssi mungkin sesuai untuk anda Pasang sebagai pengguna root: aptitude install irssi Contoh untuk sambung ke pelayan IRC FreeNode irssi -c irc.freenode.net -n nama-pengguna -w kata-laluan Untuk menyertai channel #debian-my setelah tersambung ke FreeNode dengan Irssi; taip: /join #debian-my]]></description>
			<content:encoded><![CDATA[<p>Jika anda kaki konsol/terminal seperti saya; <a href="http://www.irssi.org/">Irssi</a> mungkin sesuai untuk anda</p>
<p>Pasang sebagai pengguna root:<br />
<code>aptitude install irssi</code></p>
<p>Contoh untuk sambung ke pelayan <a href="http://www.irc.org/">IRC</a> <a href="http://freenode.net/">FreeNode</a><br />
<code>irssi -c irc.freenode.net -n nama-pengguna -w kata-laluan</code></p>
<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/08/Screenshot-umarzuki@milo-.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/08/Screenshot-umarzuki@milo-.png" alt="" title="Screenshot-umarzuki@milo: ~" width="667" height="464" class="aligncenter size-full wp-image-441" /></a></p>
<p>Untuk menyertai channel #debian-my setelah tersambung ke FreeNode dengan Irssi; taip:<br />
<code>/join #debian-my</code></p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D439&amp;title=Klien+IRC+Teks" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D439&amp;title=Klien+IRC+Teks" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D439&amp;title=Klien+IRC+Teks" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D439&amp;headline=Klien+IRC+Teks" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Klien+IRC+Teks&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D439" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Klien+IRC+Teks&amp;u=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D439" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Klien+IRC+Teks&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D439" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Klien+IRC+Teks&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D439" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Klien+IRC+Teks&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D439" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D439&amp;title=Klien+IRC+Teks&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D439" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D439" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D439" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://umarzuki.org/blogku/?feed=rss2&amp;p=439</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fon telinga dipasang; speaker berbunyi</title>
		<link>http://umarzuki.org/blogku/?p=433</link>
		<comments>http://umarzuki.org/blogku/?p=433#comments</comments>
		<pubDate>Fri, 27 Aug 2010 11:06:55 +0000</pubDate>
		<dc:creator>Umarzuki</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[perisian]]></category>
		<category><![CDATA[bunyi]]></category>
		<category><![CDATA[laptop]]></category>

		<guid isPermaLink="false">http://umarzuki.org/blogku/?p=433</guid>
		<description><![CDATA[Jika speaker komputer riba anda berbunyi sekalipun anda telah memasang fon telinga; rendahkan slider internal speaker pada aplet bunyi. Klik-kanan pada aplet bunyi dan pilih Open Volume Control Seret slider ke bawah untuk mengurangkan bunyi Rujuk gambar dibawah]]></description>
			<content:encoded><![CDATA[<p>Jika speaker komputer riba anda berbunyi sekalipun anda telah memasang fon telinga; rendahkan slider internal speaker pada aplet bunyi.</p>
<ol>
<li>Klik-kanan pada aplet bunyi dan pilih <b>Open Volume Control</b>
<li>Seret slider ke bawah untuk mengurangkan bunyi
</ol>
<p>Rujuk gambar dibawah</p>
<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/08/Screenshot-Volume-Control-HDA-Intel-Alsa-mixer.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/08/Screenshot-Volume-Control-HDA-Intel-Alsa-mixer.png" alt="" title="Screenshot-Volume Control: HDA Intel (Alsa mixer)" width="510" height="328" class="aligncenter size-full wp-image-434" /></a></p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D433&amp;title=Fon+telinga+dipasang%3B+speaker+berbunyi" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D433&amp;title=Fon+telinga+dipasang%3B+speaker+berbunyi" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D433&amp;title=Fon+telinga+dipasang%3B+speaker+berbunyi" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D433&amp;headline=Fon+telinga+dipasang%3B+speaker+berbunyi" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Fon+telinga+dipasang%3B+speaker+berbunyi&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D433" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Fon+telinga+dipasang%3B+speaker+berbunyi&amp;u=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D433" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Fon+telinga+dipasang%3B+speaker+berbunyi&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D433" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Fon+telinga+dipasang%3B+speaker+berbunyi&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D433" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Fon+telinga+dipasang%3B+speaker+berbunyi&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D433" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D433&amp;title=Fon+telinga+dipasang%3B+speaker+berbunyi&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D433" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D433" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D433" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://umarzuki.org/blogku/?feed=rss2&amp;p=433</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nota LVM #1</title>
		<link>http://umarzuki.org/blogku/?p=427</link>
		<comments>http://umarzuki.org/blogku/?p=427#comments</comments>
		<pubDate>Thu, 05 Aug 2010 15:50:58 +0000</pubDate>
		<dc:creator>Umarzuki</dc:creator>
				<category><![CDATA[perisian]]></category>
		<category><![CDATA[perkakasan]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lvm]]></category>

		<guid isPermaLink="false">http://umarzuki.org/blogku/?p=427</guid>
		<description><![CDATA[Saya mempunyai 3 cakera keras 1 berkapasiti 80 GB 2 masing-masing berkapasiti 40 GB Saya ingin membina satu partition dengan saiz 60 GB dengan 2 cakera keras 40 GB. Bakinya akan saya fikirkan kegunaannya dikemudian hari. Jadikan cakera keras 40 GB pertama sebagai volum fizikal # pvcreate /dev/sdb Physical volume &#34;/dev/sdb&#34; successfully created Jadikan cakera [...]]]></description>
			<content:encoded><![CDATA[<p>Saya mempunyai 3 cakera keras<br />
1 berkapasiti 80 GB<br />
2 masing-masing berkapasiti 40 GB</p>
<p>Saya ingin membina satu partition dengan saiz 60 GB dengan 2 cakera keras 40 GB. Bakinya akan saya fikirkan kegunaannya dikemudian hari.</p>
<p>Jadikan cakera keras 40 GB pertama sebagai volum fizikal</p>
<pre class="brush: plain; ">
# pvcreate /dev/sdb
  Physical volume &quot;/dev/sdb&quot; successfully created
</pre>
<p>Jadikan cakera keras 40 GB kedua sebagai volum fizikal</p>
<pre class="brush: plain; ">
# pvcreate /dev/sdc
  Physical volume &quot;/dev/sdc&quot; successfully created
</pre>
<p>Masukkan kedua-dua volum fizikal tadi ke kumpulan volum yang diberi nama (dibuat saat ini) volum-tambahan</p>
<pre class="brush: plain; ">
# vgcreate volume-tambahan /dev/sdb /dev/sdc
  Volume group &quot;volume-tambahan&quot; successfully created
</pre>
<p>Semak sama ada kumpulan volum tersebut tadi berjaya dicipta</p>
<pre class="brush: plain; ">
# vgscan
  Reading all physical volumes.  This may take a while...
  Found volume group &quot;volume-tambahan&quot; using metadata type lvm2
</pre>
<p>Papar maklumat kumpulan volum tadi</p>
<pre class="brush: plain; ">
# vgdisplay volume-tambahan
  --- Volume group ---
  VG Name               volume-tambahan
  System ID
  Format                lvm2
  Metadata Areas        2
  Metadata Sequence No  1
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                0
  Open LV               0
  Max PV                0
  Cur PV                2
  Act PV                2
  VG Size               79.99 GB
  PE Size               4.00 MB
  Total PE              20478
  Alloc PE / Size       0 / 0
  Free  PE / Size       20478 / 79.99 GB
  VG UUID               LRJHvx-ZqMd-5iZ1-xbcY-PqKz-igvu-JtyksY
</pre>
<p>Cipta volum lojikal bernama filem dengan kapasiti 60 GB pada kumpulan volum volum-tambahan</p>
<pre class="brush: plain; ">
# lvcreate -n filem --size 60g volume-tambahan
  Logical volume &quot;filem&quot; created
</pre>
<p>Semak penggunaan kumpulan volum. Perhatikan pada baris ketiga terakhir yang menunjukkan 60 Gb telah diperuntukkan untuk saya guna</p>
<pre class="brush: plain; ">
# vgdisplay volume-tambahan
  --- Volume group ---
  VG Name               volume-tambahan
  System ID
  Format                lvm2
  Metadata Areas        2
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                1
  Open LV               0
  Max PV                0
  Cur PV                2
  Act PV                2
  VG Size               79.99 GB
  PE Size               4.00 MB
  Total PE              20478
  Alloc PE / Size       15360 / 60.00 GB
  Free  PE / Size       5118 / 19.99 GB
  VG UUID               LRJHvx-ZqMd-5iZ1-xbcY-PqKz-igvu-JtyksY
</pre>
<p>Sediakan sistem fail untuk volum lojikal filem</p>
<pre class="brush: plain; ">
# mkfs.ext3 /dev/volume-tambahan/filem
mke2fs 1.41.3 (12-Oct-2008)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
3932160 inodes, 15728640 blocks
786432 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
480 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
	32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
	4096000, 7962624, 11239424

Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 25 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
</pre>
<p>Papar maklumat volum lojikal tadi</p>
<pre class="brush: plain; ">
# lvdisplay /dev/volume-tambahan/filem
  --- Logical volume ---
  LV Name                /dev/volume-tambahan/filem
  VG Name                volume-tambahan
  LV UUID                JgDc0v-Hxtc-V1Is-LNQL-m731-CgJ6-z4ZNY4
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                60.00 GB
  Current LE             15360
  Segments               2
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:2
</pre>
<p>Cuba mount volum lojikal tadi dan semak dengan <a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?df">df</a></p>
<pre class="brush: plain; ">
# mkdir /mnt/filem
# mount /dev/volume-tambahan/filem /mnt/filem/
# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/debian-root
                       78G  652M   73G   1% /
tmpfs                 253M     0  253M   0% /lib/init/rw
udev                   10M  656K  9.4M   7% /dev
tmpfs                 253M     0  253M   0% /dev/shm
/dev/sda1             228M  9.4M  207M   5% /boot
/dev/mapper/volume--tambahan-filem
                       60G  180M   56G   1% /mnt/filem
</pre>
<p>Perhatikan pada baris terakhir yang menunjukkan bahawa volum lojikal tadi telah boleh digunakan.</p>
<p>Sumber rujukan:<br />
<a href="http://www.debian-administration.org/articles/410">http://www.debian-administration.org/articles/410</a></p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D427&amp;title=Nota+LVM+%231" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D427&amp;title=Nota+LVM+%231" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D427&amp;title=Nota+LVM+%231" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D427&amp;headline=Nota+LVM+%231" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Nota+LVM+%231&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D427" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Nota+LVM+%231&amp;u=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D427" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Nota+LVM+%231&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D427" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Nota+LVM+%231&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D427" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Nota+LVM+%231&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D427" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D427&amp;title=Nota+LVM+%231&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D427" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D427" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D427" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://umarzuki.org/blogku/?feed=rss2&amp;p=427</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nota FreeBSD #1</title>
		<link>http://umarzuki.org/blogku/?p=424</link>
		<comments>http://umarzuki.org/blogku/?p=424#comments</comments>
		<pubDate>Mon, 02 Aug 2010 14:46:23 +0000</pubDate>
		<dc:creator>Umarzuki</dc:creator>
				<category><![CDATA[bsd]]></category>

		<guid isPermaLink="false">http://umarzuki.org/blogku/?p=424</guid>
		<description><![CDATA[Lepas pasang FreeBSD, mesti buat langkah-langkah berikut sebelum boleh pasang apa-apa aplikasi dari ports FreeBSD Ambil dan ekstrak petikan pepohon ports portsnap fetch portsnap extract Kemudian barulah boleh memasang aplikasi dengan pkg_add -r nama-aplikasi]]></description>
			<content:encoded><![CDATA[<p>Lepas pasang <a href="http://www.freebsd.org/">FreeBSD</a>, mesti buat langkah-langkah berikut sebelum boleh pasang apa-apa aplikasi dari ports FreeBSD</p>
<p>Ambil dan ekstrak petikan pepohon ports<br />
<code>portsnap fetch<br />
portsnap extract</code></p>
<p>Kemudian barulah boleh memasang aplikasi dengan<br />
<code>pkg_add -r nama-aplikasi</code></p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D424&amp;title=Nota+FreeBSD+%231" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D424&amp;title=Nota+FreeBSD+%231" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D424&amp;title=Nota+FreeBSD+%231" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D424&amp;headline=Nota+FreeBSD+%231" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Nota+FreeBSD+%231&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D424" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Nota+FreeBSD+%231&amp;u=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D424" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Nota+FreeBSD+%231&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D424" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Nota+FreeBSD+%231&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D424" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Nota+FreeBSD+%231&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D424" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D424&amp;title=Nota+FreeBSD+%231&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D424" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D424" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D424" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://umarzuki.org/blogku/?feed=rss2&amp;p=424</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Menukar fail imej berformat BMP ke PNG</title>
		<link>http://umarzuki.org/blogku/?p=422</link>
		<comments>http://umarzuki.org/blogku/?p=422#comments</comments>
		<pubDate>Tue, 27 Jul 2010 11:36:53 +0000</pubDate>
		<dc:creator>Umarzuki</dc:creator>
				<category><![CDATA[perisian]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[imej]]></category>
		<category><![CDATA[tukar]]></category>

		<guid isPermaLink="false">http://umarzuki.org/blogku/?p=422</guid>
		<description><![CDATA[Amat mudah dengan pakej imagemagick Katakan fail 1.BMP hendak ditukar ke format PNG yang saiznya lebih kecil: convert 1.BMP 1.PNG Dalam kes saya; saya berjaya menyusutkan saiz imej dari 503 KB ke 8 KB apabila ditukar ke format PNG dari BMP.]]></description>
			<content:encoded><![CDATA[<p>Amat mudah dengan pakej <a href="http://www.imagemagick.org/script/index.php">imagemagick</a></p>
<p>Katakan fail 1.BMP hendak ditukar ke format PNG yang saiznya lebih kecil:</p>
<pre class="brush: bash; ">
convert 1.BMP 1.PNG
</pre>
<p>Dalam kes saya; saya berjaya menyusutkan saiz imej dari 503 KB ke 8 KB apabila ditukar ke format <a href="http://en.wikipedia.org/wiki/Portable_Network_Graphics">PNG</a> dari <a href="http://en.wikipedia.org/wiki/BMP_file_format">BMP</a>.</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D422&amp;title=Menukar+fail+imej+berformat+BMP+ke+PNG" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D422&amp;title=Menukar+fail+imej+berformat+BMP+ke+PNG" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D422&amp;title=Menukar+fail+imej+berformat+BMP+ke+PNG" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D422&amp;headline=Menukar+fail+imej+berformat+BMP+ke+PNG" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Menukar+fail+imej+berformat+BMP+ke+PNG&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D422" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Menukar+fail+imej+berformat+BMP+ke+PNG&amp;u=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D422" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Menukar+fail+imej+berformat+BMP+ke+PNG&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D422" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Menukar+fail+imej+berformat+BMP+ke+PNG&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D422" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Menukar+fail+imej+berformat+BMP+ke+PNG&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D422" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D422&amp;title=Menukar+fail+imej+berformat+BMP+ke+PNG&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D422" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D422" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D422" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://umarzuki.org/blogku/?feed=rss2&amp;p=422</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memasang Debian pada N900</title>
		<link>http://umarzuki.org/blogku/?p=406</link>
		<comments>http://umarzuki.org/blogku/?p=406#comments</comments>
		<pubDate>Sun, 11 Jul 2010 02:21:21 +0000</pubDate>
		<dc:creator>Umarzuki</dc:creator>
				<category><![CDATA[gajet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[n900]]></category>

		<guid isPermaLink="false">http://umarzuki.org/blogku/?p=406</guid>
		<description><![CDATA[Pada N900: Pergi ke App.manager, kemudian pasang Easy Debian dan lzma. Pada komputer anda: Muaturun imej Debian wget http://qole.org/files/debian-m5-v3d.img.ext2.lzma Kemudian pindah ke dalam N900 anda. Pada N900: Pastikan imej tersebut ada di dalam /home/user/MyDocs. Jika tidak, pindahkan ke dalam lokasi tersebut. Kemudian pilih aplikasi Deb Img Install. Jika ditanya mengenai lokasi untuk memasang Debian, pilih [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/07/Screenshot-20100711-104632.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/07/Screenshot-20100711-104632.png" alt="Cekupan skrin Debian dengan persekitaran atas meja LXDE pada N900" title="Screenshot-20100711-104632" width="800" height="480" class="aligncenter size-full wp-image-419" /></a></p>
<p><strong>Pada <a href="http://en.wikipedia.org/wiki/Nokia_N900">N900</a>:</strong><br />
Pergi ke <strong>App.manager</strong>, kemudian pasang <strong>Easy Debian</strong> dan <strong>lzma</strong>.</p>
<p><strong>Pada komputer anda:</strong><br />
Muaturun imej Debian<br />
<code>wget http://qole.org/files/debian-m5-v3d.img.ext2.lzma</code></p>
<p>Kemudian pindah ke dalam N900 anda.</p>
<p><strong>Pada N900:</strong><br />
Pastikan imej tersebut ada di dalam <strong>/home/user/MyDocs</strong>. Jika tidak, pindahkan ke dalam lokasi tersebut.</p>
<p>Kemudian pilih aplikasi <strong>Deb Img Install</strong>. Jika ditanya mengenai lokasi untuk memasang Debian, pilih MyDocs.</p>
<p>Proses pemasangan mungkin mengambil masa dalam setengah jam; tidak termasuk memuaturun imej Debian.</p>
<p>Untuk menggunakan Debian, pilih aplikasi <strong>Debian LXDE</strong>. Manakala untuk keluar; log keluar seperti biasa yang anda lakukan pada sistem Debian anda dan pilih aplikasi <strong>Close Debian</strong>.</p>
<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/07/Screenshot-20100711-104443.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/07/Screenshot-20100711-104443.png" alt="" title="Screenshot-20100711-104443" width="800" height="480" class="aligncenter size-full wp-image-420" /></a></p>
<p>Nota: apabila saya menulis &#8220;pilih aplikasi&#8221;; bermakna cari pada menu aplikasi.</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D406&amp;title=Memasang+Debian+pada+N900" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D406&amp;title=Memasang+Debian+pada+N900" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D406&amp;title=Memasang+Debian+pada+N900" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D406&amp;headline=Memasang+Debian+pada+N900" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Memasang+Debian+pada+N900&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D406" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Memasang+Debian+pada+N900&amp;u=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D406" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Memasang+Debian+pada+N900&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D406" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Memasang+Debian+pada+N900&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D406" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Memasang+Debian+pada+N900&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D406" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D406&amp;title=Memasang+Debian+pada+N900&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D406" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D406" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D406" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://umarzuki.org/blogku/?feed=rss2&amp;p=406</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tukar port lalai Postfix</title>
		<link>http://umarzuki.org/blogku/?p=399</link>
		<comments>http://umarzuki.org/blogku/?p=399#comments</comments>
		<pubDate>Sat, 03 Jul 2010 12:21:14 +0000</pubDate>
		<dc:creator>Umarzuki</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[default port]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://umarzuki.org/blogku/?p=399</guid>
		<description><![CDATA[Dalam /etc/postfix/master.cf, kalau nak ganti port 25 dengan port 26, tukar baris pertama yang tiada tanda # biasanya: smtp inet n - - - - smtpd kepada 26 inet n - - - - smtpd Muat semula servis postfix postfix reload]]></description>
			<content:encoded><![CDATA[<p>Dalam <strong>/etc/postfix/master.cf</strong>, kalau nak ganti port 25 dengan port 26, tukar baris pertama yang tiada tanda #<br />
biasanya:</p>
<pre class="brush: plain; ">
smtp      inet  n       -       -       -       -       smtpd
</pre>
<p>kepada</p>
<pre class="brush: plain; ">
26      inet  n       -       -       -       -       smtpd
</pre>
<p>Muat semula servis postfix<br />
<code>postfix reload</code></p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D399&amp;title=Tukar+port+lalai+Postfix" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D399&amp;title=Tukar+port+lalai+Postfix" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D399&amp;title=Tukar+port+lalai+Postfix" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D399&amp;headline=Tukar+port+lalai+Postfix" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Tukar+port+lalai+Postfix&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D399" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Tukar+port+lalai+Postfix&amp;u=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D399" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Tukar+port+lalai+Postfix&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D399" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Tukar+port+lalai+Postfix&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D399" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Tukar+port+lalai+Postfix&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D399" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D399&amp;title=Tukar+port+lalai+Postfix&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D399" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D399" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D399" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://umarzuki.org/blogku/?feed=rss2&amp;p=399</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Akses POP emel Yahoo! pada Thunderbird</title>
		<link>http://umarzuki.org/blogku/?p=389</link>
		<comments>http://umarzuki.org/blogku/?p=389#comments</comments>
		<pubDate>Sun, 27 Jun 2010 08:17:39 +0000</pubDate>
		<dc:creator>Umarzuki</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[icedove]]></category>
		<category><![CDATA[pop]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://umarzuki.org/blogku/?p=389</guid>
		<description><![CDATA[Tetapan pada Yahoo! Mail *Saya andaikan alamat emel Yahoo! anda adalah namaku@yahoo.com Pergi ke Options > Mail Options (Yahoo! Mail classic) Pada Account Information, tetapan Set language, site and timezone adalah seperti berikut: Pada POP &#038; Forwarding, tetapan adalah seperti berikut: Tetapan pada Thunderbird/Icedove Pada Server Settings, tetapan adalah seperti berikut: Pada Outgoing Server (SMTP) [...]]]></description>
			<content:encoded><![CDATA[<p>Tetapan pada Yahoo! Mail</p>
<p>*Saya andaikan alamat emel Yahoo! anda adalah namaku@yahoo.com</p>
<p>Pergi ke <strong>Options</strong> > <strong>Mail Options</strong> (Yahoo! Mail classic)</p>
<p>Pada <strong>Account Information</strong>, tetapan <strong>Set language, site and timezone</strong> adalah seperti berikut:</p>
<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/06/region.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/06/region.png" alt="" title="region" width="736" height="136" class="aligncenter size-full wp-image-390" /></a></p>
<p>Pada <strong>POP &#038; Forwarding</strong>, tetapan adalah seperti berikut:</p>
<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/06/pop.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/06/pop.png" alt="" title="pop" width="612" height="226" class="aligncenter size-full wp-image-391" /></a></p>
<p>Tetapan pada <a href="http://www.mozillamessaging.com/en-US/thunderbird/">Thunderbird</a>/Icedove</p>
<p>Pada <strong>Server Settings</strong>, tetapan adalah seperti berikut:</p>
<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/06/server-icedove.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/06/server-icedove.png" alt="" title="server-icedove" width="720" height="570" class="aligncenter size-full wp-image-392" /></a></p>
<p>Pada <strong>Outgoing Server (SMTP)</strong> lalai akaun anda, tetapkan seperti berikut:</p>
<p><a href="http://umarzuki.org/blogku/wp-content/uploads/2010/06/outgoing-icedove.png"><img src="http://umarzuki.org/blogku/wp-content/uploads/2010/06/outgoing-icedove.png" alt="" title="outgoing-icedove" width="411" height="388" class="aligncenter size-full wp-image-393" /></a></p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D389&amp;title=Akses+POP+emel+Yahoo%21+pada+Thunderbird" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D389&amp;title=Akses+POP+emel+Yahoo%21+pada+Thunderbird" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D389&amp;title=Akses+POP+emel+Yahoo%21+pada+Thunderbird" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D389&amp;headline=Akses+POP+emel+Yahoo%21+pada+Thunderbird" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Akses+POP+emel+Yahoo%21+pada+Thunderbird&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D389" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Akses+POP+emel+Yahoo%21+pada+Thunderbird&amp;u=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D389" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Akses+POP+emel+Yahoo%21+pada+Thunderbird&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D389" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Akses+POP+emel+Yahoo%21+pada+Thunderbird&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D389" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Akses+POP+emel+Yahoo%21+pada+Thunderbird&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D389" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D389&amp;title=Akses+POP+emel+Yahoo%21+pada+Thunderbird&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D389" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D389" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fumarzuki.org%2Fblogku%2F%3Fp%3D389" ><img class="lightsocial_img" src="http://umarzuki.org/blogku/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://umarzuki.org/blogku/?feed=rss2&amp;p=389</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
