<?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>anank.web.id</title>
	<atom:link href="http://www.anank.web.id/feed" rel="self" type="application/rss+xml" />
	<link>http://www.anank.web.id</link>
	<description>Kumpulan(dokumentasi pribadi) artikel dan tutorial yg tercecer...</description>
	<pubDate>Fri, 10 Jul 2009 02:27:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Mohon Maaf&#8230;&#8230;..</title>
		<link>http://www.anank.web.id/2009/07/10/mohon-maaf.html</link>
		<comments>http://www.anank.web.id/2009/07/10/mohon-maaf.html#comments</comments>
		<pubDate>Fri, 10 Jul 2009 02:26:48 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.anank.web.id/?p=41</guid>
		<description><![CDATA[saya mohon maaf kepada siapa saja yang sudah mampir dan meninggalkan pesan atau pertanyaan yg belum sempat ditanggapi karena kesibukan saya akhir-akhir ini. situs ini hanya sekedar dokumentasi pribadi beberapa tutorial dan artikel yang saya anggap perlu dan sebisa mungkin saya coba berbagi pengalaman dan ilmu yg pernah saya dapatkan. sekali lagi saya mohon maaf [...]]]></description>
			<content:encoded><![CDATA[<p>saya mohon maaf kepada siapa saja yang sudah mampir dan meninggalkan pesan atau pertanyaan yg belum sempat ditanggapi karena kesibukan saya akhir-akhir ini. situs ini hanya sekedar dokumentasi pribadi beberapa tutorial dan artikel yang saya anggap perlu dan sebisa mungkin saya coba berbagi pengalaman dan ilmu yg pernah saya dapatkan. sekali lagi saya mohon maaf yg sebesar2nya&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anank.web.id/2009/07/10/mohon-maaf.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>pf.conf</title>
		<link>http://www.anank.web.id/2009/02/08/pfconf.html</link>
		<comments>http://www.anank.web.id/2009/02/08/pfconf.html#comments</comments>
		<pubDate>Sun, 08 Feb 2009 09:46:35 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[*BSD]]></category>

		<guid isPermaLink="false">http://www.anank.web.id/?p=36</guid>
		<description><![CDATA[lan_net = &#8220;192.168.0.0/24&#8243; #IP client
int_if = &#8220;re0&#8243; #interface LAN
ext_if1 = &#8220;rl0&#8243;
ext_if2 = &#8220;rl1&#8243;
ext_gw1 = &#8220;192.168.1.1&#8243;
ext_gw2 = &#8220;192.168.2.1&#8243;
# scrub all
scrub in all
# nat outgoing connections on each internet interface
nat on $ext_if1 from $lan_net to any -&#62; ($ext_if1)
nat on $ext_if2 from $lan_net to any -&#62; ($ext_if2)
# pass all outgoing packets on internal interface
pass out on $int_if from [...]]]></description>
			<content:encoded><![CDATA[<p>lan_net = &#8220;192.168.0.0/24&#8243; #IP client<br />
int_if = &#8220;re0&#8243; #interface LAN<br />
ext_if1 = &#8220;rl0&#8243;<br />
ext_if2 = &#8220;rl1&#8243;<br />
ext_gw1 = &#8220;192.168.1.1&#8243;<br />
ext_gw2 = &#8220;192.168.2.1&#8243;</p>
<p># scrub all<br />
scrub in all</p>
<p># nat outgoing connections on each internet interface<br />
nat on $ext_if1 from $lan_net to any -&gt; ($ext_if1)<br />
nat on $ext_if2 from $lan_net to any -&gt; ($ext_if2)</p>
<p># pass all outgoing packets on internal interface<br />
pass out on $int_if from any to $lan_net</p>
<p># pass in quick any packets destined for the gateway itself<br />
pass in quick on $int_if from $lan_net to $int_if</p>
<p># load balance outgoing tcp traffic from internal network.<br />
pass in on $int_if route-to { ($ext_if1 $ext_gw1), ($ext_if2 $ext_gw2) } round-robin proto tcp from $lan_net to any keep sta$</p>
<p># load balance outgoing udp and icmp traffic from internal network<br />
pass in on $int_if route-to { ($ext_if1 $ext_gw1), ($ext_if2 $ext_gw2) } round-robin proto { udp, icmp } from $lan_net to an$</p>
<p># general &#8220;pass out&#8221; rules for external interfaces<br />
pass out on $ext_if1 proto tcp from any to any keep state<br />
pass out on $ext_if1 proto { udp, icmp } from any to any keep state<br />
pass out on $ext_if2 proto tcp from any to any keep state<br />
pass out on $ext_if2 proto { udp, icmp } from any to any keep state</p>
<p>#  route packets from any IPs on $ext_if1 to $ext_gw1 and the same for<br />
#  $ext_if2 and $ext_gw2<br />
#pass out on $ext_if1 route-to ($ext_if2 $ext_gw2) from $ext_if2 to any<br />
#pass out on $ext_if2 route-to ($ext_if1 $ext_gw1) from $ext_if1 to any</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anank.web.id/2009/02/08/pfconf.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Perbaiki Grub Ubuntu</title>
		<link>http://www.anank.web.id/2008/09/15/perbaiki-grub-ubuntu.html</link>
		<comments>http://www.anank.web.id/2008/09/15/perbaiki-grub-ubuntu.html#comments</comments>
		<pubDate>Mon, 15 Sep 2008 03:21:04 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.anank.web.id/?p=25</guid>
		<description><![CDATA[sumber : http://allabout.myself.web.id/2008/01/31/grub-loader-linux-hilang-setelah-install-window/
grub&#62; geometry (hd0);
drive 0×80: C/H/S = 9729/255/63, The number of sectors = 156301488, /dev/sda
Partition num: 0,  Filesystem type unknown, partition type 0×7
Partition num: 4,  Filesystem type unknown, partition type 0×7
Partition num: 5,  Filesystem type unknown, partition type 0×7
Partition num: 6,  Filesystem type unknown, partition type 0×82
Partition num: 7,  [...]]]></description>
			<content:encoded><![CDATA[<p>sumber : http://allabout.myself.web.id/2008/01/31/grub-loader-linux-hilang-setelah-install-window/</p>
<p><strong>grub&gt; geometry (hd0);</strong><br />
<em>drive 0×80: C/H/S = 9729/255/63, The number of sectors = 156301488, /dev/sda<br />
Partition num: 0,  Filesystem type unknown, partition type 0×7<br />
Partition num: 4,  Filesystem type unknown, partition type 0×7<br />
Partition num: 5,  Filesystem type unknown, partition type 0×7<br />
Partition num: 6,  Filesystem type unknown, partition type 0×82<br />
Partition num: 7,  Filesystem type is ext2fs, partition type 0×83</em></p>
<p>Pada partisi diatas terlihat bahwa partisi nomor 7 yang menggunakan linux, lalu ketik:</p>
<p><strong>grub&gt; root (hd0,7);</strong></p>
<p>untuk menjadikan GRUB Loader-nya berada di MBR, ketik;</p>
<p><strong>grub&gt; setup (hd0);</strong><br />
<em> Checking if “/boot/grub/stage1? exists… yes<br />
Checking if “/boot/grub/stage2? exists… yes<br />
Checking if “/boot/grub/e2fs_stage1_5? exists… yes<br />
Running “embed /boot/grub/e2fs_stage1_5 (hd0)”…  17 sectors are embedded.<br />
succeeded<br />
Running “install /boot/grub/stage1 (hd0) (hd0)1+17 p (hd0,7)/boot/grub/stage2<br />
/boot/grub/menu.lst”… succeeded<br />
Done.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anank.web.id/2008/09/15/perbaiki-grub-ubuntu.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Tutorial text editor Linux atau Unix</title>
		<link>http://www.anank.web.id/2008/09/10/tutorial-text-editor-linux-atau-unix.html</link>
		<comments>http://www.anank.web.id/2008/09/10/tutorial-text-editor-linux-atau-unix.html#comments</comments>
		<pubDate>Tue, 09 Sep 2008 23:19:43 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[*BSD]]></category>

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

		<category><![CDATA[text editor]]></category>

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

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

		<guid isPermaLink="false">http://www.anank.web.id/?p=22</guid>
		<description><![CDATA[sumber : http://csdir.org/
=====================================
11 - Basics of the common UNIX and Linux text editors.
=====================================
Here we go with the text editors vi, ed and emacs.
ed is just explained for historical reasons.
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
Most commonly used VI commands
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
Here we go with the vi commands, these are unlogical but still good to know
because all computers doesn&#8217;t have emacs, joe, pico and [...]]]></description>
			<content:encoded><![CDATA[<p>sumber : <a href="http://csdir.org/tutorials/bash-tutorial/basics-of-the-common-unix-and-linux-text-editors/#more-24">http://csdir.org/</a></p>
<p>=====================================<br />
11 - Basics of the common UNIX and Linux text editors.<br />
=====================================</p>
<p>Here we go with the text editors vi, ed and emacs.<br />
ed is just explained for historical reasons.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Most commonly used VI commands<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Here we go with the vi commands, these are unlogical but still good to know<br />
because all computers doesn&#8217;t have emacs, joe, pico and so on.<br />
Solaris / SunOS comes default with vi as only text editor.<br />
Vi has 2 basic modes, command mode and edit mode, you change between them<br />
by pressing the Esc button, and to start to edit a file you must have a<br />
free line, which you get by pressing, Esc followed by `o`.<br />
vi is bound to be the hardest and most confusing text editor to learn,<br />
and it has LOTS of commands, I included just a few of the most used<br />
commands.<span id="more-22"></span></p>
<p>So here we go with the vi commands:</p>
<p>Inserting text</p>
<p>esc + i                 insert text informant of the cursor<br />
esc + a                 append text after the existing text<br />
esc + O                 opens new line above the current line<br />
esc + o                 opens new line under current line (insert mode)</p>
<p>Deleting text</p>
<p>esc + x                 deletes one character<br />
esc + 5x                deletes five charters<br />
esc + dw                deletes a word<br />
esc + 5dw               deletes five words<br />
esc + dd                deletes the whole line<br />
esc + D            deletes the line from cursor and forward<br />
esc + d)                deletes the sentence from cursor and forward<br />
esc + d(                deletes the sentence from cursor and backwards<br />
esc + u                 undelete</p>
<p>Note: esc + d) or d( removes the sentence from cursor and forward/backwards<br />
until it reaches a dot &#8220;.&#8221;</p>
<p>Moving around in VI:</p>
<p>Make sure you are in command mode and the following letters will do:</p>
<p>j               moves you down<br />
k               moves you up<br />
h               moves you left<br />
l               moves you right</p>
<p>Finding Text</p>
<p>Hit esc then type in a / you then go to the bottom of the screen<br />
where you will see your / type in the text to look for.<br />
ie. /Linux<br />
that will find the word `Linux` in the open file.</p>
<p>Replacing Text</p>
<p>Hit esc and do: :start,stop,s/s_text/r_text/g</p>
<p>:               indicates that this is an ex command<br />
start           is the starting line number<br />
stop            is the stopping point<br />
s               is the substitute command<br />
s_text          is the search string (the text you are looking for )<br />
r_text          is the text you are replacing with<br />
g               is global</p>
<p>Example:</p>
<p>Esc + :5,8,s/l/ll/g</p>
<p>This would replace all &#8220;l&#8221;&#8217;s with &#8220;ll&#8221; on lines 5 to 8.</p>
<p>Note to Replacing Text:<br />
Line numbers can also be:<br />
.        current line<br />
$        last line</p>
<p>Basic save &amp; quit commands</p>
<p>Hit Esc and do a : where after you can type the commands.</p>
<p>w        write (save)<br />
q        quit<br />
!        force</p>
<p>ie. :q!  or  :wq</p>
<p>To create control characters do:</p>
<p>Ctrl+V Ctrl+&lt;the character&gt;</p>
<p>Example:</p>
<p>Ctrl+V Ctrl+A</p>
<p>That will create a ^A character.</p>
<p>(These last 3 commands are very alike ed commands)</p>
<p>Another useful thing in VI is split-screen mode, so you can edit 2 files<br />
at once, this is:</p>
<p>:split</p>
<p>Just press Esc and type &#8220;:split&#8221;.<br />
You can do this in most big editors &#8230;.. but ofcorse in another way, you&#8217;ll<br />
see when you&#8217;re reading the emacs section.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Most commonly used ED commands<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>ed is a very very old line editor, and the grand father of most editors,<br />
perhaps even the grandfather of all editors, it dates back to the time of<br />
the old CP/M machines, and is the father of the old DOS edlin line editor.<br />
So out of historical perspective, it can be fun to know how to operate ed.</p>
<p>Creating a file in ed:</p>
<p>alien:~$ ed newfile<br />
newfile: No such file or directory</p>
<p>Don&#8217;t worry, as soon as you save it it will create it.<br />
ED is pretty simple, here&#8217;s an example (the &#8220;(ed says)&#8221; and &#8220;(we type)&#8221; is<br />
just there to make it easier to follow the editing in this tutorial and is<br />
not there in reality):</p>
<p>alien:~$ echo &#8220;abcd&#8221; &gt;&gt; newfile; echo &#8220;efgh&#8221; &gt;&gt; newfile; echo &#8220;ijkl&#8221; &gt;&gt; newfile<br />
alien:~$ ed newfile<br />
15        (ed says)<br />
1,$ n        (we type)<br />
1       abcd    (ed says)<br />
2       efgh    (ed says)<br />
3       ijkl    (ed says)<br />
1        (we type)<br />
abcd        (ed says)<br />
s/ab/ll        (we type)<br />
llcd        (ed says)<br />
$ n        (we type)<br />
3       ijkl    (ed says)<br />
a        (we type)<br />
here we end    (we type)<br />
.        (we type)<br />
w        (we type)<br />
27        (ed says)<br />
q        (we type)<br />
alien:~$</p>
<p>Not all that hard is it ?<br />
Here&#8217;s a list of the most basic commands for ed:</p>
<p>1,$ n       displays all lines with numbers<br />
$ n        display last line, with number<br />
2 n         takes you to line 2<br />
s/new/old       replaces old with new<br />
a           takes you to editor mode<br />
.           takes you to command mode<br />
d           deletes line<br />
w        write file (save)<br />
q        quit</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>The final thing in this tutorial is a really quick look at emacs commands:</p>
<p>Most commonly used Emacs commands<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>^A Cursor to the beginning of line<br />
^E Cursor to the end of line<br />
^K Deletes rest of line forward<br />
^D Deletes current character<br />
^L Horizontally center the current line<br />
^S Search for a word forward in the file<br />
^R Search for a word backwards in file</p>
<p>^Q Followed by Ctrl+&lt;anything&gt;, gives the real control character in a text file</p>
<p>^X ^F Open file<br />
^X ^- ^- Undo<br />
^C+Shift+- Undo<br />
^X ^C !    Quit without saving<br />
^X 2 split screen (horizontaly)<br />
^X 3 split screen (verticaly)<br />
^X O move to other screen (if in splitscreen mode)<br />
^X ^W Save As<br />
^X ^S Save</p>
<p>(^X 1 to get back a single window from splitscreen mode)</p>
<p>Shift+Esc Shift+5: Replace query (press y to replace words)<br />
Meta+backspace: Deletes rest of word backwards (note &#8220;Meta&#8221; == &#8220;Alt&#8221;)<br />
Home: Takes cursor to the top of the file (Or equal to ^A)<br />
End: Takes cursor to the end of the file (Or equal to ^E)<br />
Delete: Deletes current character<br />
Page Up / Page Down: Does what they say<br />
Meta+X: Will load any emacs plugin, you may type any plugin name after pressing<br />
the Meta+X (Alt+X), if you press TAB here once you will get a list of the<br />
commands, if you type &#8216;a&#8217; followed by a tab you will get all commands<br />
starting with a and so on &#8230;. try: Meta+X doctor to try the<br />
interactive eliza bot, or try telnet, ftp, webjump or shell.</p>
<p>To reach the menus &#8220;Buffers Files &#8230;&#8221; etc. press F10<br />
and if you wanna get out of the menus press ^G.</p>
<p>You may think that all this is weird, but know that emacs use to work<br />
as a VERY primitive window manager, before the times of X.</p>
<p>Backspace and the arrow key&#8217;s works as normal.</p>
<p>A tip is tp press: ^X then press 2 then press ^X and then O, now press<br />
Meta+X and type &#8217;shell&#8217;, and you should have a split window, with a<br />
shell in the lower one, so you can code or write in the upper one<br />
at the same time as you have a shell in the lower one.<br />
To change between the windows simply press: Ctrl+X and then press: o<br />
A note is that if you want to run BitchX in the shell part you need<br />
to start it with: BitchX -d, to get it in dumb terminal mode.</p>
<p>Usless or obsolete commands:</p>
<p>^I TAB<br />
^O Move text forward<br />
^P same as UpArrow<br />
^F same as RightArrow<br />
^J Enter/Return<br />
^B same as LeftArrow<br />
^N same as DownArrow<br />
^M Enter/Return</p>
<p>^U Del  deletes 4 characterss backwards<br />
^U ^U Del       deletes 16 characterss backwards<br />
^U ^U ^U Del    deletes 64 characterss backwards</p>
<p>All you really need to know to start using emacs is how to save and quit.</p>
<p>( ^X ^S ^X ^C will save and quit, a tip is: hold down ^ (Ctrl) and<br />
press X S X C )</p>
<p>=====================================<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
=====================================</p>
<p>This should be enough for you to start to script in bash, and make useful<br />
scripts.<br />
The only thing that limits what you can do is your imagination (well almost).</p>
<p>Go over this tutorial several times so you really understand everything.<br />
If you accomplish that, you have a really good chance of learning UNIX well.</p>
<p>And that&#8217;s what it&#8217;s all about, to learn new things and explore new ways.<br />
As long as you learn you live, not the contrary.</p>
<p>This tutorial turned out rather large, but I hope that those of you out there<br />
that have the determination to learn shell scripting, also have the patinace<br />
to read it all, and if not, you can always use it as a small dictionary.</p>
<p>I&#8217;ve got the question many times, which Linux distribution is the best &#8230;.<br />
The question in it self is pointless and as ilitterat as asking<br />
what version linux is up to&#8230;.<br />
The later question can only be answerd with a kernel version number,<br />
and that is what Linux is, Linux is the kenrel and all distributions<br />
use the same kernel, everything else in the system is just &#8220;stuff around<br />
the kernel&#8221;, to this point I&#8217;ve found that Mandrake is the distibution<br />
that is most compleat for my needs, and it&#8217;s suitable for beginners<br />
aswell as for proffessionals, and it has nice configuration tools<br />
that have been written especially for Mandrake.<br />
But as I said, a Linux is a Linux, and the main difference between different<br />
distributions is the package manager, where of rpm is the most stanard<br />
and accepted, though I find Debians dpkg good aswell.<br />
This is to the difference of distributions that have no indiginous package<br />
manager like Slackware, that emulates a package manager with it&#8217;s .tgz<br />
package format (note that .tar.gz is not .tgz since .tgz should have it&#8217;s<br />
packages compressed with there path beginning from / )<br />
Now there is nothing wrong with that if you like to compile most stuff on the<br />
system your self, and many people preffer to do that.</p>
<p>My conclution is that the best distrinution is the one you personally<br />
like the best, the one that fits _your_ needs.</p>
<p>So anyway, when you know bash scripting well enough, my suggestion is to<br />
learn C programming, which, if you look at it with bash behind you,<br />
isn&#8217;t that hard.</p>
<p>So, I better go to bed and stop this nonses now.</p>
<p>Happy scripting all of you out there.</p>
<p>======================================================<br />
&#8212;&#8212;&#8212;&#8212;&#8212; Written by Billy Wideling &lt;-&gt; alien@koping.net &#8212;&#8212;&#8212;&#8212;&#8211;<br />
======================================================</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anank.web.id/2008/09/10/tutorial-text-editor-linux-atau-unix.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Centrino logo?</title>
		<link>http://www.anank.web.id/2008/09/04/centrino-logo.html</link>
		<comments>http://www.anank.web.id/2008/09/04/centrino-logo.html#comments</comments>
		<pubDate>Thu, 04 Sep 2008 01:44:54 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Hardware]]></category>

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

		<category><![CDATA[core 2 duo]]></category>

		<category><![CDATA[core duo]]></category>

		<category><![CDATA[dual core]]></category>

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

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

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

		<guid isPermaLink="false">http://www.anank.web.id/?p=21</guid>
		<description><![CDATA[Sumber : http://firefar.wordpress.com/2008/04/13/centrino/
Beberapa minggu yang lalu saat dikelas aku sedang menggunakan laptop, tiba2 datang teman ku yang berinisial R H, dimana RH ini cukup pandai dan juga mengajar di EVO. Dia melihat laptop ku, lalu berkomentar:
RH : Koq belinya yang centrino, bukan Core2Duo?
Far : Hmm, Apa yang kamu tahu tentang centrino?
RH : Ya setahu gw [...]]]></description>
			<content:encoded><![CDATA[<p>Sumber : <a href="http://firefar.wordpress.com/2008/04/13/centrino/">http://firefar.wordpress.com/2008/04/13/centrino/</a></p>
<p style="text-align: justify;">Beberapa minggu yang lalu saat dikelas aku sedang menggunakan laptop, tiba2 datang teman ku yang berinisial R H, dimana RH ini cukup pandai dan juga mengajar di EVO. Dia melihat laptop ku, lalu berkomentar:<br />
RH : Koq belinya yang centrino, bukan Core2Duo?<br />
Far : Hmm, Apa yang kamu tahu tentang centrino?<br />
RH : Ya setahu gw centrino kan uda lama dan bentar lagi ketinggalan zaman. Harusnya lo beli yg Core2Duo…<br />
Far : ooo.. (dalam hati bilang: sok tau bgt nih anak..)<br />
Percakapan selesai. Akhirnya aku lihat logo centrino di laptop ku dan berfikir “sepertinya intel sudah membuat banyak logo yang menyesatkan”. Sekarang akan aku bahas mengenai logo centrino di Intel.<span id="more-21"></span></p>
<table border="1">
<tbody>
<tr>
<td>1</td>
<td><img class="alignnone size-thumbnail wp-image-43" src="http://firefar.files.wordpress.com/2008/04/centrino1.jpg?w=70&amp;h=80" alt="" width="70" height="80" /></td>
<td style="text-align: justify;">Dimulai pada tahun 2003, intel mengeluarkan brand centrino pertama. Laptop yang mendapatkan logo ini harus memiliki :<br />
-  Intel <a title="Pentium M" href="http://en.wikipedia.org/wiki/Pentium_M">Pentium M</a> processor (code-named <strong>Banias</strong> or later <strong>Dothan</strong>) with a 400 <a class="mw-redirect" title="MT/s" href="http://en.wikipedia.org/wiki/MT/s">MT/s</a> <a title="Front side bus" href="http://en.wikipedia.org/wiki/Front_side_bus">FSB</a>, <a title="Socket 478" href="http://en.wikipedia.org/wiki/Socket_478">Socket 478</a><br />
-  Intel 855 series chipset (code-named <strong>Odem</strong> or <strong>Montara</strong> with Intel Extreme Graphics 2)<br />
-  Intel PRO/Wireless 2100<a title="IEEE 802.11" href="http://en.wikipedia.org/wiki/IEEE_802.11">B</a> or later 2200<a title="IEEE 802.11" href="http://en.wikipedia.org/wiki/IEEE_802.11">BG</a> <a title="Mini PCI" href="http://en.wikipedia.org/wiki/Mini_PCI">mini-PCI</a> Wi-Fi adapter (code-named <strong>Calexico</strong>)</td>
</tr>
</tbody>
<tbody>
<tr>
<td>2</td>
<td><img class="alignnone size-thumbnail wp-image-44" src="http://firefar.files.wordpress.com/2008/04/centrinoduo.png?w=65&amp;h=81" alt="" width="65" height="81" /></td>
<td style="text-align: justify;">Di tahun 2006, Intel mengeluarkan logo baru, yakni Centrino Duo, yang dimana menggunakan prosesor CoreDuo atau Core2Duo. Syarat centrino duo antara lain :</p>
<p style="text-align: justify;">- Mengggunakan prosesor dengan <a href="http://en.wikipedia.org/wiki/Intel_Core">core arsitektur</a> (Intel CoreSolo, CoreDuo (<strong>Yonah</strong>), Intel Core2Solo, Core2Duo (<strong>Merom</strong>)<br />
- Memakai chipset Intel Mobile 945 Express series (yang memakai Intel’s <a title="Intel GMA" href="http://en.wikipedia.org/wiki/Intel_GMA#GMA_950">GMA 950</a> dan ICH7M southbridge) dan RAM yang dipakai sudah DDR2<br />
- Memakai  Intel PRO/Wireless 3945<a title="IEEE 802.11" href="http://en.wikipedia.org/wiki/IEEE_802.11">ABG</a> <a title="PCI Express Mini Card" href="http://en.wikipedia.org/wiki/PCI_Express_Mini_Card">mini-PCIe</a> Wi-Fi adapter</p>
</td>
</tr>
<tr>
<td>3</td>
<td><img class="alignnone size-thumbnail wp-image-45" src="http://firefar.files.wordpress.com/2008/04/centrino_duo_sr.jpg?w=55&amp;h=68" alt="" width="55" height="68" /></td>
<td style="text-align: justify;">Dimulai dari tahun 2007, dengan platform Santa Rosa, centrino duo kali ini menggunakan prosesor yang lebih baru, yakni procesor dengan FSB 800Mhz. Centrino DUo kali ini terdiri dari :<br />
- prosesor intel Core2Duo dgn FSB 800Mhz<br />
- chipset Intel 965 Express (GM9565 dengan Intel X3100 onboard grafic, or PM965 ). Memory yang digunakan masih DDR2<br />
- Intel WiFi Link 4965<a title="IEEE 802.11" href="http://en.wikipedia.org/wiki/IEEE_802.11">AGN</a> (a/b/g/draft-n) <a title="PCI Express Mini Card" href="http://en.wikipedia.org/wiki/PCI_Express_Mini_Card">mini-PCIe</a> Wi-Fi adapter</td>
</tr>
</tbody>
</table>
<p style="text-align: justify;">Seusai mengeluarkan logo terakhir itu, tiba2 intel merubah logonya. Saya sendiri juga bingung apa maksud intel membuat keputusan seperti itu. Dari info yang saya dapat dari <a href="http://en.wikipedia.org/wiki/Centrino">wikipedia</a>,</p>
<p><img class="alignnone size-medium wp-image-46" src="http://firefar.files.wordpress.com/2008/04/centrino.jpg?w=509&amp;h=128" alt="" width="509" height="128" /></p>
<p>Nah, logo yang dilihat teman saya adalah new logo yang baru di sebelah kiri bawah. Karena bertuliskan sama-sama centrino, dia pikir spek laptop saya sama dengan centrino pertama. Sebenarnya dia gak salah juga, karena dia juga telah dibuat bingung oleh intel dengan logonya yang banyak itu.<br />
Kesimpulannya, hati-hatilah dalam melihat logo. Jangan sampai Anda tertipu dengan logo intel yang banyak dan beragam itu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anank.web.id/2008/09/04/centrino-logo.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Dual core vs Core Duo</title>
		<link>http://www.anank.web.id/2008/09/04/dual-core-vs-core-duo.html</link>
		<comments>http://www.anank.web.id/2008/09/04/dual-core-vs-core-duo.html#comments</comments>
		<pubDate>Thu, 04 Sep 2008 01:29:02 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[core 2 duo]]></category>

		<category><![CDATA[core duo]]></category>

		<category><![CDATA[dual core]]></category>

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

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

		<guid isPermaLink="false">http://www.anank.web.id/?p=19</guid>
		<description><![CDATA[Sumber : http://firefar.wordpress.com/2007/11/04/dual-core-vs-core-duo
sekarang ini, banyak orang dipusingkan dengan prosesor intel berinti 2. Berikut akan saja jelaskan perbedaannya :
Menurut sejarahnya, intel pertama kali mengeluarkan prosesor berinti 2 pada bulan May 2005, yang ia beri nama Pentium D. Pentium D ini adalah lanjutan dari Pentium 4. Arsitektur prosesor ini menggunakan NetBurst microarchitecture. Clock speed prosesor ini berkisar [...]]]></description>
			<content:encoded><![CDATA[<p>Sumber : <a href="http://firefar.wordpress.com/2007/11/04/dual-core-vs-core-duo">http://firefar.wordpress.com/2007/11/04/dual-core-vs-core-duo</a></p>
<p>sekarang ini, banyak orang dipusingkan dengan prosesor intel berinti 2. Berikut akan saja jelaskan perbedaannya :</p>
<p><img class="alignleft" style="float: left;" src="http://firefar.files.wordpress.com/2007/11/pentium_d_logo.png?w=50&amp;h=62" alt="" width="50" height="61" />Menurut sejarahnya, intel pertama kali mengeluarkan prosesor berinti 2 pada bulan May 2005, yang ia beri nama Pentium D. Pentium D ini adalah lanjutan dari Pentium 4. Arsitektur prosesor ini menggunakan <a href="http://en.wikipedia.org/wiki/NetBurst">NetBurst</a> microarchitecture. Clock speed prosesor ini berkisar antara 2,6 hingga 3,6 Ghz dengan bus sebesar 800Mhz. Code namenya adalah Smithfield (generasi 1 dengan 90nm) dan Presler(generasi 2 dengan 65nm). List jenis Pentium D ini bisa dilihat di <a href="http://www.intel.com/products/processor_number/chart/pentium_d.htm">sini</a>. Kelemahan prosesor ini adalah setiap inti berdiri sendiri dengan cache nya masing-masing, sehingga antara inti satu dengan inti yang lain tidak bisa bekerja sama. Selain itu prosesor ini di klaim user sebagai seri pentium yang paling boros listrik. (100watt untuk prosesor saja)<span id="more-19"></span></p>
<p><img class="alignleft" style="float: left;" src="http://firefar.files.wordpress.com/2007/11/pentium_extreme_edition.jpg?w=50&amp;h=62" alt="" width="50" height="62" />Selain itu diwaktu yang berdekatan itu, intel juga mengeluarkan intel Pentium Extreme Edition, yang sebenarnya masih berbasis dari Pentium D, yang diperbesar kemampuannya. Memiliki bus 800Mhz dan 1066Mhz (yang saat itu merupakan bus paling besar dikelasnya). List prosesor ini dapat dilihat di <a href="http://www.intel.com/products/processor_number/chart/pentiumxe.htm">sini</a>. Prosesor ini dijual dengan harga $999 pada masanya dan tidak banyak di produksi. (merupakan prosesor yang langka.. sangat sulit mencarinya saat ini).</p>
<p><img class="alignleft" style="float: left;" src="http://firefar.files.wordpress.com/2007/11/intel_core_duo.png?w=39&amp;h=49" alt="" width="39" height="48" /> <img class="alignleft" style="float: left;" src="http://firefar.files.wordpress.com/2007/11/intel_core_solo.thumbnail.png?w=40&amp;h=49" alt="" />Pada Januari 2006, intel mengeluarkan Intel Core microprosesor (T 2xxx) yang memiliki codename Yonah, yang ditujukan untuk laptop (mobile prosesor). Intel core menggunakan arsitektur gabungan dari NetBurst microarchitecture dan core microarchitecture. Intel core terbagi 2 yakni Core Solo dan Core Duo, yang dimana perbedaan keduanya hanya pada banyak corenya saja. Intel core series dibuat dengan arsitektur 65nm, bus antara 533 atau 667 Mhz, danL2 cache share sebesar 2MB untuk kedua core. Kemampuan lainnya adalah kemampuan untuk mematikan salah satu core jika tidak diperlukan, sehingga listrik yang diperlukan semakin sedikit. List prosesor ini bisa dilihat di <a href="http://en.wikipedia.org/wiki/List_of_Intel_Core_microprocessors#Core_Duo">sini.</a></p>
<p><img class="alignleft" style="margin: 4px; float: left;" src="http://firefar.files.wordpress.com/2007/11/intel_core_2_solo.gif?w=40&amp;h=49" alt="" width="40" height="49" /><img class="alignleft" style="margin: 4px; float: left;" src="http://firefar.files.wordpress.com/2007/11/100px-intel_core_2_duo.png?w=40&amp;h=49" alt="" width="40" height="49" />Kemudian pada Juli 2006, intel meluncurkan Intel core 2 prosesor yang memakai <a href="http://en.wikipedia.org/wiki/Intel_Core_microarchitecture">Intel Core microarchitecture</a>. Sama seperti intel core, intel core 2 ini juga terbagi 2 yakni core 2 solo dan core 2 duo, yang masing-masing memiliki versi untuk desktop computer (E-series) dan mobile computer (T-series[T5xxx atau T7xxx]). Perbedaan Intel Core dengan Intel Core 2 adalah intel core 2 memiliki 64-bit processor (supporting Intel 64) , jumlah L2 cache yang lebih besar, serta bus yang lebih tinggi.</p>
<p>Untuk Desktop, intel core2 ini memiliki 2 codename yaitu Allendale (for lower-end) dan Conroe (for high-end).<br />
Allendale memiliki kode prosesor E6300 (1.86 GHz) dan E6400 ( 2.13 GHz), dan keduanya memiliki 2MB L2 cache dengan FSB 800Mhz. Pada januari 2007, intel meluncurkan lanjutan Core2Duo Alledale dengan seri E4xxx. Prosesor ini memiliki bus 800Mhz dengan L2 cache sebesar 2MB)<br />
Sedangkan conroe (E6×00) memiliki FSB 1066Mhz dengan L2 cache sebesar 4MB. Pada april 2007, diluncurkan seri conroe yang baru yakni E6320 dan E6420 (conroe yang memiliki clock lebih kecil 1,8Ghz dan 2,13Ghz). 3 bulan kemudian, intel meluncurkan lagi tambahan list conroe, yakni E6×50 yang memiliki FSB 1333Mhz dengan L2 cache 4MB.<br />
Selain itu ada juga ConroeXE (Core2Extreme), yang merupakan kelas premium dari Core2Duo (yang harganya $999) dengan clock speed 2,93Mhz (tertinggi diserinya), L2Cache 4MB dan Bus sebesar 1066Mhz.</p>
<p>Untuk Core2Duo mobile, terdapat beberapa generasi.<br />
Generasi pertama memiliki code name Merom. Ditandai dengan seri prosesor T5×00 yang memiliki L2Cache 2MB, bus antara 533 atau 667Mhz; atau T7×00 yang memiliki L2Cache 4MB dan bus sebesar 667Mhz.<br />
Generasi kedua memiliki codename Merom 2M (T7×50) yang diluncurkan pada awal 2007 dan memiliki L2 cache sebesar 2MB dengan FSB sebesar 667MHz (kecuali T5470 yang berFSB 800Mhz)<br />
Generasi ketiga memiliki codename SantaRosa (T7×00) yang diluncurkan pada May 2007, dengan ciri-ciri memiliki FSB sebesar 800Mhz.<br />
list Core2Duo prosesor dapat dilihat <a href="http://www.intel.com/products/processor_number/chart/core2duo.htm">disini</a></p>
<p><img class="alignleft" style="margin: 4px; float: left;" src="http://firefar.files.wordpress.com/2007/11/logo_pentium_d.jpg?w=40&amp;h=49" alt="" width="40" height="49" />Pentium Dual Core. Pada tahun 2007, intel kembali menggunakan nama “pentium” untuk membangkitkan pasar yang lemah. Pentium Dual core dibagi 2, untuk notebook dan untuk desktop. Pentium dualcore untuk notebook sebenarnya adalah Intel Core Duo (Yonah) yang dipotong L2 cachenya manjadi 1MB dan memakai FSB 533MHz. (<a href="http://www.intel.com/products/processor_number/chart/pentium_dual-core.htm">cek list here</a>). Sedangkan pentium dualcore untuk Desktop adalah Allendale yang dipotong L2 cachenya menjadi 1MB dan hanya memakai FSB 800MHz (serinya E2xxx).<br />
Kesimpulannya Pentium Dualcore hanya produk lama yang dikurangi performanya untuk menurunkan harga jual</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anank.web.id/2008/09/04/dual-core-vs-core-duo.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Kingsoft Office Personal 2007 free edition, alternatif baru aplikasi office.</title>
		<link>http://www.anank.web.id/2008/08/07/kingsoft-office-personal-2007-free-edition-alternatif-baru-aplikasi-office.html</link>
		<comments>http://www.anank.web.id/2008/08/07/kingsoft-office-personal-2007-free-edition-alternatif-baru-aplikasi-office.html#comments</comments>
		<pubDate>Thu, 07 Aug 2008 08:20:54 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Office]]></category>

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

		<category><![CDATA[aplikasi office]]></category>

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

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

		<category><![CDATA[office gratis]]></category>

		<guid isPermaLink="false">http://www.anank.web.id/?p=12</guid>
		<description><![CDATA[
Bagi pengguna aplikasi office produk dari Microsoft yaitu Microsoft Office 2003, memang ada beberapa aplikasi pengganti alternative gratis yg bisa menjadi pilihan misalkan produk dari OpenOffice.org tapi interface yg kurang familiar menjadi masalah kenyamanan mengunakan aplikasi ini. Kingsoft Office adalah sebuah aplikasi office yg interfacenya dibuat semirip mungkin dengan MS Office 2003, tapi sayangnya aplikasi [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 4px; float: left;" src="http://www.kingsoft.com/en/images/shots/supershots5.gif" alt="" width="141" height="114" /></p>
<p>Bagi pengguna aplikasi office produk dari Microsoft yaitu Microsoft Office 2003, memang ada beberapa aplikasi pengganti alternative gratis yg bisa menjadi pilihan misalkan produk dari OpenOffice.org tapi interface yg kurang familiar menjadi masalah kenyamanan mengunakan aplikasi ini. Kingsoft Office adalah sebuah aplikasi office yg interfacenya dibuat semirip mungkin dengan MS Office 2003, tapi sayangnya aplikasi ini juga bebayar meski tidak semahal MS Office 2003.<span id="more-12"></span></p>
<p>Kingsoft Office dikenal di China dengan nama WPS Office merupakan salah satu produk sebuah pengembang software asal China yaitu Kingsoft. Sejak WPS Office 2002 bentuk tampilan serta fitur-fitur didesain mirip dengan Microsoft Office. Dan sejak WPS Office Storm 2005,  aplikasi sudah mendukung penuh format-format dokumen Microsoft Office 2000-2003.</p>
<p>Tidak dibutuhkan banyak waktu dan latihan untuk menggunakan Kingsoft Office 2007 components, Kingsoft Writer, Kingsoft Spreadsheets and Kingsoft Presentation ( Word, Excel and PowerPoint). Harga  untuk paket software Kingsoft Office sangat murah antara US$28 sampai $88 selain itu kita juga mendapatkan tambahan bonus  lisence anti-virus Kingsoft Internet Security 2007 gratis untuk 6 bulan.</p>
<p>Berikut contoh screenshootnya :</p>
<p><img src="http://www.kingsoft.com/en/images/shots/supershots5.gif" alt="" /></p>
<p><img src="http://www.kingsoft.com/en/images/shots/supershots1.gif" alt="" /></p>
<p>Kingsoft Office 2007 memiliki fitur built-in untuk export dan menyimpan dokumen dengan format PDF. Dengan ukuran file installer yang kecil (kurang dari 50 MB) dan &#8220;tidak rakus&#8221; memori, membuat aplikasi ini  bisa digunakan di komputer-komputer lama. Tidak ketinggalan aplikasi ini juga mendukung penggunaan bahasa pemrograman Microsoft VBA (Visual Basic for Application) selain itu aplikasi ini sudah bisa berjalan di Windows Vista.</p>
<p>Terdengar sedikit kabar bahwa akan ada versi gratis dari aplikasi Kingsoft Office ini yaitu Kingsoft Office 2007 Personal Edition.</p>
<p>Kingsoft Office Personal Edition has been released as freeware in China since WPS Office 2005, and currently <a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wps.kingsoft.com/down/');" href="http://wps.kingsoft.com/down/">WPS Office 2007 Personal Chinese Edition</a> is available for free download, but not the English version. The <a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://kingsoftresearch.com/kso/download.htm');" href="http://kingsoftresearch.com/kso/download.htm">English version of Kingsoft Office</a> setup file downloaded and installed is still officially a trial version with 30 days expiry limitation, although user can send an email to <a href="http://www.mydigitallife.info/2008/07/14/get-free-license-serial-number-for-kingsoft-office-2007-professional-for-ms-office-alternative/">request for KSO free license serial key</a>. Luckily, an English edition of Kingsoft Office 2007 Personal has been distributed in Vietnam by Quang Minh DEC Software.</p>
<p>The free Kingsoft Office Personal 2007 has some limitations though. It doesn’t allow users to open PDF (Acrobat) files, and it’s ads-supported. Meaning that advertisements will appear on the right side of the screen in vertical bar, which cannot be removed or dragged minimize to hidden position. Nonetheless, the user interface of free Kingsoft Office 2007 Personal has been fully translated to English language, despite some ads related content may appear in Vietnamese.</p>
<p>Download : <a href="http://phanmem.dec.vn/ProductDetails.aspx?ProductID=23">Kingsoft Vietnam</a>, <a href="http://depositfiles.com/files/6554876">Depositfiles</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anank.web.id/2008/08/07/kingsoft-office-personal-2007-free-edition-alternatif-baru-aplikasi-office.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Captive Portal Instan</title>
		<link>http://www.anank.web.id/2008/08/07/captive-portal-instan.html</link>
		<comments>http://www.anank.web.id/2008/08/07/captive-portal-instan.html#comments</comments>
		<pubDate>Thu, 07 Aug 2008 08:09:48 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.anank.web.id/?p=10</guid>
		<description><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=213227
]]></description>
			<content:encoded><![CDATA[<p>http://sourceforge.net/project/showfiles.php?group_id=213227</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anank.web.id/2008/08/07/captive-portal-instan.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Blue Screen Of Death [BSOD]</title>
		<link>http://www.anank.web.id/2008/08/07/blue-screen-of-death-bsod.html</link>
		<comments>http://www.anank.web.id/2008/08/07/blue-screen-of-death-bsod.html#comments</comments>
		<pubDate>Thu, 07 Aug 2008 04:06:15 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[blue screen]]></category>

		<category><![CDATA[sistem operasi]]></category>

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

		<guid isPermaLink="false">http://www.anank.web.id/?p=16</guid>
		<description><![CDATA[Sumber : http://dhecyber.com/blog/?p=68
Blue Screen Of death [BSOD] muncul biasanya wkt boot windows atau boot dos yg screen warna biru ada warning2nya gitu deh… kadang muncul sambil bunyi beep!!. trus kompi Hang/freze ga ada jalan laen harus hard shutdown / restart. di sini gw mo berbagi info arti dari warning yg tertulis di BSOD

1.
IRQL_NOT_LESS_OR_EQUAL (0X0000000A)
Ini merupakan [...]]]></description>
			<content:encoded><![CDATA[<p>Sumber : <a href="http://dhecyber.com/blog/?p=68">http://dhecyber.com/blog/?p=68</a><br />
Blue Screen Of death [BSOD] muncul biasanya wkt boot windows atau boot dos yg screen warna biru ada warning2nya gitu deh… kadang muncul sambil bunyi beep!!. trus kompi Hang/freze ga ada jalan laen harus hard shutdown / restart. di sini gw mo berbagi info arti dari warning yg tertulis di BSOD</p>
<p><span id="more-16"></span></p>
<p>1.<br />
IRQL_NOT_LESS_OR_EQUAL (0X0000000A)<br />
Ini merupakan biangnya biang kerok pada BsOD. Kenapa? Karena umumnya pada BsOD, pesan ini yang paling sering muncul. Pesan kesalahan ini disebabkan umumnya kerena ada ketidakcocokan driver yang terinstall di komputer.<br />
Daftar Penyebab:</p>
<p>? Masalah driver yang bentrok atau tidak cocok<br />
? Masalah Video Card, hal ini mencakup video card yang di overclock melebihi batas atau Anda baru berganti Video card dan Anda belum menguninstall driver Video card lama dari chipset berbeda<br />
? Masalah Audio Card, meliputi kesalahan konfigurasi atau bug dalam driver sound card</p>
<p>2.<br />
NTFS_FILE_SYSTEM atau FAT_FILE_SYSTEM (0X00000024) atau (0X00000023)<br />
Nah, pesan ini setidaknya sudah sedikit “nyambung” memberikan gambaran di mana kerusakan berada, yaitu ada di partisi atau filesystemnya tetapi bukan di harddisknya. Kita bisa melakukan pengecekan dengan memeriksa kabel SATA atau PATA atau bisa mengecek partisi dengan tool chkdsk.</p>
<p>3.<br />
UNEXPECTED_KERNEL_MODE_TRAP (0X0000007F)<br />
Bila Anda mendapatkan pesan seperti ini, dapat disebabkan karena:<br />
? Overclock Hardware yang berlebihan<br />
? Komponen komputer yang kepanasan<br />
? BIOS yang korup<br />
? Memory dan CPU yang cacat</p>
<p>4.<br />
DATA_BUS_ERROR<br />
Pesan ini disebabkan karena adanya kemungkinan bahwa memory atau slot memory di motherboard rusak.</p>
<p>5.<br />
PAGE_FAULT_IN_NONPAGED_AREA<br />
Disebabkan karena adanya kerusakan hardware, termasuk memory utama, memory video card, atau memory di processor (L2 Cache)</p>
<p>6.<br />
INACCESSIBLE_BOOT_DEVICE<br />
Disebabkan karena adanya kesalahan dalam konfigurasi jumper harddisk yang salah, virus boot sector, driver IDE controller yang salah, atau kesalahan driver chipset.</p>
<p>7.<br />
VIDEO_DRIVER_INIT_FAILURE<br />
Kesalahan terjadi pada instalasi driver video card yang kurang sempurna, restart pada saat instalasi atau juga dapat terjadi karena kesalahan dalam instalasi driver.</p>
<p>8.<br />
BAD_POOL_CALLER<br />
Kesalahan ini dapat terjadi karena kesalahan atau driver yang tidak kompatibel. Sering terjadi saat melakukan instalasi XP dari upgrade, atau bukan dari instalasi baru.</p>
<p>9.<br />
PEN_LIST_CORRUPT<br />
Pesan ini disebabkan karena adanya kerusakan RAM</p>
<p>10.<br />
MACHINE_CHECK_EXCEPTION<br />
Disebabkan oleh cacatnya CPU, atau yang di overclock secara agresif, serta power supply yang kekurangan daya atau rusak.</p>
<p>sementara itu yg gw tau mengenai BSOD… mgkn temen2 ada tambahan… thx b`4</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anank.web.id/2008/08/07/blue-screen-of-death-bsod.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Packages for OpenBSD 3.7</title>
		<link>http://www.anank.web.id/2008/08/01/packages-for-openbsd-37.html</link>
		<comments>http://www.anank.web.id/2008/08/01/packages-for-openbsd-37.html#comments</comments>
		<pubDate>Fri, 01 Aug 2008 03:30:22 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[*BSD]]></category>

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

		<guid isPermaLink="false">http://www.anank.web.id/?p=11</guid>
		<description><![CDATA[ftp://ftp.nrc.ca/pub/systems/bsd/openbsd/3.7/packages/
]]></description>
			<content:encoded><![CDATA[<p>ftp://ftp.nrc.ca/pub/systems/bsd/openbsd/3.7/packages/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anank.web.id/2008/08/01/packages-for-openbsd-37.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
