<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Agus Priyadi @ Not-work Enginer</title>
	<atom:link href="http://agus.priyadi.web.id/feed" rel="self" type="application/rss+xml" />
	<link>http://agus.priyadi.web.id</link>
	<description>Teknologi &#124; Informasi</description>
	<lastBuildDate>Fri, 23 Jul 2010 03:32:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Zeta File System (Zfs) Pada FreeBSD 8</title>
		<link>http://agus.priyadi.web.id/2010/07/23/zeta-file-system-zfs-pada-freebsd-8.html</link>
		<comments>http://agus.priyadi.web.id/2010/07/23/zeta-file-system-zfs-pada-freebsd-8.html#comments</comments>
		<pubDate>Fri, 23 Jul 2010 03:29:12 +0000</pubDate>
		<dc:creator>Agus Priyadi</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Oprekan]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[zeta file system]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://agus.priyadi.web.id/?p=141</guid>
		<description><![CDATA[Zeta File System (Zfs) pengertian secara menyeluruh bisa di unduh pada links wikipedia http://en.wikipedia.org/wiki/ZFS Kita tidak akan membahas apa itu ZFS dan juga tidak akan membahas tentang FreeBSD. Dimari cuman mau sedikit menulis scripts installasi ZFS pada mesin FreeBSD 8 Yuk Mari Di simak, hal pertama adalah mendefinisikan Variable hd=&#34;ad0&#34; Variable ini menandakan bahwa posisi [...]]]></description>
			<content:encoded><![CDATA[<p>Zeta File System (Zfs) pengertian secara menyeluruh bisa di unduh pada links wikipedia <a href="http://en.wikipedia.org/wiki/ZFS">http://en.wikipedia.org/wiki/ZFS</a><br />
Kita tidak akan membahas apa itu <a href="http://en.wikipedia.org/wiki/ZFS">ZFS</a> dan juga tidak akan membahas tentang <a href="http://www.freebsd.org">FreeBSD</a>. Dimari cuman mau sedikit menulis scripts installasi ZFS pada mesin FreeBSD 8</p>
<p>Yuk Mari Di simak, hal pertama adalah mendefinisikan Variable</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">hd</span>=<span style="color: #ff0000;">&quot;ad0&quot;</span></pre></div></div>

<p>Variable ini menandakan bahwa posisi hardisk yang di definisi adalah pada hardisk scsi / sata pointer pertama master. Untuk melihat pointer hardisk silahkan melakukan perintah dmesg atau gpart</p>
<p>Variable kedua adalah menentukan besaran kapasitas hardisk.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">hdsize</span>=<span style="color: #000000; font-weight: bold;">`</span>gpart show <span style="color: #ff0000;">&quot;<span style="color: #007800;">$hdd</span>&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> = <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">cut</span> <span style="color: #660033;">-d</span> \  -f7-<span style="color: #000000;">13</span><span style="color: #000000; font-weight: bold;">`</span></pre></div></div>

<p>Bersambung&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://agus.priyadi.web.id/2010/07/23/zeta-file-system-zfs-pada-freebsd-8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PPP 3G pada FreeBSD 8 Modem Huawei e169</title>
		<link>http://agus.priyadi.web.id/2010/07/22/ppp-3g-pada-freebsd-8-modem-huawei-e169.html</link>
		<comments>http://agus.priyadi.web.id/2010/07/22/ppp-3g-pada-freebsd-8-modem-huawei-e169.html#comments</comments>
		<pubDate>Thu, 22 Jul 2010 11:06:15 +0000</pubDate>
		<dc:creator>Agus Priyadi</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Oprekan]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[E169]]></category>
		<category><![CDATA[Huawei]]></category>
		<category><![CDATA[ppp]]></category>

		<guid isPermaLink="false">http://agus.priyadi.web.id/?p=81</guid>
		<description><![CDATA[Nitip contekan untuk PPP 3G pada FreeBSD 8 Modem Huawei e169 network: set log local +phase filter connect set device /dev/cuaU0.0 set phone *99\# set authname dummy set authkey dummy set timeout 600 # 10 minute idle timer &#160; deny chap &#160; disable deflate disable pred1 disable vjcomp disable mppe &#160; enable dns accept dns [...]]]></description>
			<content:encoded><![CDATA[<p>Nitip contekan untuk PPP 3G pada FreeBSD 8 Modem Huawei e169</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">network:
 <span style="color: #000000; font-weight: bold;">set</span> log <span style="color: #7a0874; font-weight: bold;">local</span> +phase filter connect
 <span style="color: #000000; font-weight: bold;">set</span> device <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>cuaU0.0
 <span style="color: #000000; font-weight: bold;">set</span> phone <span style="color: #000000; font-weight: bold;">*</span><span style="color: #000000;">99</span>\<span style="color: #666666; font-style: italic;">#</span>
 <span style="color: #000000; font-weight: bold;">set</span> authname dummy
 <span style="color: #000000; font-weight: bold;">set</span> authkey dummy
 <span style="color: #000000; font-weight: bold;">set</span> timeout <span style="color: #000000;">600</span>                        <span style="color: #666666; font-style: italic;"># 10 minute idle timer</span>
&nbsp;
 deny chap
&nbsp;
 disable deflate
 disable pred1
 disable vjcomp
 disable mppe
&nbsp;
 <span style="color: #7a0874; font-weight: bold;">enable</span> dns
 accept dns
&nbsp;
 <span style="color: #666666; font-style: italic;"># Ludicrous number of retries to try and convince it to work without MS NBNS</span>
 <span style="color: #000000; font-weight: bold;">set</span> ipcpretry <span style="color: #000000;">3</span> <span style="color: #000000;">50</span>
&nbsp;
 <span style="color: #000000; font-weight: bold;">set</span> dial <span style="color: #ff0000;">&quot;ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 <span style="color: #000099; font-weight: bold;">\
</span>           <span style="color: #000099; font-weight: bold;">\&quot;</span><span style="color: #000099; font-weight: bold;">\&quot;</span> AT OK-AT-OK ATE1Q0 OK <span style="color: #000099; font-weight: bold;">\
</span>           AT+COPS=1,2,&quot;</span><span style="color: #000000;">50502</span><span style="color: #ff0000;">&quot;,2 OK <span style="color: #000099; font-weight: bold;">\
</span>           AT+CGDCONT=1,\\<span style="color: #000099; font-weight: bold;">\&quot;</span>IP\\<span style="color: #000099; font-weight: bold;">\&quot;</span>,\\<span style="color: #000099; font-weight: bold;">\&quot;</span>%%APN%%\\<span style="color: #000099; font-weight: bold;">\&quot;</span> OK <span style="color: #000099; font-weight: bold;">\
</span>           \\dATDT\<span style="color: #000099; font-weight: bold;">\T</span> TIMEOUT 40 CONNECT&quot;</span>
 <span style="color: #000000; font-weight: bold;">set</span> ifaddr 10.0.0.1<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">0</span> 10.0.0.2<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">0</span> 0.0.0.0 0.0.0.0</pre></div></div>

<p>And I have a ppp.linkup file containing:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">network:
	add<span style="color: #000000; font-weight: bold;">!</span> default HISADDR</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://agus.priyadi.web.id/2010/07/22/ppp-3g-pada-freebsd-8-modem-huawei-e169.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Error, Halaman Putih Kosong</title>
		<link>http://agus.priyadi.web.id/2010/07/22/facebook-error-halaman-putih-kosong.html</link>
		<comments>http://agus.priyadi.web.id/2010/07/22/facebook-error-halaman-putih-kosong.html#comments</comments>
		<pubDate>Thu, 22 Jul 2010 05:19:07 +0000</pubDate>
		<dc:creator>Agus Priyadi</dc:creator>
				<category><![CDATA[Oprekan]]></category>
		<category><![CDATA[Squid]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[squid]]></category>

		<guid isPermaLink="false">http://agus.priyadi.web.id/?p=51</guid>
		<description><![CDATA[Hari ini abis di komplain dari internal Niaga3 sama Grogol. Gak bisa buka facebook dan halaman putih kosong. Investigasi pun dilakukan, searching sana dan kemari karena pagi ini juga dapet info di opisboy ada juga yang mengalami pesbuk nya gak bisa buka. Dan pencerahannya di squid / cache / proxy yang di pergunakan silahkan tambahkan [...]]]></description>
			<content:encoded><![CDATA[<p>Hari ini abis di komplain dari internal Niaga3 sama Grogol. Gak bisa buka facebook dan halaman putih kosong. Investigasi pun dilakukan, searching sana dan kemari karena pagi ini juga dapet info di opisboy ada juga yang mengalami pesbuk nya gak bisa buka.</p>
<p>Dan pencerahannya di squid / cache / proxy yang di pergunakan silahkan tambahkan di squid.conf nya line berikut ini</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">server_http11 on</pre></div></div>

<p>Hanya berlaku di squid 2.7, kalau versi yang lain harap di coba coba dan kalau tetap gak bisa banyak banyaklah berdoa. Kerja koq pesbukan</p>
]]></content:encoded>
			<wfw:commentRss>http://agus.priyadi.web.id/2010/07/22/facebook-error-halaman-putih-kosong.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://agus.priyadi.web.id/2010/06/01/hello-world.html</link>
		<comments>http://agus.priyadi.web.id/2010/06/01/hello-world.html#comments</comments>
		<pubDate>Tue, 01 Jun 2010 09:27:00 +0000</pubDate>
		<dc:creator>Agus Priyadi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://agus.priyadi.web.id/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://agus.priyadi.web.id/2010/06/01/hello-world.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
