<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>In Another Perspective</title>
	<atom:link href="http://wisnuprabowo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wisnuprabowo.wordpress.com</link>
	<description>Know more and work more than others!!</description>
	<lastBuildDate>Thu, 24 Jul 2008 06:25:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='wisnuprabowo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>In Another Perspective</title>
		<link>http://wisnuprabowo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://wisnuprabowo.wordpress.com/osd.xml" title="In Another Perspective" />
	<atom:link rel='hub' href='http://wisnuprabowo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Simple NFS setting</title>
		<link>http://wisnuprabowo.wordpress.com/2008/07/24/simple-nfs-setting/</link>
		<comments>http://wisnuprabowo.wordpress.com/2008/07/24/simple-nfs-setting/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 06:22:36 +0000</pubDate>
		<dc:creator>blogeeks08</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://wisnuprabowo.wordpress.com/?p=45</guid>
		<description><![CDATA[NFS setting Server IP address : 192.168.0.70 Client IP address: 192.168.0.140 Folder to be shared in server’s machine /misc 1. Check services needed for NFS (both client and server): a. portmap: service portmap status if it is not running then restart the service service portmap start enable portmap b. nfs: service portmap status if it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=45&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0     false false false  EN-US X-NONE X-NONE               MicrosoftInternetExplorer4              &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt;![endif]--> NFS setting</p>
<p class="MsoNormal">Server IP address : 192.168.0.70</p>
<p class="MsoNormal">Client IP address: 192.168.0.140</p>
<p class="MsoNormal">Folder to be shared in server’s machine /misc</p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-0.25in;"><!--[if !supportLists]--><span><span>1.<span style="font-family:&quot;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Check services needed for NFS (both client and server):</p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.25in;"><!--[if !supportLists]--><span><span>a.<span style="font-family:&quot;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->portmap:</p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;"><strong>service portmap status</strong><span> </span>if it is not running then restart the service</p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;"><strong>service portmap start</strong><span> </span>enable portmap</p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.25in;"><!--[if !supportLists]--><span><span>b.<span style="font-family:&quot;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->nfs:</p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;"><strong>service portmap status</strong><span> </span>if it is not running then restart the service</p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;"><strong>service portmap start</strong><span> </span>enable nfs</p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><!--[if !supportLists]--><span><span>2.<span style="font-family:&quot;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->In server machine do as below:</p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.25in;"><!--[if !supportLists]--><span><span>a.<span style="font-family:&quot;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Write in /etc/exports:</p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;"><strong>/misc<span> </span>*(rw,sync)</strong></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;">Symbol * and (rw,sync) means that everyone in network can access the folder with read and write permission. Further explanation about denial and permission will be explained later.</p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.25in;"><!--[if !supportLists]--><span><span>b.<span style="font-family:&quot;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Exit from /etc/exports and then type:</p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;"><strong>exportfs –a</strong></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><!--[if !supportLists]--><span><span>3.<span style="font-family:&quot;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->In client machine do as below:</p>
<p class="MsoListParagraphCxSpMiddle"><strong>mount 192.168.0.70:/misc /tmp</strong></p>
<p class="MsoListParagraphCxSpMiddle">/tmp is optional, you can choose any directory to store the shared directory.</p>
<p class="MsoListParagraphCxSpMiddle"><strong> </strong></p>
<p class="MsoListParagraphCxSpLast" style="margin-left:0.75in;">
<p class="MsoNormal">
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wisnuprabowo.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wisnuprabowo.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisnuprabowo.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisnuprabowo.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisnuprabowo.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisnuprabowo.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisnuprabowo.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisnuprabowo.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisnuprabowo.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisnuprabowo.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisnuprabowo.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisnuprabowo.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisnuprabowo.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisnuprabowo.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisnuprabowo.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisnuprabowo.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=45&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisnuprabowo.wordpress.com/2008/07/24/simple-nfs-setting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61fef29f71318e4f02bea4fa77a801fe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blogeeks08</media:title>
		</media:content>
	</item>
		<item>
		<title>Web based proxy</title>
		<link>http://wisnuprabowo.wordpress.com/2008/07/21/web-based-proxy/</link>
		<comments>http://wisnuprabowo.wordpress.com/2008/07/21/web-based-proxy/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 02:31:57 +0000</pubDate>
		<dc:creator>blogeeks08</dc:creator>
				<category><![CDATA[FYI]]></category>

		<guid isPermaLink="false">http://wisnuprabowo.wordpress.com/?p=43</guid>
		<description><![CDATA[Have u ever suffered when u wanna download some file in ur local network but the admin restrict ur access? Let&#8217;s make some backdoor activity to solve this problem. Use web based proxy! Admin currently still feel careless about this activity since there are not many people know it. Just type the address below in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=43&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Have u ever suffered when u wanna download some file in ur local network but the admin restrict ur access?</p>
<p>Let&#8217;s make some backdoor activity to solve this problem. Use web based proxy! Admin currently still feel careless about this activity since there are not many people know it.</p>
<p>Just type the address below in ur browser and then type ur desired address in their address box</p>
<p>Below are some web based proxies u may use:</p>
<ul>
<li><a href="http://www.bypassthat.com/">http://www.bypassthat.com/</a></li>
<li><a href="http://www.canbypass.com">http://www.canbypass.com</a></li>
<li><a href="http://www.theproxyfree.com/">http://www.theproxyfree.com/</a></li>
<li><a href="http://www.theproxyfree.com/">http://www.phproxy.org</a></li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wisnuprabowo.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wisnuprabowo.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisnuprabowo.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisnuprabowo.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisnuprabowo.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisnuprabowo.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisnuprabowo.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisnuprabowo.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisnuprabowo.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisnuprabowo.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisnuprabowo.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisnuprabowo.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisnuprabowo.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisnuprabowo.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisnuprabowo.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisnuprabowo.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=43&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisnuprabowo.wordpress.com/2008/07/21/web-based-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61fef29f71318e4f02bea4fa77a801fe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blogeeks08</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux learning &#8211; Introduction</title>
		<link>http://wisnuprabowo.wordpress.com/2008/07/13/linux-learning-introduction/</link>
		<comments>http://wisnuprabowo.wordpress.com/2008/07/13/linux-learning-introduction/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 03:12:35 +0000</pubDate>
		<dc:creator>blogeeks08</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wisnuprabowo.wordpress.com/?p=42</guid>
		<description><![CDATA[Just wanna try to reexplain about what i&#8217;ve learned so far about this stuff. Let&#8217;s start with the introduction: Open Source Linux is all about open source. The basic concept of open source are: The freedom to distribute software and source code The ability to modify and create derived works Integrity of author&#8217;s code These [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=42&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just wanna try to reexplain about what i&#8217;ve learned so far about this stuff. Let&#8217;s start with the introduction:</p>
<p><strong>Open Source</strong></p>
<p>Linux is all about open source. The basic concept of open source are:</p>
<ul>
<li> The freedom to distribute software and source code</li>
<li> The ability to modify and create derived works</li>
<li> Integrity of author&#8217;s code</li>
</ul>
<p>These make Linux become widely spread, people can easily get, modify and then redistribute to the society regardless about license or copyright problems.</p>
<p><strong>Linux Principles</strong></p>
<ul>
<li>Everything is a file (including hardware)</li>
<li>Small, single-purpose programs</li>
<li>Ability to chain programs together to perform complex tasks</li>
<li>Avoid captive user interfaces</li>
<li>Configuration data stored in text</li>
</ul>
<p>Linux is all about file. Every part related to it, configuration, device, application, etc are initialized by file. Each file as programs has a purpose that furthermore being joint to perform advanced tasks. All is stored in text format, editable based on permission (discussed later).</p>
<p><strong>Usage Basics</strong></p>
<p>In this discussion, we will take a tour in how use Linux at the first time: logging in to the system. There will be 2 ways in logging in to Linux system:\</p>
<ol>
<li>Console</li>
<li>Graphical interface</li>
</ol>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wisnuprabowo.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wisnuprabowo.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisnuprabowo.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisnuprabowo.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisnuprabowo.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisnuprabowo.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisnuprabowo.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisnuprabowo.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisnuprabowo.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisnuprabowo.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisnuprabowo.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisnuprabowo.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisnuprabowo.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisnuprabowo.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisnuprabowo.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisnuprabowo.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=42&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisnuprabowo.wordpress.com/2008/07/13/linux-learning-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61fef29f71318e4f02bea4fa77a801fe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blogeeks08</media:title>
		</media:content>
	</item>
		<item>
		<title>Routing Configuration Verification n Troubleshooting Command</title>
		<link>http://wisnuprabowo.wordpress.com/2008/06/03/routing-configuration-verification-n-troubleshooting-command/</link>
		<comments>http://wisnuprabowo.wordpress.com/2008/06/03/routing-configuration-verification-n-troubleshooting-command/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 03:03:37 +0000</pubDate>
		<dc:creator>blogeeks08</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://wisnuprabowo.wordpress.com/?p=40</guid>
		<description><![CDATA[There are several ways to verify and troubleshoot in routing configuration. It is always best to begin with the basics: 1. Make sure all of the links (interfaces) are up and operational. 2. Check the cabling. 3. Check to make sure you have the correct IP address and subnet mask on each interface. 4. Remove [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=40&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are several ways to verify and troubleshoot in routing configuration.</p>
<p>It is always best to begin with the basics:</p>
<p>1. Make sure all of the links (interfaces) are up and operational.</p>
<p>2. Check the cabling.</p>
<p>3. Check to make sure you have the correct IP address and subnet mask on each interface.</p>
<p>4. Remove any unnecessary configuration commands that are no longer necessary or have been replaced by other commands.</p>
<p><strong>show ip route</strong> command</p>
<p>This is the first command to use to check for network convergence. As you examine the routing table, it is important to look for the routes that you expect to be in the routing table as well as for those that should not be in the routing table.</p>
<p><strong>show ip interface brief</strong></p>
<p>If a network is missing from the routing table, often it is because an interface is down or incorrectly configured. The show ip interface brief command quickly verifies the status of all interfaces.</p>
<p><strong>show ip protocols</strong> command</p>
<p>The show ip protocols command verifies several critical items, including verifying that RIP is enabled, the version of RIP, the status of automatic summarization, and the networks that were included in the network statements. The Routing Information Sources listed at the bottom of the output are the RIP neighbors from which this router is currently receiving updates.</p>
<p><strong>debug ip rip</strong> command</p>
<p><strong>debug ip rip</strong> is an excellent command to use to examine the contents of the routing updates that are sent and received by a router. There may be times when a route is being received by a router but is not being added to the routing table. One reason for this could be that a static route is also configured for the same network being advertised. By default, a static route has a lower administrative distance than any dynamic routing protocol and will take precedence in being added to the routing table.</p>
<p><strong>ping</strong> command</p>
<p>An easy way to verify round-trip connectivity is with the ping command. If end-to-end connectivity is not successful, begin by pinging the local interfaces. If successful, ping the router interfaces on the directly connected networks. If that is also successful, continue pinging interfaces on each successive router. Once a ping is unsuccessful, examine both routers and all the routers in-between to determine where and why the ping is failing.</p>
<p><strong>show running-config</strong> command</p>
<p>The show running-config can be used to verify all the commands currently configured. Usually, other commands are more efficient and provide more information than a simple listing of the current configuration. However, the show running-config command is useful in determining if anything obvious was forgotten or misconfigured.</p>
<p>*Taken from Cisco Exploration 4.0: Routing Protocols</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wisnuprabowo.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wisnuprabowo.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisnuprabowo.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisnuprabowo.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisnuprabowo.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisnuprabowo.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisnuprabowo.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisnuprabowo.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisnuprabowo.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisnuprabowo.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisnuprabowo.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisnuprabowo.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisnuprabowo.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisnuprabowo.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisnuprabowo.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisnuprabowo.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=40&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisnuprabowo.wordpress.com/2008/06/03/routing-configuration-verification-n-troubleshooting-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61fef29f71318e4f02bea4fa77a801fe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blogeeks08</media:title>
		</media:content>
	</item>
		<item>
		<title>Sample Configuration Linux DHCP Server</title>
		<link>http://wisnuprabowo.wordpress.com/2008/06/02/sample-configuration-linux-dhcp-server/</link>
		<comments>http://wisnuprabowo.wordpress.com/2008/06/02/sample-configuration-linux-dhcp-server/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 10:47:00 +0000</pubDate>
		<dc:creator>blogeeks08</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://wisnuprabowo.wordpress.com/?p=39</guid>
		<description><![CDATA[Check first whether the daemon is already installed If the daemon has not been installed, find the matched daemon with your Linux version and kernel If it is already installed, configure the /etc/dhcpd.conf file. Below is the sample configuration ddns-update-style interim ignore client-updates subnet 192.168.1.0 netmask 255.255.255.0 { # The range of IP addresses the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=39&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ol>
<li>Check first whether the daemon is already installed</li>
<li>If the daemon has not been installed, find the matched daemon with your Linux version and kernel</li>
<li>If it is already installed, configure the /etc/dhcpd.conf file. Below is the sample configuration
<pre>ddns-update-style interim
ignore client-updates

subnet 192.168.1.0 netmask 255.255.255.0 {

   # The range of IP addresses the server
   # will issue to DHCP enabled PC clients
   # booting up on the network

   range 192.168.1.201 192.168.1.220;

   # Set the amount of time in seconds that
   # a client may keep the IP address

  default-lease-time 86400;
  max-lease-time 86400;

   # Set the default gateway to be used by
   # the PC clients

   option routers 192.168.1.1;
   # Don't forward DHCP requests from this
   # NIC interface to any other NIC
   # interfaces

   option ip-forwarding off;

   # Set the broadcast address and subnet mask
   # to be used by the DHCP clients

  option broadcast-address 192.168.1.255;
  option subnet-mask 255.255.255.0;

   # Set the NTP server to be used by the
   # DHCP clients

  option ntp-servers 192.168.1.100;

   # Set the DNS server to be used by the
   # DHCP clients

  option domain-name-servers 192.168.1.100;

   # If you specify a WINS server for your Windows clients,
   # you need to include the following option in the dhcpd.conf file:

  option netbios-name-servers 192.168.1.100;

   # You can also assign specific IP addresses based on the clients'
   # ethernet MAC address as follows (Host's name is "laser-printer":

  host laser-printer {
      hardware ethernet 08:00:2b:4c:59:23;
     fixed-address 192.168.1.222;
   }
}
#
# List an unused interface here
#
subnet 192.168.2.0 netmask 255.255.255.0 {
}</pre>
</li>
<li>You can also find resource by type &#8220;man dhcp-options&#8221;</li>
<li>Sample above is objected to Fedora/RedHat distro.</li>
<li>After it is already configured then just type <strong>service dhcpd start</strong> to activate the dhcp service</li>
</ol>
<p>*Taken from linuxhomenetworking.com</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wisnuprabowo.wordpress.com/39/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wisnuprabowo.wordpress.com/39/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisnuprabowo.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisnuprabowo.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisnuprabowo.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisnuprabowo.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisnuprabowo.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisnuprabowo.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisnuprabowo.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisnuprabowo.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisnuprabowo.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisnuprabowo.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisnuprabowo.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisnuprabowo.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisnuprabowo.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisnuprabowo.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=39&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisnuprabowo.wordpress.com/2008/06/02/sample-configuration-linux-dhcp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61fef29f71318e4f02bea4fa77a801fe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blogeeks08</media:title>
		</media:content>
	</item>
		<item>
		<title>Tongue Twister (the next..)</title>
		<link>http://wisnuprabowo.wordpress.com/2008/05/23/tongue-twister-the-next/</link>
		<comments>http://wisnuprabowo.wordpress.com/2008/05/23/tongue-twister-the-next/#comments</comments>
		<pubDate>Fri, 23 May 2008 07:08:38 +0000</pubDate>
		<dc:creator>blogeeks08</dc:creator>
				<category><![CDATA[Jokes]]></category>

		<guid isPermaLink="false">http://wisnuprabowo.wordpress.com/?p=38</guid>
		<description><![CDATA[Which witch wished which wicked wish? Old oily Ollie oils old oily autos. The two-twenty-two train tore through the tunnel. Silly Sally swiftly shooed seven silly sheep. The seven silly sheep Silly Sally shooed shilly-shallied south. These sheep shouldn&#8217;t sleep in a shack; sheep should sleep in a shed. Twelve twins twirled twelve twigs. Three [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=38&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Which witch wished which wicked wish?</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Old oily Ollie oils old oily autos.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>The two-twenty-two train tore through the tunnel.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Silly Sally swiftly shooed seven silly sheep.<br />
The seven silly sheep Silly Sally shooed<br />
shilly-shallied south.<br />
These sheep shouldn&#8217;t sleep in a shack;<br />
sheep should sleep in a shed.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Twelve twins twirled twelve twigs.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Three gray geese in the green grass grazing.<br />
Gray were the geese and green was the grass.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Many an anemone sees an enemy anemone.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Nine nice night nurses nursing nicely.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Peggy Babcock.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>You&#8217;ve no need to light a night-light<br />
On a light night like tonight,<br />
For a night-light&#8217;s light&#8217;s a slight light,<br />
And tonight&#8217;s a night that&#8217;s light.<br />
When a night&#8217;s light, like tonight&#8217;s light,<br />
It is really not quite right<br />
To light night-lights with their slight lights<br />
On a light night like tonight.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Black bug&#8217;s blood.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Flash message!</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Say this sharply, say this sweetly,<br />
Say this shortly, say this softly.<br />
Say this sixteen times in succession.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Six sticky sucker sticks.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>If Stu chews shoes, should Stu<br />
choose the shoes he chews?</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Crisp crusts crackle crunchily.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Give papa a cup of proper coffee in a copper coffee cup.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Six sharp smart sharks.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>What a shame such a shapely sash<br />
should such shabby stitches show.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Sure the ship&#8217;s shipshape, sir.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Betty better butter Brad&#8217;s bread.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Of all the felt I ever felt,<br />
I never felt a piece of felt<br />
which felt as fine as that felt felt,<br />
when first I felt that felt hat&#8217;s felt.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Sixish.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Don&#8217;t pamper damp scamp tramps that camp under ramp lamps.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Swan swam over the sea,<br />
Swim, swan, swim!<br />
Swan swam back again<br />
Well swum, swan!</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Six shimmering sharks sharply striking shins.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>I thought a thought.<br />
But the thought I thought wasn&#8217;t the thought<br />
I thought I thought.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal">
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wisnuprabowo.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wisnuprabowo.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisnuprabowo.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisnuprabowo.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisnuprabowo.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisnuprabowo.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisnuprabowo.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisnuprabowo.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisnuprabowo.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisnuprabowo.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisnuprabowo.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisnuprabowo.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisnuprabowo.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisnuprabowo.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisnuprabowo.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisnuprabowo.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=38&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisnuprabowo.wordpress.com/2008/05/23/tongue-twister-the-next/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61fef29f71318e4f02bea4fa77a801fe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blogeeks08</media:title>
		</media:content>
	</item>
		<item>
		<title>Another Tongue Twister</title>
		<link>http://wisnuprabowo.wordpress.com/2008/05/23/another-tongue-twister/</link>
		<comments>http://wisnuprabowo.wordpress.com/2008/05/23/another-tongue-twister/#comments</comments>
		<pubDate>Fri, 23 May 2008 07:04:18 +0000</pubDate>
		<dc:creator>blogeeks08</dc:creator>
				<category><![CDATA[Jokes]]></category>

		<guid isPermaLink="false">http://wisnuprabowo.wordpress.com/?p=37</guid>
		<description><![CDATA[Six sick slick slim sycamore saplings. A box of biscuits, a batch of mixed biscuits A skunk sat on a stump and thunk the stump stunk, but the stump thunk the skunk stunk. Peter Piper picked a peck of pickled peppers. Did Peter Piper pick a peck of pickled peppers? If Peter Piper picked a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=37&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="line-height:normal;"><span>Six sick slick slim sycamore saplings.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>A box of biscuits, a batch of mixed biscuits</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>A skunk sat on a stump and thunk the stump stunk,<br />
but the stump thunk the skunk stunk.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Peter Piper picked a peck of pickled peppers.<br />
Did Peter Piper pick a peck of pickled peppers?<br />
If Peter Piper picked a peck of pickled peppers,<br />
where&#8217;s the peck of pickled peppers Peter Piper picked?</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Red lorry, yellow lorry, red lorry, yellow lorry.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Unique New York.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Betty Botter had some butter,<br />
&#8220;But,&#8221; she said, &#8220;this butter&#8217;s bitter.<br />
If I bake this bitter butter,<br />
it would make my batter bitter.<br />
But a bit of better butter&#8211;<br />
<em>that</em> would make my batter better.&#8221;</span></p>
<p class="MsoNormal" style="line-height:normal;"><span>So she bought a bit of butter,<br />
better than her bitter butter,<br />
and she baked it in her batter,<br />
and the batter was not bitter.<br />
So &#8217;twas better Betty Botter<br />
bought a bit of better butter.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Six thick thistle sticks. Six thick thistles stick.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Is this your sister&#8217;s sixth zither, sir?</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>A big black bug bit a big black bear,<br />
made the big black bear bleed blood.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>The sixth sick sheik&#8217;s sixth sheep&#8217;s sick.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Toy boat. Toy boat. Toy boat.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>One smart fellow, he felt smart.<br />
Two smart fellows, they felt smart.<br />
Three smart fellows, they all felt smart.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Pope Sixtus VI&#8217;s six texts.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>I slit the sheet, the sheet I slit, and on the slitted sheet I sit.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>She sells sea shells by the sea shore.<br />
The shells she sells are surely seashells.<br />
So if she sells shells on the seashore,<br />
I&#8217;m sure she sells seashore shells.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Mrs. Smith&#8217;s Fish Sauce Shop.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>&#8220;Surely Sylvia swims!&#8221; shrieked Sammy, surprised.<br />
&#8220;Someone should show Sylvia some strokes so she shall not sink.&#8221;</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>A Tudor who tooted a flute<br />
tried to tutor two tooters to toot.<br />
Said the two to their tutor,<br />
&#8220;Is it harder to toot<br />
or to tutor two tooters to toot?&#8221;</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Shy Shelly says she shall sew sheets.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Three free throws.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>I am not the pheasant plucker,<br />
I&#8217;m the pheasant plucker&#8217;s mate.<br />
I am only plucking pheasants<br />
&#8217;cause the pheasant plucker&#8217;s running late.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Sam&#8217;s shop stocks short spotted socks.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>A flea and a fly flew up in a flue.<br />
Said the flea, &#8220;Let us fly!&#8221;<br />
Said the fly, &#8220;Let us flee!&#8221;<br />
So they flew through a flaw in the flue.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Knapsack straps.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Which wristwatches are Swiss wristwatches?</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal" style="line-height:normal;"><span>Lesser leather never weathered wetter weather better.</span></p>
<p class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;" align="center"><span> </span></p>
<div class="MsoNormal" style="margin-bottom:0.0001pt;text-align:center;line-height:normal;"><span><br />
<hr size="2" /></span></div>
<p class="MsoNormal">
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wisnuprabowo.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wisnuprabowo.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisnuprabowo.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisnuprabowo.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisnuprabowo.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisnuprabowo.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisnuprabowo.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisnuprabowo.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisnuprabowo.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisnuprabowo.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisnuprabowo.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisnuprabowo.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisnuprabowo.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisnuprabowo.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisnuprabowo.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisnuprabowo.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=37&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisnuprabowo.wordpress.com/2008/05/23/another-tongue-twister/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61fef29f71318e4f02bea4fa77a801fe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blogeeks08</media:title>
		</media:content>
	</item>
		<item>
		<title>Nokia Hidden Shortcut</title>
		<link>http://wisnuprabowo.wordpress.com/2008/05/16/nokia-hidden-shortcut/</link>
		<comments>http://wisnuprabowo.wordpress.com/2008/05/16/nokia-hidden-shortcut/#comments</comments>
		<pubDate>Fri, 16 May 2008 09:31:19 +0000</pubDate>
		<dc:creator>blogeeks08</dc:creator>
				<category><![CDATA[Amazing]]></category>

		<guid isPermaLink="false">http://wisnuprabowo.wordpress.com/?p=36</guid>
		<description><![CDATA[Just for my reminder aja sih sebenarnya. Gw dapet dari forum di gilaupload. Thanks for the TS!! Kode Tombol Rahasia Ponsel Nokia Kode Tombol Rahasia Ponsel Nokia &#8211; Kunci Trik Cara Buka Secret Code Akses HP/Handphone/Telepon Selular/Seluler Nokia Anda Berikut ini adalah kunci kode tombol rahasia yang dapat anda jalankan sendiri dengan mengetiknya di keypad [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=36&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just for my reminder aja sih sebenarnya. Gw dapet dari forum di gilaupload. Thanks for the TS!!</p>
<p><strong>Kode Tombol Rahasia Ponsel Nokia<br />
Kode Tombol Rahasia Ponsel Nokia &#8211; Kunci Trik Cara Buka Secret Code Akses HP/Handphone/Telepon Selular/Seluler Nokia Anda</strong></p>
<p>Berikut ini adalah kunci kode tombol rahasia yang dapat anda jalankan sendiri dengan mengetiknya di keypad hp ponsel anda yang bermerek Nokia baik yang cdma maupun yang gsm.</p>
<p>1. Melihat IMEI (International Mobile Equipment Identity)<br />
Caranya tekan * # 0 6 #</p>
<p>2. Melihat versi software, tanggal pembuatan softwre dan jenis kompresi software<br />
Caranya tekan * # 0 0 0 0 #<br />
Jika tidak berhasil coba pencet * # 9 9 9 9 #</p>
<p>3. Melihat status call waiting<br />
Caranya tekan * # 4 3 #</p>
<p>4. Melihat nomor / nomer private number yang menghubungi ponsel anda<br />
Caranya tekan * # 3 0 #</p>
<p>5. Menampilkan nomer pengalihan telepon all calls<br />
Caranya tekan * # 2 1 #</p>
<p>6. Melihat nomor penelepon pada pengalihan telepon karena tidak anda jawab (call divert on)<br />
Caranya tekan * # 6 1 #</p>
<p>7. Melihat nomor penelepon pada pengalihan telepon karena di luar jangkauan (call divert on)<br />
Caranya tekan * # 6 2 #</p>
<p>8. Melihat nomor penelepon pada pengalihan telepon karena sibuk (call divert on)<br />
Caranya tekan * # 6 7 #</p>
<p>9. Merubah logo operator pada nokia type 3310 dan 3330<br />
Caranya tekan * # 6 7 7 0 5 6 4 6 #</p>
<p>10. Menampilkan status sim clock<br />
Caranya tekan * # 7 4 6 0 2 5 6 2 5 #</p>
<p>11. Berpindah ke profil profile ponsel anda<br />
Caranya tekan tombol power off tanpa ditahan</p>
<p>12. Merubah seting hp nokia ke default atau pabrikan<br />
Caranya tekan * # 7 7 8 0 #</p>
<p>13. Melakukan reset timer ponsel dan skor game ponsel nokia<br />
Caranya tekan * # 7 3 #</p>
<p>14. Melihat status call waiting<br />
Caranya tekan * # 4 3 #</p>
<p>15. Melihat kode pabrik atau factory code<br />
Caranya tekan * # 7 7 6 0 #</p>
<p>16. Menampilkan serial number atau nomer seri hp, tanggal pembuatan, tanggal pembelian, tanggal servis terakhir, transfer user data. Untuk keluar ponsel harus direset kembali.<br />
Caranya tekan * # 92702689 #</p>
<p>17. Melihat kode pengamanan ponsel anda<br />
Caranya tekan * # 2 6 4 0 #</p>
<p>18. Melihat alamat ip perangkat keras bluetooth anda<br />
Caranya tekan * # 2 8 2 0 #</p>
<p>19. Mengaktifkan EFR dengan kualitas suara terbaik namun boros energi batere. Untuk mematikan menggunakan kode yang sama.<br />
Caranya tekan * # 3 3 7 0 #</p>
<p>20. Mengaktifkan EFR dengan kualitas suara terendah namun hemat energi batere. Untuk mematikan menggunakan kode yang sama.<br />
Caranya tekan * # 4 7 2 0 #</p>
<p>21. Menuju isi phone book dengan cepat di handphone nokia<br />
Caranya tekan nomer urut lalu # contoh : 150#</p>
<p>22. Mengalihkan panggilan ke nomor yang dituju untuk semua panggilan<br />
Caranya tekan * * 2 1 * Nomor Tujuan #</p>
<p>23. Mengalihkan panggilan ke nomor yang dituju untuk panggilan yang tidak terjawab<br />
Caranya tekan * * 6 1 * Nomor Tujuan #</p>
<p>24. Mengalihkan panggilan ke nomor yang dituju untuk panggilan ketika telepon hp anda sedang sibuk<br />
Caranya tekan * * 6 7 * Nomor Tujuan #</p>
<p>Keterangan Tambahan :<br />
- Kode diinput tanpa spasi<br />
- Ada kode-kode nokia yang berlaku pada tipe tertentu saja</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wisnuprabowo.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wisnuprabowo.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisnuprabowo.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisnuprabowo.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisnuprabowo.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisnuprabowo.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisnuprabowo.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisnuprabowo.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisnuprabowo.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisnuprabowo.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisnuprabowo.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisnuprabowo.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisnuprabowo.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisnuprabowo.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisnuprabowo.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisnuprabowo.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=36&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisnuprabowo.wordpress.com/2008/05/16/nokia-hidden-shortcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61fef29f71318e4f02bea4fa77a801fe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blogeeks08</media:title>
		</media:content>
	</item>
		<item>
		<title>STPDN, STIP, Mana Lagi Yang Ikutan Neh?</title>
		<link>http://wisnuprabowo.wordpress.com/2008/05/16/stpdn-stip-mana-lagi-yang-ikutan-neh/</link>
		<comments>http://wisnuprabowo.wordpress.com/2008/05/16/stpdn-stip-mana-lagi-yang-ikutan-neh/#comments</comments>
		<pubDate>Fri, 16 May 2008 02:15:25 +0000</pubDate>
		<dc:creator>blogeeks08</dc:creator>
				<category><![CDATA[My Mind]]></category>

		<guid isPermaLink="false">http://wisnuprabowo.wordpress.com/?p=35</guid>
		<description><![CDATA[Dunia pendidikan Indonesia lagi-lagi tercoreng dengan tewasnya mahasiswa STIP setelah diberitakan dikeroyok oleh seniornya. Kok gak kapok-kapok ya sekolah di Indonesia ini? Zaman seperti sekarang kok masih pake kekerasan? Seperti tidak putus tragedi seperti itu. Diawali oleh STPDN (setau saya), sekarang tambah lagi berita itu. Dan kasus yang hampir mirip, kekerasan dalam dunia pendidikan. Apa [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=35&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="newsBody"><span>Dunia pendidikan Indonesia lagi-lagi tercoreng dengan tewasnya mahasiswa STIP setelah diberitakan dikeroyok oleh seniornya. Kok gak kapok-kapok ya sekolah di Indonesia ini? Zaman seperti sekarang kok masih pake kekerasan?</p>
<p>Seperti tidak putus tragedi seperti itu. Diawali oleh STPDN (setau saya), sekarang tambah lagi berita itu. Dan kasus yang hampir mirip, kekerasan dalam dunia pendidikan. Apa sih yang sebenarnya dimaksudkan lewat aksi seperti itu?</p>
<p>Senioritas memang perlu untuk ada dalam sebuah institusi demi menjaga sebuah hirarki penghormatan terhadap yang lebih &#8220;senior&#8221;. Senior bukan hanya sebagai umur saja, tapi bisa banyak hal seperti pangkat, jabatan, <em>technical skill</em>, dsb. Tapi apa dengan adanya senioritas bisa semena-mena?</p>
<p>&#8220;<em>Hare geneh</em>&#8220;, mungkin itu yang pantas untuk diucapkan untuk pelaku-pelaku kekerasan di lingkungan sekolah. Sudah tidak jamannya lagi pendekatan represif kayak gitu, emang sekolah mau nyetak tukang pukul apa? Mau menghasilkan preman? Tentu tidak kan?</p>
<p>Pemerintah tampak perlu untuk memberikan ultimatum atau pemberitahuan secara intensuf menegnai hal ini. Jangan sampai terulang lagi kejadian yang memilukan seperti itu.</p>
<p></span></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wisnuprabowo.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wisnuprabowo.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisnuprabowo.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisnuprabowo.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisnuprabowo.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisnuprabowo.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisnuprabowo.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisnuprabowo.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisnuprabowo.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisnuprabowo.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisnuprabowo.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisnuprabowo.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisnuprabowo.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisnuprabowo.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisnuprabowo.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisnuprabowo.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=35&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisnuprabowo.wordpress.com/2008/05/16/stpdn-stip-mana-lagi-yang-ikutan-neh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61fef29f71318e4f02bea4fa77a801fe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blogeeks08</media:title>
		</media:content>
	</item>
		<item>
		<title>Picture of How Gain Success</title>
		<link>http://wisnuprabowo.wordpress.com/2008/05/15/picture-of-how-gain-success/</link>
		<comments>http://wisnuprabowo.wordpress.com/2008/05/15/picture-of-how-gain-success/#comments</comments>
		<pubDate>Thu, 15 May 2008 07:56:05 +0000</pubDate>
		<dc:creator>blogeeks08</dc:creator>
				<category><![CDATA[Diary]]></category>

		<guid isPermaLink="false">http://wisnuprabowo.wordpress.com/?p=34</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=34&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://wisnuprabowo.files.wordpress.com/2008/05/image001.jpg"><img class="alignnone size-medium wp-image-33" src="http://wisnuprabowo.files.wordpress.com/2008/05/image001.jpg?w=260&#038;h=300" alt="" width="260" height="300" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wisnuprabowo.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wisnuprabowo.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisnuprabowo.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisnuprabowo.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisnuprabowo.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisnuprabowo.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisnuprabowo.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisnuprabowo.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisnuprabowo.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisnuprabowo.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisnuprabowo.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisnuprabowo.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisnuprabowo.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisnuprabowo.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisnuprabowo.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisnuprabowo.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisnuprabowo.wordpress.com&amp;blog=3507168&amp;post=34&amp;subd=wisnuprabowo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisnuprabowo.wordpress.com/2008/05/15/picture-of-how-gain-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61fef29f71318e4f02bea4fa77a801fe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blogeeks08</media:title>
		</media:content>

		<media:content url="http://wisnuprabowo.files.wordpress.com/2008/05/image001.jpg?w=260" medium="image" />
	</item>
	</channel>
</rss>
