<?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>Gaptek</title>
	<atom:link href="http://gaptek.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gaptek.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Sep 2011 09:13:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gaptek.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Gaptek</title>
		<link>http://gaptek.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gaptek.wordpress.com/osd.xml" title="Gaptek" />
	<atom:link rel='hub' href='http://gaptek.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Cisco NAT</title>
		<link>http://gaptek.wordpress.com/2011/09/30/cisco-nat/</link>
		<comments>http://gaptek.wordpress.com/2011/09/30/cisco-nat/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 08:59:02 +0000</pubDate>
		<dc:creator>ferry</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://gaptek.wordpress.com/?p=73</guid>
		<description><![CDATA[Cisco NAT (Many to One) Int fa0/0 is Public IP, become Outside Int fa0/1 is Private IP, become inside And setup DHCP for the client (Next schedule) interface FastEthernet0/0 ip address 118.151.221.254 255.255.255.252 ip nat outside duplex auto speed auto ! interface FastEthernet0/1 ip address 10.10.10.1 255.255.255.0 ip nat inside duplex auto speed auto ! [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=73&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Cisco NAT (Many to One)</p>
<p>Int fa0/0 is Public IP, become Outside<br />
Int fa0/1 is Private IP, become inside</p>
<p>And setup DHCP for the client (Next schedule)</p>
<p>interface FastEthernet0/0<br />
 ip address 118.151.221.254 255.255.255.252<br />
 ip nat outside<br />
 duplex auto<br />
 speed auto<br />
!<br />
interface FastEthernet0/1<br />
 ip address 10.10.10.1 255.255.255.0<br />
 ip nat inside<br />
 duplex auto<br />
 speed auto<br />
!<br />
ip nat inside source list 1 interface FastEthernet0/0 overload<br />
ip classless<br />
ip route 0.0.0.0 0.0.0.0 118.151.221.253<br />
!<br />
!<br />
access-list 1 permit any</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gaptek.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gaptek.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gaptek.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gaptek.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gaptek.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gaptek.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gaptek.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gaptek.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gaptek.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gaptek.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gaptek.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gaptek.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gaptek.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gaptek.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=73&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gaptek.wordpress.com/2011/09/30/cisco-nat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db734c03870135591349a01996d59eb2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaptek</media:title>
		</media:content>
	</item>
		<item>
		<title>Source Based Routing Iptables</title>
		<link>http://gaptek.wordpress.com/2011/09/23/source-based-routing-iptables/</link>
		<comments>http://gaptek.wordpress.com/2011/09/23/source-based-routing-iptables/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 09:33:54 +0000</pubDate>
		<dc:creator>ferry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gaptek.wordpress.com/?p=68</guid>
		<description><![CDATA[iptables -t mangle -A PREROUTING -s 10.0.0.0/8 -j MARK –set-mark 5 ip rule add fwmark 5 table 200 ip route add default via 192.168.0.1 table 200<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=68&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>iptables -t mangle -A PREROUTING -s 10.0.0.0/8 -j MARK –set-mark 5<br />
ip rule add fwmark 5 table 200<br />
ip route add default via 192.168.0.1 table 200</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gaptek.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gaptek.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gaptek.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gaptek.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gaptek.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gaptek.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gaptek.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gaptek.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gaptek.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gaptek.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gaptek.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gaptek.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gaptek.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gaptek.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=68&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gaptek.wordpress.com/2011/09/23/source-based-routing-iptables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db734c03870135591349a01996d59eb2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaptek</media:title>
		</media:content>
	</item>
		<item>
		<title>php Tutorial</title>
		<link>http://gaptek.wordpress.com/2010/10/26/php-tutorial/</link>
		<comments>http://gaptek.wordpress.com/2010/10/26/php-tutorial/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 15:19:50 +0000</pubDate>
		<dc:creator>ferry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gaptek.wordpress.com/?p=64</guid>
		<description><![CDATA[Link yang bagus untuk belajar php. http://blog.rosihanari.net/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=64&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Link yang bagus untuk belajar php.</p>
<p>http://blog.rosihanari.net/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gaptek.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gaptek.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gaptek.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gaptek.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gaptek.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gaptek.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gaptek.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gaptek.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gaptek.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gaptek.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gaptek.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gaptek.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gaptek.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gaptek.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=64&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gaptek.wordpress.com/2010/10/26/php-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db734c03870135591349a01996d59eb2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaptek</media:title>
		</media:content>
	</item>
		<item>
		<title>HTB-tools</title>
		<link>http://gaptek.wordpress.com/2009/10/28/htb-tools/</link>
		<comments>http://gaptek.wordpress.com/2009/10/28/htb-tools/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 03:07:48 +0000</pubDate>
		<dc:creator>ferry</dc:creator>
				<category><![CDATA[Ngoprek]]></category>

		<guid isPermaLink="false">http://gaptek.wordpress.com/?p=61</guid>
		<description><![CDATA[Hierarchical Token Bucket ( HTB ) I use this tool on all servers to limit the client bandwidth. Simply perfect. HTB-Tools Website http://htb-tools.skydevel.ro/ HTB-Tools Howto http://htb-tools.skydevel.ro/e107_plugins/content/content.php?content.11<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=61&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hierarchical Token Bucket ( HTB )</p>
<p>I use this tool on all servers to limit the client bandwidth. Simply perfect.</p>
<p>HTB-Tools Website<br />
<a href="http://htb-tools.skydevel.ro/">http://htb-tools.skydevel.ro/</a> </p>
<p>HTB-Tools Howto<br />
<a href="http://htb-tools.skydevel.ro/e107_plugins/content/content.php?content.11"> http://htb-tools.skydevel.ro/e107_plugins/content/content.php?content.11 </a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gaptek.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gaptek.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gaptek.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gaptek.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gaptek.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gaptek.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gaptek.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gaptek.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gaptek.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gaptek.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gaptek.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gaptek.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gaptek.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gaptek.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=61&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gaptek.wordpress.com/2009/10/28/htb-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db734c03870135591349a01996d59eb2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaptek</media:title>
		</media:content>
	</item>
		<item>
		<title>Error &#8216;vlog&#8217; Vpopmail</title>
		<link>http://gaptek.wordpress.com/2009/06/11/58/</link>
		<comments>http://gaptek.wordpress.com/2009/06/11/58/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 04:21:57 +0000</pubDate>
		<dc:creator>ferry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gaptek.wordpress.com/2009/06/11/58/</guid>
		<description><![CDATA[Solutions for error table &#8216;vlog&#8217; (vpopmail). You can read at : http://henry.gultom.or.id/index.php/archives/2008/05/22/repair-table-mysql/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=58&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Solutions for error table &#8216;vlog&#8217; (vpopmail). You can read at :</p>
<p><a href="http://henry.gultom.or.id/index.php/archives/2008/05/22/repair-table-mysql/">http://henry.gultom.or.id/index.php/archives/2008/05/22/repair-table-mysql/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gaptek.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gaptek.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gaptek.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gaptek.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gaptek.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gaptek.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gaptek.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gaptek.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gaptek.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gaptek.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gaptek.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gaptek.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gaptek.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gaptek.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=58&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gaptek.wordpress.com/2009/06/11/58/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db734c03870135591349a01996d59eb2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaptek</media:title>
		</media:content>
	</item>
		<item>
		<title>A very busy week</title>
		<link>http://gaptek.wordpress.com/2009/04/24/a-very-busy-week/</link>
		<comments>http://gaptek.wordpress.com/2009/04/24/a-very-busy-week/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 02:52:53 +0000</pubDate>
		<dc:creator>ferry</dc:creator>
				<category><![CDATA[Tulisan]]></category>

		<guid isPermaLink="false">http://gaptek.wordpress.com/2009/04/24/a-very-busy-week/</guid>
		<description><![CDATA[A very busy week, lots of issues that must be completed immediately. We&#8217;re sorry if a lot of guidance wait a firewall that I promised in PDF format, I do not know when the guide is finished. Next is the schedule, monitor the process of inter connection from Mobile8.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=56&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A very busy week, lots of issues that must be completed immediately.</p>
<p>We&#8217;re sorry if a lot of guidance wait a firewall that I promised in PDF format, I do not know when the guide is finished.</p>
<p>Next is the schedule, monitor the process of inter connection from Mobile8.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gaptek.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gaptek.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gaptek.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gaptek.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gaptek.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gaptek.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gaptek.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gaptek.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gaptek.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gaptek.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gaptek.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gaptek.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gaptek.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gaptek.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=56&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gaptek.wordpress.com/2009/04/24/a-very-busy-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db734c03870135591349a01996d59eb2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaptek</media:title>
		</media:content>
	</item>
		<item>
		<title>Small business</title>
		<link>http://gaptek.wordpress.com/2009/04/11/small-business/</link>
		<comments>http://gaptek.wordpress.com/2009/04/11/small-business/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 03:00:13 +0000</pubDate>
		<dc:creator>ferry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gaptek.wordpress.com/2009/04/11/small-business/</guid>
		<description><![CDATA[I&#8217;m thinking what a good business small and does not disrupt the activities of the office? If you have suggestions please let me know.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=53&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m thinking what a good business small and does not disrupt the activities of the office?</p>
<p>If you have suggestions please let me know.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gaptek.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gaptek.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gaptek.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gaptek.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gaptek.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gaptek.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gaptek.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gaptek.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gaptek.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gaptek.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gaptek.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gaptek.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gaptek.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gaptek.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=53&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gaptek.wordpress.com/2009/04/11/small-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db734c03870135591349a01996d59eb2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaptek</media:title>
		</media:content>
	</item>
		<item>
		<title>Firewall</title>
		<link>http://gaptek.wordpress.com/2009/04/06/firewall/</link>
		<comments>http://gaptek.wordpress.com/2009/04/06/firewall/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 12:54:52 +0000</pubDate>
		<dc:creator>ferry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gaptek.wordpress.com/?p=51</guid>
		<description><![CDATA[In the near future is a tutorial about the firewall in GNU / Linux and Mikrotik, right in the finish. Please wait in the PDF format, and freely distributed with the GPL license.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=51&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the near future is a tutorial about the firewall in GNU / Linux and Mikrotik, right in the finish.</p>
<p>Please wait in the PDF format, and freely distributed with the GPL license.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gaptek.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gaptek.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gaptek.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gaptek.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gaptek.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gaptek.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gaptek.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gaptek.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gaptek.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gaptek.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gaptek.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gaptek.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gaptek.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gaptek.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=51&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gaptek.wordpress.com/2009/04/06/firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db734c03870135591349a01996d59eb2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaptek</media:title>
		</media:content>
	</item>
		<item>
		<title>I&#8217;m back</title>
		<link>http://gaptek.wordpress.com/2009/04/03/kembalinya-saya/</link>
		<comments>http://gaptek.wordpress.com/2009/04/03/kembalinya-saya/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 02:14:32 +0000</pubDate>
		<dc:creator>ferry</dc:creator>
				<category><![CDATA[Tulisan]]></category>

		<guid isPermaLink="false">http://gaptek.wordpress.com/?p=47</guid>
		<description><![CDATA[I have one year left office beloved. And finally I went back to my office a long time (HasindoNet). During the year also this blog I do not update, sorry to frequently visit this blog because it does not have any posts latest. Start today I write back in this blog. And I have a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=47&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have one year left office beloved. And finally I went back to my office a long time (HasindoNet). During the year also this blog I do not update, sorry to frequently visit this blog because it does not have any posts latest. Start today I write back in this blog.</p>
<p>And I have a website that is also a year that I leave <a href="http://www.terimanasib.com">http://www.terimanasib.com</a>, hopefully in the near future this website can be completed.</p>
<p>Happy to return to Hasindo, for this time I will give the best.</p>
<p>Thanks to Mr. Mantaray and Andryan &#8220;<a href="http://www.sanriotown.co.id">http://www.sanriotown.co.id&#8221;</a> which has provided both the opportunity and confidence to manage Hasindo Network.</p>
<p>Hopefully all can run smoothly without the barriers of any kind.</p>
<p>Thanks</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gaptek.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gaptek.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gaptek.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gaptek.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gaptek.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gaptek.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gaptek.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gaptek.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gaptek.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gaptek.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gaptek.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gaptek.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gaptek.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gaptek.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=47&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gaptek.wordpress.com/2009/04/03/kembalinya-saya/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db734c03870135591349a01996d59eb2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaptek</media:title>
		</media:content>
	</item>
		<item>
		<title>Software RAID di CentOS 5.1</title>
		<link>http://gaptek.wordpress.com/2008/04/22/software-raid-di-centos-51/</link>
		<comments>http://gaptek.wordpress.com/2008/04/22/software-raid-di-centos-51/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 08:38:43 +0000</pubDate>
		<dc:creator>ferry</dc:creator>
				<category><![CDATA[Ngoprek]]></category>

		<guid isPermaLink="false">http://gaptek.wordpress.com/?p=46</guid>
		<description><![CDATA[A. Yuke mari kita ngeRAID di CentOS (Software RAID). A.1. Ikuti tutorial di bawah ini, setelah itu install CentOS sampai dengan selesai. http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-raid-config.html A.2. Konfigurasi Grub agar ketika salah satu harddisk rusak, kita masih bisa memboot dengan harddisk yang satunya lagi. [root@terimanasib ~]# grub device (hd0) /dev/sda root (hd0,0) setup (hd0) device (hd1) /dev/sdb root [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=46&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A. Yuke mari kita ngeRAID di CentOS (Software RAID). </p>
<p>A.1. Ikuti tutorial di bawah ini, setelah itu install CentOS sampai dengan selesai.<br />
<a href="http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-raid-config.html">http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-raid-config.html</a></p>
<p>A.2. Konfigurasi Grub agar ketika salah satu harddisk rusak, kita masih bisa memboot dengan harddisk yang satunya lagi.<br />
<code><br />
[root@terimanasib ~]# grub<br />
device (hd0) /dev/sda<br />
root (hd0,0)<br />
setup (hd0)<br />
device (hd1) /dev/sdb<br />
root (hd1,0)<br />
setup (hd1)<br />
</code></p>
<p>B. Cara untuk menrebuild harddisk yang baru, ketika harddisk yang satu rusak.</p>
<p>B.1. Buat partisi di harddisk yang baru, dengan catatan besar partisi itu harus sama dengan harddisk yang sedang berjalan.</p>
<p>B.2. Mulai proses rebuild dengan perintah..<br />
<code><br />
[root@terimanasib ~]# mdadm --manage --add /dev/md0 /dev/hda1<br />
[root@terimanasib ~]# mdadm --manage --add /dev/md1 /dev/hda2<br />
[root@terimanasib ~]# mdadm --manage --add /dev/md2 /dev/hda3<br />
</code></p>
<p>Perintah diatas sesuaikan dengan partisi anda Yah </p>
<p>B.3. Kembali ke proses A.2. (Proses installasi grub ke setiap MBR Harddisk yang ada)</p>
<p>Jika sudah selesai rebootlah server tersebut dan anda sukses, jika belum&#8230;. <a href="http://www.terimanasib.com/">http://www.terimanasib.com</a> deh <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Refrensi:<br />
<a href="http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-raid-config.html">http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-raid-config.html</a><br />
<a href="http://www.flmnh.ufl.edu/linux/linux_software_raid.htm">http://www.flmnh.ufl.edu/linux/linux_software_raid.htm</a><br />
<a href="http://ex-parrot.com/~pete/software-raid-howto.html">http://ex-parrot.com/~pete/software-raid-howto.html</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gaptek.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gaptek.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gaptek.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gaptek.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gaptek.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gaptek.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gaptek.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gaptek.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gaptek.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gaptek.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gaptek.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gaptek.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gaptek.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gaptek.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gaptek.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gaptek.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaptek.wordpress.com&amp;blog=665773&amp;post=46&amp;subd=gaptek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gaptek.wordpress.com/2008/04/22/software-raid-di-centos-51/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db734c03870135591349a01996d59eb2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaptek</media:title>
		</media:content>
	</item>
	</channel>
</rss>
