<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>/home/pias - cuma catatan kecil...</title>
	
	<link>http://pias.wordpress.com</link>
	<description>cuma catatan kecil...</description>
	<lastBuildDate>Fri, 04 Sep 2009 08:06:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain="pias.wordpress.com" port="80" path="/?rsscloud=notify" registerProcedure="" protocol="http-post" />
<image><url>http://pias.files.wordpress.com/2008/10/rss.png</url></image>
			<media:copyright>Some belong...</media:copyright><media:thumbnail url="http://pias.files.wordpress.com/2008/10/rss.png" /><media:keywords>linux</media:keywords><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Education/Educational Technology</media:category><itunes:owner><itunes:email>paiproduction@yahoo.com</itunes:email><itunes:name>by pai</itunes:name></itunes:owner><itunes:author>by pai</itunes:author><itunes:explicit>no</itunes:explicit><itunes:image href="http://pias.files.wordpress.com/2008/10/rss.png" /><itunes:keywords>linux</itunes:keywords><itunes:subtitle>/home/pai</itunes:subtitle><itunes:summary>hanya catatan kecil</itunes:summary><itunes:category text="Education"><itunes:category text="Educational Technology" /></itunes:category><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/medanlinux" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Sceduled shutdown with Sceduled Task on Windows Server 2003 (crontab like?)</title>
		<link>http://feedproxy.google.com/~r/medanlinux/~3/f15HLjlFeE8/</link>
		<comments>http://pias.wordpress.com/2009/09/01/sceduled-shutdown-with-sceduled-task-on-windows-server-2003-crontab-like/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 08:29:47 +0000</pubDate>
		<dc:creator>paiproduction@yahoo.com (by pai)</dc:creator>
				<category><![CDATA[Kerjaan]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sceduled Task]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false">http://pias.wordpress.com/?p=580</guid>
		<description><![CDATA[Sekedar buat catatan/note ane; berhubung seluruh kegiatan dikantor ini pada bulan ramadhan selesai pukul 15:30 WIB, jadi seluruh server² juga ikutan ane setting shutdown automatis pada jam 14:00 WIB. Mana tau ane lagi ada urusan diluar, eh yang lain lupa shutdown 2 komputer vital disini, kan gak perlu repot² mikirin udah dishutdown apa blom ya??? [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=580&subd=pias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sekedar buat catatan/note ane; berhubung seluruh kegiatan dikantor ini pada bulan ramadhan selesai pukul 15:30 WIB, jadi seluruh server² juga ikutan ane setting shutdown automatis pada jam 14:00 WIB. Mana tau ane lagi ada urusan diluar, eh yang lain lupa shutdown 2 komputer vital disini, kan gak perlu repot² mikirin udah dishutdown apa blom ya??? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>buat file batch script <strong>shutdown.bat</strong>, dimana isi script tersebut sebagai berikut:</p>
<blockquote><p><code>@echo off<br />
shutdown -P</code></p></blockquote>
<p>Simpan dan letakkan file tersebut di <strong>C:\Documents and Settings\Administrator</strong></p>
<p>Langkah selanjutnya, buat Sceduled Task dari <strong>Start &gt; All Programs &gt; Accessories &gt; System Tools &gt; Scheduled Tasks</strong></p>
<p><span id="more-580"></span><br />
Berikut screenshot-nya:<br />
<img src="http://pias.files.wordpress.com/2009/09/sced00.jpg?w=600&#038;h=411" alt="sced00" title="sced00" width="600" height="411" class="alignnone size-full wp-image-587" /><br />
Klik Add Sceduled Task<br />
<img src="http://pias.files.wordpress.com/2009/09/sced01.jpg?w=441&#038;h=318" alt="sced01" title="sced01" width="441" height="318" class="alignnone size-full wp-image-588" /><br />
lalu klik next<br />
<img src="http://pias.files.wordpress.com/2009/09/sced02.jpg?w=441&#038;h=318" alt="sced02" title="sced02" width="441" height="318" class="alignnone size-full wp-image-590" /><br />
selanjutnya klik <strong>Browse</strong> dan pilih file BAT yang kita buat tadi<br />
<img src="http://pias.files.wordpress.com/2009/09/sced03.jpg?w=563&#038;h=412" alt="sced03" title="sced03" width="563" height="412" class="alignnone size-full wp-image-594" /><br />
Ok, selanjutnya Anda tinggal mencocokkan pukul berapa sceduled task tersebut aktif</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pias.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pias.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pias.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pias.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pias.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pias.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pias.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pias.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pias.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pias.wordpress.com/580/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=580&subd=pias&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/DmKOrADgHfxxIn9JkDT98Yh9tPQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/DmKOrADgHfxxIn9JkDT98Yh9tPQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/DmKOrADgHfxxIn9JkDT98Yh9tPQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/DmKOrADgHfxxIn9JkDT98Yh9tPQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/medanlinux?a=f15HLjlFeE8:6RyLaLIr4lA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=f15HLjlFeE8:6RyLaLIr4lA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=f15HLjlFeE8:6RyLaLIr4lA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=f15HLjlFeE8:6RyLaLIr4lA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=f15HLjlFeE8:6RyLaLIr4lA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=f15HLjlFeE8:6RyLaLIr4lA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=f15HLjlFeE8:6RyLaLIr4lA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=f15HLjlFeE8:6RyLaLIr4lA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=f15HLjlFeE8:6RyLaLIr4lA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=f15HLjlFeE8:6RyLaLIr4lA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=f15HLjlFeE8:6RyLaLIr4lA:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=f15HLjlFeE8:6RyLaLIr4lA:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=f15HLjlFeE8:6RyLaLIr4lA:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=f15HLjlFeE8:6RyLaLIr4lA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=f15HLjlFeE8:6RyLaLIr4lA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=f15HLjlFeE8:6RyLaLIr4lA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/medanlinux/~4/f15HLjlFeE8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pias.wordpress.com/2009/09/01/sceduled-shutdown-with-sceduled-task-on-windows-server-2003-crontab-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/926d015ede74f8778449725c266145e2?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">pai</media:title>
		</media:content>

		<media:content url="http://pias.files.wordpress.com/2009/09/sced00.jpg" medium="image">
			<media:title type="html">sced00</media:title>
		</media:content>

		<media:content url="http://pias.files.wordpress.com/2009/09/sced01.jpg" medium="image">
			<media:title type="html">sced01</media:title>
		</media:content>

		<media:content url="http://pias.files.wordpress.com/2009/09/sced02.jpg" medium="image">
			<media:title type="html">sced02</media:title>
		</media:content>

		<media:content url="http://pias.files.wordpress.com/2009/09/sced03.jpg" medium="image">
			<media:title type="html">sced03</media:title>
		</media:content>
	<feedburner:origLink>http://pias.wordpress.com/2009/09/01/sceduled-shutdown-with-sceduled-task-on-windows-server-2003-crontab-like/</feedburner:origLink></item>
		<item>
		<title>Internet sehat ??? (blocking situs porno dengan Ubuntu)??</title>
		<link>http://feedproxy.google.com/~r/medanlinux/~3/LUzDrfkph2g/</link>
		<comments>http://pias.wordpress.com/2009/08/08/internet-sehat-di-kantor-blocking-situs-porno-di-kantor/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 06:19:55 +0000</pubDate>
		<dc:creator>paiproduction@yahoo.com (by pai)</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Story]]></category>
		<category><![CDATA[bandwidth manager]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://pias.wordpress.com/?p=564</guid>
		<description><![CDATA[root@router:/home/pai/Documents/root@ubuntu# cat /etc/squid/squid.conf
http_port 3128 transparent
http_port 8080 transparent
cache_mem 16 MB
#cache_dir ufs /var/cache/squid 512 16 256
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
##bahaya gak bisa browsing clients
##redirect_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf
#redirect_program /etc/squid/script/wrapzap
refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=564&subd=pias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span>root@router:/home/pai/Docu</span>ments/root@ubuntu# cat /etc/squid/squid.conf</p>
<div><code>http_port 3128 transparent<br />
http_port 8080 transparent<br />
cache_mem 16 MB<br />
#cache_dir ufs /var/cache/squid 512 16 256</p>
<p>hierarchy_stoplist cgi-bin ?<br />
acl QUERY urlpath_regex cgi-bin \?<br />
cache deny QUERY</p>
<p>##bahaya gak bisa browsing clients<br />
##redirect_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf<br />
#redirect_program /etc/squid/script/wrapzap</p>
<p>refresh_pattern ^ftp:           1440    20%     10080<br />
refresh_pattern ^gopher:        1440    0%      1440<br />
refresh_pattern .               0       20%     4320<br />
refresh_pattern ^http:          1440    20%     10080<br />
refresh_pattern -i \.(jpe|jpeg|bmp)$ 1440 20% 10080<br />
refresh_pattern -i \.(gif|png|swf|fla)$ 1440 20% 10080</p>
<p>acl all src 0.0.0.0/0.0.0.0<br />
acl manager proto cache_object<br />
acl localhost src 127.0.0.1/255.255.255.255<br />
acl to_localhost dst 127.0.0.0/8<br />
acl lan1 src 192.168.0.0/24<br />
acl fromserver dst 192.168.0.1<br />
acl server src 192.168.0.1<br />
acl admin src 192.168.0.1<br />
acl SSL_ports port 443<br />
acl Safe_ports port 80		# http<br />
acl Safe_ports port 81          # http<br />
acl Safe_ports port 21		# ftp<br />
acl Safe_ports port 443		# https<br />
acl Safe_ports port 70		# gopher<br />
acl Safe_ports port 210		# wais<br />
acl Safe_ports port 1025-65535	# unregistered ports<br />
acl Safe_ports port 280		# http-mgmt<br />
acl Safe_ports port 488		# gss-http<br />
acl Safe_ports port 591		# filemaker<br />
acl Safe_ports port 777		# multiling http<br />
acl CONNECT method CONNECT<br />
<span> acl blockXXX url_regex -i "/etc/squid/block.XXX.conf</span>"<br />
http_access deny blockXXX<br />
http_access allow manager localhost<br />
http_access deny manager<br />
http_access deny !Safe_ports<br />
http_access deny CONNECT !SSL_ports<br />
http_access allow localhost<br />
http_access allow lan1<br />
http_access deny all<br />
icp_access allow all</p>
<p>access_log /var/log/squid/access.log squid<br />
cache_log /var/log/squid/cache.log</p>
<p>#cache_effective_user squid<br />
#cache_effective_group squid</p>
<p>cache_mgr parlin@router.it.lan<br />
visible_hostname router.it.lan<br />
deny_info ERR_DNS_FAIL blockXXX</p>
<p>coredump_dir /var/spool/squid</code></p>
<p><span id="more-564"></span><br />
<span> root@router:/home/pai/Docu</span>ments/root@ubuntu# cat /etc/squid/block.XXX.conf<br />
#XXX<br />
.*.xxx<br />
<span> .*.(playboy|playgirl|xxx|n</span>ude|porn|erotic).*<br />
<span> .*.(cyberlustxxx|cyberporn</span><span>|intersex|eroticbodies).in</span>ter.net*<br />
<span> .*.(eroticxxx|sexy4you|dan</span><span>i|danni|hotsex|kinky|lesbo</span>s|porno|xpics).*<br />
<span> .*.(over21|regsex|sexnet|s</span>extoy|smeggy|sordid).*<br />
<span> .*.(cybersex|hcabaret|live</span>sex|sex4you|sexmall).*<br />
<span> .*.(lovesexy|nastysex|pant</span>less|playware|showgirl).*<br />
<span> .*.(2xxxcite|dreamsex|futu</span><span>resex|sover21sex|explaza).</span>*<br />
<span> .*.(xxxparadise|playbabe|c</span><span>elebnude|greyhawks|sexfind</span>er|xxx-video).*<br />
<span> .*.(sexaphone|beate-uhse|f</span><span>antasysex|sexparlor|sexnet</span>work).*<br />
<span> .*.(cybervixen|internetsex</span><span>|silverotica|erotica2000|u</span>ltimatexxx).*<br />
<span> .*.(xxx-rawsex-xxx|amateur</span><span>s|amateursweb|erotica-toys</span>|orion-erotic).*<br />
<span> .*.(sexy-jewelry|hollywood</span><span>xxx|cybererotica|sexfantas</span>y).*<br />
<span> .*.(bokep|telanjang|toket|</span>memek|tetek|ngentot|artis telanjang|abg telanjang|seksi).*<br />
<span> .*.(danisherotica|sexy-pla</span><span>ymates|nastyhabits|sugaran</span>dspice|kathryn).*<br />
<span> .*.(persiankitty|adultplay</span><span>ground|supernudes|playsex)</span>.*<br />
<span> .*.(pinupmall|porn.byus|sm</span><span>utland|sizzle|heavyhangers</span>).*<br />
<span> .*.(hardcorjunky|fetish|ad</span><span>ultplayhouse|pornpics|asia</span>nsex).*<br />
<span> .*.(hustler|freepics|wetgi</span><span>rls|tropixxx|sex|pixxxcity</span>).*<br />
<span> .*.(4adultsonly|peepshow|v</span><span>oulezvous|rated-x|69pornpl</span>ace).*<br />
<span> .*.(shavedsluts|nudepalace</span><span>|xxxguide|pics-xxx|naughty</span>|thehotzone).*<br />
<span> .*.(nervemag|carolcox|snat</span><span>ches|freeporn|playgirlmag|</span>cyberspice).*<br />
<span> .*.(erotica|afro-erotica|f</span>reeones|vicidi|bedclip).*<br />
<span> .*(teen|girls|xxxpic|sex|s</span>exy|porn|cum|gay).*<br />
<span> .*.(arsipceritaseru|cerita</span><span>seru|gambarseru|ceritapana</span>s|gambarpanas).*<br />
<span> .*.(indonona|exoticazza|de</span><span>wasex|extrajos|bopekindo|s</span><span>anggrahan|vicidi|ceritapan</span><span>as|celebdirectory|seeasian</span><span>s|nyamuk.adultnations|adul</span>tnations).*<br />
<span> .*.(sanggrahan|ceritaseru)</span>.org<br />
<span> .*.(17tahun|www.17tahun).c</span>om<br />
hiburan.web1000.com<br />
.*.(gay|sex).*<br />
.*.fun.nl<br />
.*.playmen.it/*<br />
.*.gisa.it/sex/*<br />
.*.iol.it/sexol/*<br />
.*.globall.com/j/xxx/*<br />
.*.hh.nl/n-m/pic/*<br />
.*.pi.net/~pauze/*<br />
.*.oden.se/~hedback/*<br />
<span> .*.aau.diasoft.ru/~hotsex/</span>*<br />
.*.donsworld.com/xadultx/*<br />
<span> .*.well.com/user/sexymate/</span>*<br />
<span> .*.ftp.zippo.com/pictures/</span>erotica/*<br />
<span> .*.mm.iit.uni-miskolc.hu/D</span>ata/ladies/*<br />
<span> .*.drn.zippo.com/zippo-bin</span>/wwwdecode/*<br />
.*.pageseeker.com<br />
<span> root@router:/home/pai/Docu</span>ments/root@ubuntu#</p>
<p><span> root@router:/home/pai/Docu</span>ments/root@ubuntu# /etc/init.d/squid reload</p>
<p><img class="alignnone size-full wp-image-566" title="proxy" src="http://pias.files.wordpress.com/2009/08/proxy.jpg?w=604&#038;h=341" alt="proxy" width="604" height="341" /></p>
<p>NB:<br />
* harus diingat kalau setting proxy ini memakai tranparent di Ubuntu Intrepid 8.10, soo cocokkan dulu Firewall&#8217;a <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /><br />
* mau mudah tinggal pake saja Ubuntu Muslem Edition/Sabily</div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pias.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pias.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pias.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pias.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pias.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pias.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pias.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pias.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pias.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pias.wordpress.com/564/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=564&subd=pias&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/D5efw9zR0sELVtReKhCe2Ms3qMU/0/da"><img src="http://feedads.g.doubleclick.net/~a/D5efw9zR0sELVtReKhCe2Ms3qMU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/D5efw9zR0sELVtReKhCe2Ms3qMU/1/da"><img src="http://feedads.g.doubleclick.net/~a/D5efw9zR0sELVtReKhCe2Ms3qMU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/medanlinux?a=LUzDrfkph2g:R83oRz2WBxg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=LUzDrfkph2g:R83oRz2WBxg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=LUzDrfkph2g:R83oRz2WBxg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=LUzDrfkph2g:R83oRz2WBxg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=LUzDrfkph2g:R83oRz2WBxg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=LUzDrfkph2g:R83oRz2WBxg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=LUzDrfkph2g:R83oRz2WBxg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=LUzDrfkph2g:R83oRz2WBxg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=LUzDrfkph2g:R83oRz2WBxg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=LUzDrfkph2g:R83oRz2WBxg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=LUzDrfkph2g:R83oRz2WBxg:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=LUzDrfkph2g:R83oRz2WBxg:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=LUzDrfkph2g:R83oRz2WBxg:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=LUzDrfkph2g:R83oRz2WBxg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=LUzDrfkph2g:R83oRz2WBxg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=LUzDrfkph2g:R83oRz2WBxg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/medanlinux/~4/LUzDrfkph2g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pias.wordpress.com/2009/08/08/internet-sehat-di-kantor-blocking-situs-porno-di-kantor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/926d015ede74f8778449725c266145e2?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">pai</media:title>
		</media:content>

		<media:content url="http://pias.files.wordpress.com/2009/08/proxy.jpg" medium="image">
			<media:title type="html">proxy</media:title>
		</media:content>
	<feedburner:origLink>http://pias.wordpress.com/2009/08/08/internet-sehat-di-kantor-blocking-situs-porno-di-kantor/</feedburner:origLink></item>
		<item>
		<title>UU ITE, apakah sudah disyahkan???</title>
		<link>http://feedproxy.google.com/~r/medanlinux/~3/cQBcerGfvB4/</link>
		<comments>http://pias.wordpress.com/2009/05/30/uu-ite-apakah-sudah-disyahkan/#comments</comments>
		<pubDate>Fri, 29 May 2009 18:25:01 +0000</pubDate>
		<dc:creator>paiproduction@yahoo.com (by pai)</dc:creator>
				<category><![CDATA[My Story]]></category>
		<category><![CDATA[ITE]]></category>
		<category><![CDATA[undang-undang]]></category>
		<category><![CDATA[UU]]></category>
		<category><![CDATA[UU ITE]]></category>

		<guid isPermaLink="false">http://pias.wordpress.com/?p=553</guid>
		<description><![CDATA[Setelah lama menunggu, DPR RI akhirnya mengesahkan RUU-ITE pada tanggal 25 Maret 2008. Dengan demikian, seluruh transaksi elektronik yang ada di Indonesia telah mempunyai dasar hukum yang jelas. Memang ada pro dan kontra terhadap penerbitan RUU-ITE khususnya menyangkut content RUU yang dinilai masih ada kekurangan, seperti tumpang tindih pada pasal yang mengatur tentang pencemaran nama [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=553&subd=pias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Setelah lama menunggu, DPR RI akhirnya mengesahkan RUU-ITE pada tanggal 25 Maret 2008. Dengan demikian, seluruh transaksi elektronik yang ada di Indonesia telah mempunyai dasar hukum yang jelas. Memang ada pro dan kontra terhadap penerbitan RUU-ITE khususnya menyangkut content RUU yang dinilai masih ada kekurangan, seperti tumpang tindih pada pasal yang mengatur tentang pencemaran nama baik, dan yang saya belum tahu adalah kemana kita (pihak/person/badan) mengadukan bila terjadi hal seperti ini <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> . Namun, satu langkah maju telah diambil oleh pemerintah dalam mengakomodasi kepentingan masyarakat terutama dalam melakukan proses transaksi elektonik.</p>
<p><span id="more-553"></span><br />
Setidaknya bagi kita (Indonesia) ada payung hukum yang bakal bisa menyeret pihak-pihak yang mem-posting pornografi, banyangin saja jika Anda menjadi seorang pengelola/administrator situs&#8230; tiap hari ratusan posting/<a href="http://id.wikipedia.org/wiki/Spam" target="_blank">SPAM</a> yang sarat pornografi membludak dibuku tamu Anda&#8230; Walaupun saat ini cukuplah melindungi diri dari <a href="http://id.wikipedia.org/wiki/Spam" target="_blank">SPAM</a>/<a href="http://id.wikipedia.org/wiki/Junk_mail" target="_blank">Junk Mai</a>l dengan <a href="http://getfiregpg.org/" target="_blank">FireGPG</a> ataupun <a href="http://www.captcha.net/" target="_blank">captcha</a>&#8230;. capek aja delete&#8217;in nya bos&#8230; ampunlah&#8230;. Mudah-mudahan saja UU ini menambah perlindungan bagi kita/pihak/person dari kejahatan cyber crime&#8230; Amin&#8230;</p>
<p>Sumber :<br />
<a href="http://www.detikinet.com/read/2009/03/16/131558/1100087/399/uu-ite-penghubung-maya-dan-nyata" target="_blank">http://www.detikinet.com/read/2009/03/16/131558/1100087/399/uu-ite-penghubung-maya-dan-nyata</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pias.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pias.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pias.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pias.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pias.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pias.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pias.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pias.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pias.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pias.wordpress.com/553/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=553&subd=pias&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/_VmBmrl6r6Qy4z1Y_RZUbfc1MJM/0/da"><img src="http://feedads.g.doubleclick.net/~a/_VmBmrl6r6Qy4z1Y_RZUbfc1MJM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/_VmBmrl6r6Qy4z1Y_RZUbfc1MJM/1/da"><img src="http://feedads.g.doubleclick.net/~a/_VmBmrl6r6Qy4z1Y_RZUbfc1MJM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/medanlinux?a=cQBcerGfvB4:_p91Q7LK17Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=cQBcerGfvB4:_p91Q7LK17Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=cQBcerGfvB4:_p91Q7LK17Y:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=cQBcerGfvB4:_p91Q7LK17Y:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=cQBcerGfvB4:_p91Q7LK17Y:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=cQBcerGfvB4:_p91Q7LK17Y:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=cQBcerGfvB4:_p91Q7LK17Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=cQBcerGfvB4:_p91Q7LK17Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=cQBcerGfvB4:_p91Q7LK17Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=cQBcerGfvB4:_p91Q7LK17Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=cQBcerGfvB4:_p91Q7LK17Y:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=cQBcerGfvB4:_p91Q7LK17Y:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=cQBcerGfvB4:_p91Q7LK17Y:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=cQBcerGfvB4:_p91Q7LK17Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=cQBcerGfvB4:_p91Q7LK17Y:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=cQBcerGfvB4:_p91Q7LK17Y:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/medanlinux/~4/cQBcerGfvB4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pias.wordpress.com/2009/05/30/uu-ite-apakah-sudah-disyahkan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/926d015ede74f8778449725c266145e2?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">pai</media:title>
		</media:content>
	<feedburner:origLink>http://pias.wordpress.com/2009/05/30/uu-ite-apakah-sudah-disyahkan/</feedburner:origLink></item>
		<item>
		<title>Iwan Fals – Untukmu Terkasih</title>
		<link>http://feedproxy.google.com/~r/medanlinux/~3/W2v6n5usF4k/</link>
		<comments>http://pias.wordpress.com/2009/04/26/iwan-fals-untukmu-terkasih/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 06:56:16 +0000</pubDate>
		<dc:creator>paiproduction@yahoo.com (by pai)</dc:creator>
				<category><![CDATA[My Story]]></category>
		<category><![CDATA[dibawah garis kemiskinan]]></category>
		<category><![CDATA[indonesia]]></category>
		<category><![CDATA[Iwan fals]]></category>
		<category><![CDATA[rakyat indonesia]]></category>
		<category><![CDATA[video klip]]></category>

		<guid isPermaLink="false">http://pias.wordpress.com/?p=544</guid>
		<description><![CDATA[Video klip &#8220;Untukmu Terkasih&#8221; by &#8220;Iwan Fals&#8220;


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=544&subd=pias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:center;">Video klip &#8220;Untukmu Terkasih&#8221; by &#8220;<strong>Iwan Fals</strong>&#8220;<br />
<span id="more-544"></span><br />
<span style="text-align:center; display: block;"><a href="http://pias.wordpress.com/2009/04/26/iwan-fals-untukmu-terkasih/"><img src="http://img.youtube.com/vi/grAtFjMO_lk/2.jpg" alt="" /></a></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pias.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pias.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pias.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pias.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pias.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pias.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pias.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pias.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pias.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pias.wordpress.com/544/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=544&subd=pias&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/DT-p0ZwHXtylRaxjbirsy1w9uxM/0/da"><img src="http://feedads.g.doubleclick.net/~a/DT-p0ZwHXtylRaxjbirsy1w9uxM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/DT-p0ZwHXtylRaxjbirsy1w9uxM/1/da"><img src="http://feedads.g.doubleclick.net/~a/DT-p0ZwHXtylRaxjbirsy1w9uxM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/medanlinux?a=W2v6n5usF4k:ooc_FL-tZPQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=W2v6n5usF4k:ooc_FL-tZPQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=W2v6n5usF4k:ooc_FL-tZPQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=W2v6n5usF4k:ooc_FL-tZPQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=W2v6n5usF4k:ooc_FL-tZPQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=W2v6n5usF4k:ooc_FL-tZPQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=W2v6n5usF4k:ooc_FL-tZPQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=W2v6n5usF4k:ooc_FL-tZPQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=W2v6n5usF4k:ooc_FL-tZPQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=W2v6n5usF4k:ooc_FL-tZPQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=W2v6n5usF4k:ooc_FL-tZPQ:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=W2v6n5usF4k:ooc_FL-tZPQ:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=W2v6n5usF4k:ooc_FL-tZPQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=W2v6n5usF4k:ooc_FL-tZPQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=W2v6n5usF4k:ooc_FL-tZPQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=W2v6n5usF4k:ooc_FL-tZPQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/medanlinux/~4/W2v6n5usF4k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pias.wordpress.com/2009/04/26/iwan-fals-untukmu-terkasih/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/926d015ede74f8778449725c266145e2?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">pai</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/grAtFjMO_lk/2.jpg" medium="image" />
	<feedburner:origLink>http://pias.wordpress.com/2009/04/26/iwan-fals-untukmu-terkasih/</feedburner:origLink></item>
		<item>
		<title>Ubuntu 8.10 (Intrepid Ibex) [coba dulu ah]</title>
		<link>http://feedproxy.google.com/~r/medanlinux/~3/O73hLiKSmyY/</link>
		<comments>http://pias.wordpress.com/2009/04/04/ubuntu-810-intrepid-ibex-coba-dulu-ah/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 20:36:49 +0000</pubDate>
		<dc:creator>paiproduction@yahoo.com (by pai)</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Story]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Intrepid]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>

		<guid isPermaLink="false">http://pias.wordpress.com/?p=533</guid>
		<description><![CDATA[Berhubung adikku tercinta lagi nulis skripsi, dan untuk mengurangi terserang virus yang suka menyerang *.doc yah alhasil saya mencoba mencicipi Ubuntu Intrepid. Ya dengar-dengar Ubuntu lebih manusiawi ketimbang Fedora yang terlalu kaku.  Alhamdulillah, walaupun pertama kali ini memakai Ubuntu, semua berjalan lancar&#8230;  


Jadi deh Ubuntu LeopardX, masih ada beberapa icon yang belum sempurna&#8230; 
Wah&#8230; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=533&subd=pias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Berhubung adikku tercinta lagi nulis skripsi, dan untuk mengurangi terserang virus yang suka menyerang *.doc yah alhasil saya mencoba mencicipi <a href="http://www.ubuntu.com/GetUbuntu/download" target="_blank">Ubuntu Intrepid</a>. Ya dengar-dengar Ubuntu lebih manusiawi ketimbang Fedora yang terlalu kaku.  Alhamdulillah, walaupun pertama kali ini memakai Ubuntu, semua berjalan lancar&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><span id="more-533"></span><br />
<img class="alignnone size-full wp-image-534" title="ubuntuscreenshot" src="http://pias.files.wordpress.com/2009/04/ubuntuscreenshot.png?w=1024&#038;h=640" alt="ubuntuscreenshot" width="1024" height="640" /></p>
<p>Jadi deh Ubuntu LeopardX, masih ada beberapa icon yang belum sempurna&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Wah&#8230; jadi rindu sama FC8 ku yang kaku dulu&#8230;<br />
<img class="alignnone size-full wp-image-542" title="desktop-fc8screenshot1" src="http://pias.files.wordpress.com/2009/04/desktop-fc8screenshot1.jpg?w=1024&#038;h=640" alt="desktop-fc8screenshot1" width="1024" height="640" /></p>
<p>ya nggak apa-apalah, yang penting adindaku bisa aman ngetik skripsinya&#8230; inshaalah</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pias.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pias.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pias.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pias.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pias.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pias.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pias.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pias.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pias.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pias.wordpress.com/533/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=533&subd=pias&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/bV-9HNUZIzWXwmcL2CbvBrLNmIs/0/da"><img src="http://feedads.g.doubleclick.net/~a/bV-9HNUZIzWXwmcL2CbvBrLNmIs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/bV-9HNUZIzWXwmcL2CbvBrLNmIs/1/da"><img src="http://feedads.g.doubleclick.net/~a/bV-9HNUZIzWXwmcL2CbvBrLNmIs/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/medanlinux?a=O73hLiKSmyY:1lrlB9ilejs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=O73hLiKSmyY:1lrlB9ilejs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=O73hLiKSmyY:1lrlB9ilejs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=O73hLiKSmyY:1lrlB9ilejs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=O73hLiKSmyY:1lrlB9ilejs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=O73hLiKSmyY:1lrlB9ilejs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=O73hLiKSmyY:1lrlB9ilejs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=O73hLiKSmyY:1lrlB9ilejs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=O73hLiKSmyY:1lrlB9ilejs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=O73hLiKSmyY:1lrlB9ilejs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=O73hLiKSmyY:1lrlB9ilejs:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=O73hLiKSmyY:1lrlB9ilejs:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=O73hLiKSmyY:1lrlB9ilejs:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=O73hLiKSmyY:1lrlB9ilejs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=O73hLiKSmyY:1lrlB9ilejs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=O73hLiKSmyY:1lrlB9ilejs:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/medanlinux/~4/O73hLiKSmyY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pias.wordpress.com/2009/04/04/ubuntu-810-intrepid-ibex-coba-dulu-ah/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/926d015ede74f8778449725c266145e2?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">pai</media:title>
		</media:content>

		<media:content url="http://pias.files.wordpress.com/2009/04/ubuntuscreenshot.png" medium="image">
			<media:title type="html">ubuntuscreenshot</media:title>
		</media:content>

		<media:content url="http://pias.files.wordpress.com/2009/04/desktop-fc8screenshot1.jpg" medium="image">
			<media:title type="html">desktop-fc8screenshot1</media:title>
		</media:content>
	<feedburner:origLink>http://pias.wordpress.com/2009/04/04/ubuntu-810-intrepid-ibex-coba-dulu-ah/</feedburner:origLink></item>
		<item>
		<title>Bluetooth PAN (Personal Area Network) on Fedora 8 – part1[failed]</title>
		<link>http://feedproxy.google.com/~r/medanlinux/~3/jG_N7XXGUhY/</link>
		<comments>http://pias.wordpress.com/2009/03/12/bluetooth-pan-personal-area-network-on-fedora-8-part1/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 05:33:11 +0000</pubDate>
		<dc:creator>paiproduction@yahoo.com (by pai)</dc:creator>
				<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[bluetooth LAN]]></category>
		<category><![CDATA[bluetooth PAN]]></category>
		<category><![CDATA[bluez]]></category>
		<category><![CDATA[NAT]]></category>
		<category><![CDATA[PAN]]></category>
		<category><![CDATA[Personal Area Network]]></category>

		<guid isPermaLink="false">http://pias.wordpress.com/?p=517</guid>
		<description><![CDATA[Well, after try Bluetooth PAN on Windows success&#8230; now I&#8217;m trying Bluetooth PAN on Fedora 8&#8230;
And what I&#8217;ve got ? It&#8217;s failed&#8230;
Here&#8217;s my bluez version:
[root@laptop ~]# rpm -qf /usr/bin/pand
error: file /usr/bin/pand: No such file or directory
[root@laptop ~]# rpm -qa&#124;grep bluez
bluez-libs-devel-3.35-1.fc8
bluez-utils-3.35-5.fc8
bluez-utils-cups-3.35-5.fc8
bluez-hcidump-1.40-1.fc8
bluez-libs-3.35-1.fc8
bluez-utils-gstreamer-3.35-5.fc8
bluez-gnome-analyzer-0.14-8.fc8
bluez-utils-alsa-3.35-5.fc8
bluez-gnome-0.14-8.fc8

I&#8217;ve tired search on Google and I think it&#8217;s a bugs or what? 
After reading any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=517&subd=pias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well, after try <a href="http://pias.wordpress.com/2009/03/12/se-m600ise-w950i-bluetooth-lan-configuration-on-windows-speedy/">Bluetooth PAN on Windows</a> success&#8230; now I&#8217;m trying Bluetooth PAN on Fedora 8&#8230;<br />
And what I&#8217;ve got ? It&#8217;s failed&#8230;</p>
<p>Here&#8217;s my bluez version:<br />
<code>[root@laptop ~]# rpm -qf /usr/bin/pand<br />
error: file /usr/bin/pand: No such file or directory<br />
[root@laptop ~]# rpm -qa|grep bluez<br />
bluez-libs-devel-3.35-1.fc8<br />
bluez-utils-3.35-5.fc8<br />
bluez-utils-cups-3.35-5.fc8<br />
bluez-hcidump-1.40-1.fc8<br />
bluez-libs-3.35-1.fc8<br />
bluez-utils-gstreamer-3.35-5.fc8<br />
bluez-gnome-analyzer-0.14-8.fc8<br />
bluez-utils-alsa-3.35-5.fc8<br />
bluez-gnome-0.14-8.fc8<br />
</code></p>
<p>I&#8217;ve tired search on Google and I think it&#8217;s a bugs or what? </p>
<p>After reading any articles, like this <a href="http://bluez.sourceforge.net/contrib/HOWTO-PAN" target="_blank">one</a>, to get Bluetooth PAN work I must run <b><a href="http://linux.derkeiler.com/Mailing-Lists/Fedora/2008-09/msg01348.html" target="_blank">pand</a></b><br />
<code>[root@laptop ~]# cat /etc/init.d/pand|grep daemon<br />
        daemon /usr/bin/pand $PANDARGS<br />
[root@laptop ~]# cat /etc/rc.d/init.d/pand|grep daemon<br />
        daemon /usr/bin/pand $PANDARGS<br />
[root@laptop ~]# find /sbin/ -iname 'pand'<br />
[root@laptop ~]# find /bin/ -iname 'pand'<br />
[root@laptop ~]# find /usr/ -iname 'pand'<br />
[root@laptop ~]# sdptool add NAP<br />
[root@laptop ~]# cat /etc/sysconfig/pand<br />
PANDARGS='--listen --role NAP'<br />
#PANDARGS='--search --cache --persist'<br />
[root@laptop ~]# cat /var/lib/bluetooth/0x:xF:x2:Ex:4x:x4/nap<br />
name BlueZ NAP service<br />
enabled 1 </p>
<p><span id="more-517"></span><br />
[root@laptop ~]# vim /etc/sysconfig/network-scripts/ifcfg-bnep0<br />
---------------------------------------------------------------<br />
DEVICE=bnep0<br />
ONBOOT=no<br />
BOOTPROTO=no<br />
IPADDR=192.168.0.1<br />
NETMASK=255.255.255.0<br />
GATEWAY=192.168.1.1<br />
---------------------------------------------------------------<br />
[root@laptop ~]# /etc/init.d/bluetooth restart<br />
Stopping Bluetooth services:                               [  OK  ]<br />
Starting Bluetooth services:                               [  OK  ]<br />
[root@laptop ~]# hciconfig -a<br />
hci0:	Type: USB<br />
	BD Address: 0x:xF:x2:Ex:4x:x4 ACL MTU: 1017:8 SCO MTU: 64:8<br />
	UP RUNNING PSCAN ISCAN<br />
	RX bytes:1249 acl:0 sco:0 events:30 errors:0<br />
	TX bytes:366 acl:0 sco:0 commands:30 errors:0<br />
	Features: 0xff 0xff 0x8f 0xfe 0x9b 0xf9 0x00 0x80<br />
	Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3<br />
	Link policy: RSWITCH HOLD SNIFF PARK<br />
	Link mode: MASTER<br />
	Name: 'laptop-0'<br />
	Class: 0x0a010c<br />
	Service Classes: Networking, Capturing<br />
	Device Class: Computer, Laptop<br />
	HCI Ver: 2.0 (0x3) HCI Rev: 0x212c LMP Ver: 2.0 (0x3) LMP Subver: 0x41d3<br />
	Manufacturer: Broadcom Corporation (15)</p>
<p>[root@laptop ~]# pand<br />
-bash: pand: command not found<br />
[root@laptop ~]# ifup bnep0<br />
Unknown BNEP mode :</p>
<p></code><br />
Soo what happen in Fedora ??? Is this feature not support anymore on <a href="http://www.bluez.org/" target="_blank">bluez</a> ???</p>
<p>Reference :<br />
<a href="http://www.google.com/search?q=pand+on+fedora" target="_blank">http://www.google.com/search?q=pand+on+fedora</a><br />
<a href="https://bugzilla.redhat.com/show_bug.cgi?id=462183" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=462183</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pias.wordpress.com/517/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pias.wordpress.com/517/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pias.wordpress.com/517/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pias.wordpress.com/517/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pias.wordpress.com/517/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pias.wordpress.com/517/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pias.wordpress.com/517/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pias.wordpress.com/517/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pias.wordpress.com/517/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pias.wordpress.com/517/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=517&subd=pias&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/EN0YbyoKhhZahBULhyeqjHArPuQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/EN0YbyoKhhZahBULhyeqjHArPuQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/EN0YbyoKhhZahBULhyeqjHArPuQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/EN0YbyoKhhZahBULhyeqjHArPuQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/medanlinux?a=jG_N7XXGUhY:PVq92q7yvr8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=jG_N7XXGUhY:PVq92q7yvr8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=jG_N7XXGUhY:PVq92q7yvr8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=jG_N7XXGUhY:PVq92q7yvr8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=jG_N7XXGUhY:PVq92q7yvr8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=jG_N7XXGUhY:PVq92q7yvr8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=jG_N7XXGUhY:PVq92q7yvr8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=jG_N7XXGUhY:PVq92q7yvr8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=jG_N7XXGUhY:PVq92q7yvr8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=jG_N7XXGUhY:PVq92q7yvr8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=jG_N7XXGUhY:PVq92q7yvr8:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=jG_N7XXGUhY:PVq92q7yvr8:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=jG_N7XXGUhY:PVq92q7yvr8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=jG_N7XXGUhY:PVq92q7yvr8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=jG_N7XXGUhY:PVq92q7yvr8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=jG_N7XXGUhY:PVq92q7yvr8:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/medanlinux/~4/jG_N7XXGUhY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pias.wordpress.com/2009/03/12/bluetooth-pan-personal-area-network-on-fedora-8-part1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/926d015ede74f8778449725c266145e2?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">pai</media:title>
		</media:content>
	<feedburner:origLink>http://pias.wordpress.com/2009/03/12/bluetooth-pan-personal-area-network-on-fedora-8-part1/</feedburner:origLink></item>
		<item>
		<title>SE M600i+SE W950i Bluetooth LAN Configuration On Windows+Speedy</title>
		<link>http://feedproxy.google.com/~r/medanlinux/~3/8_kGGNV4su8/</link>
		<comments>http://pias.wordpress.com/2009/03/12/se-m600ise-w950i-bluetooth-lan-configuration-on-windows-speedy/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 21:11:33 +0000</pubDate>
		<dc:creator>paiproduction@yahoo.com (by pai)</dc:creator>
				<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[My Story]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bluetooth LAN]]></category>
		<category><![CDATA[bluetooth PAN]]></category>
		<category><![CDATA[ICS]]></category>
		<category><![CDATA[PAN]]></category>
		<category><![CDATA[Personal Area Network]]></category>

		<guid isPermaLink="false">http://pias.wordpress.com/?p=483</guid>
		<description><![CDATA[Bluetooth PAN
Bluetooth LAN Configuration atau Bluetooth PAN bukanlah hal yang sepopuler Wifi. Berhubung ponsel ini tidak memiliki Wifi, tetapi akses internet melalui nirkabel dapat kita siasati dengan Bluetooth PAN. Ya secara nalar sih ya seperti kita koneksi Wifi ke AP dari ponsel, dan sangat berbeda dengan dial-up melalui bluetooth.
Awalnya sih nyoba-nyoba saja. Waktu itu adik [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=483&subd=pias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h3>Bluetooth PAN</h3>
<p>Bluetooth LAN Configuration atau <a href="http://en.wikipedia.org/wiki/Personal_area_network" target="_blank">Bluetooth PAN</a> bukanlah hal yang sepopuler Wifi. Berhubung ponsel ini tidak memiliki Wifi, tetapi akses internet melalui nirkabel dapat kita siasati dengan Bluetooth PAN. Ya secara nalar sih ya seperti kita koneksi Wifi ke AP dari ponsel, dan sangat berbeda dengan dial-up melalui bluetooth.</p>
<p>Awalnya sih nyoba-nyoba saja. Waktu itu adik saya lagi nyari tugas di Internet. Sementara saya lagi asik nonton TV. Tapi pas liat laptop adik saya yang sedang konek ke internet, saya jadi punya keinginan liat-liat email doang sambil nonton TV, tanpa harus menggunakan PC atau <a href="http://pias.wordpress.com/2008/11/09/acer-4720z-vs-fedora-8-all-work/">laptop</a>, gak mesti surfing-surfing yang berat-berat (liat-liat situs flash). Pas liat ponsel, walah gak ada Wifi-nya, sementara AP (access point) pun gak punya. Hmmm jadi teringat ngoprek Bluetooth PAN saat masih kuliah dolo, yup langsung setting aja ah. Kebetulan <a href="http://pias.wordpress.com/2008/11/09/acer-4720z-vs-fedora-8-all-work/">laptop</a> yang digunakan adik menggunakan OS Windows dan ada bluetooth bawaannya, dan alhamdulillah nih ponsel dah dukung Bluetooth PAN. Sampe tulisan ini dipost saya belum berhasil melakukan konfigurasi Bluetooth PAN di Fedora. Pas di cek-cek di Fedora 8 kok gak ada pand yah??? malah /etc/bluetooth/pan apa memang gak ada ya ??? Soo I still need help BT PAN on Fedora&#8230;</p>
<p>Ya sudah, lupakan saja dolo PAN di Fedora, karena ini buru-buru maka di Windows saja dulu. Berhubung semua driver bluetooth udah terinstall, wah jadi makin mudahlah kerjaan saya kali ini&#8230;</p>
<p>Pertama-tama yang perlu kita lakukan adalah :</p>
<h3>Internet Connection Sharing (ICS)</h3>
<p>Ini berguna agar Windows kita dapat melakukan sharing internet ke ponsel melalui bluetooth, gak jauh beda kok dengan kabel LAN ataupun WiFi LAN. Cuma bedanya kabel diganti media Bluetooth. Di Windows hal ini disebut ICS dan di Linux NAT, trus apa bedanya ama NAP yach???</p>
<p>OK deh langsung aja:<br />
Klik kanan LAN trus pilih properties untuk menyeting IP Address-nya</p>
<p><span id="more-483"></span><br />
<img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-001.jpg" alt="bluetooth-pan-001.jpg" /></p>
<p><img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-002.jpg" alt="bluetooth-pan-002.jpg" /><br />
Double click <b>Internet Protocol (TCP/IP)</b> lalu isi IP Address seperti ini (NB:sesuaikan dengan setting modem Anda-red)</p>
<p><img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-003.jpg" alt="bluetooth-pan-003.jpg" /> <img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-0041.jpg" alt="bluetooth-pan-0041.jpg" /><br />
setelah mengisi/mensetting IP Address lalu klik <b>Advanced</b> lalu centang <b>Internet Connection Sharing</b> dan jangan lupa untuk memilih <b>Bluetooth Network</b></p>
<p>Nah kalau sudah beres, nanti LAN akan bertambah gambar tangan.</p>
<p>OK, selanjutnya menyeting Bluetooth kita, dengan mengklik kanan di tray icon bluetooth dan pilih <b>Bluetooth Configuration</b><br />
<img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-006.jpg" alt="bluetooth-pan-006.jpg" /><img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-007.jpg" alt="bluetooth-pan-007.jpg" /><br />
Lalu pilih <b>Local Service</b> </p>
<p><img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-008.jpg" alt="bluetooth-pan-008.jpg" /><img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-009.jpg" alt="bluetooth-pan-009.jpg" /><br />
dan selanjutnya doble klik <b>Network Access</b> pilih <b>Allow other devices to access the Internet/LAN via this computer</b></p>
<p>Beres, matikan bluetooth lalu aktifkan lagi dengan menekan tombol bluetooth&#8230; (ya kayak restart service bluetooth gitu lah <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  )</p>
<p>Langkah selanjutnya adalah menyeting IP Address Bluetooth di komputer/laptop kita..<br />
Klik kanan Bluetooth Network dan pilih Properties, lalu masukkan IP berikut:<br />
<img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-011.jpg" alt="bluetooth-pan-011.jpg" /><img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-012.jpg" alt="bluetooth-pan-012.jpg" /><br />
Klik OK untuk menyimpan segala perubahan!!!</p>
<p>Sekarang saatnya menyeting IP Address di ponsel Anda&#8230;<br />
Dari Standby Menu, tab More<br />
<img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-015.jpg" alt="bluetooth-pan-015.jpg" /> <img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-016.jpg" alt="bluetooth-pan-016.jpg" /> <img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-017.jpg" alt="bluetooth-pan-017.jpg" /> <img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-018.jpg" alt="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-018.jpg" /><br />
Buat Account baru Bluetooth Internet (PAN), contoh (BT-inet)</p>
<p>Tab <b>More</b> lalu setting IP Address dan DNS (saya memakai DNS Speedy untuk wilayah Medan) di ponsel UIQ3 Anda.<br />
<img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-019.jpg" alt="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-019.jpg" /> <img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-020.jpg" alt="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-020.jpg" /> <img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-021.jpg" alt="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-021.jpg" /> <img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-022.jpg" alt="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-022.jpg" /> </p>
<p>Tab <b>Save</b> untuk menyimpan segala perubahan, lalu tab <b>Device</b> dan peering lah ponsel Anda dengan PC/Laptop Anda. Lebih baik selalu ijinkan koneksi bluetooth baik dari ponsel ataupun sebaliknya.</p>
<p>Selanjutnya buat <b>Group Account</b> dengan nama, mis: Bluetooth, lalu tambahkan Account BT-inet ke account tersebut. Ini berguna untuk memudahkan saat Anda ingin melakukan koneksi internet dan tinggal memilih Network mana yang Anda pakai, apakah GPRS atau Bluetooth.<br />
<img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-023.jpg" alt="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-023.jpg" /> <img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-024.jpg" alt="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-024.jpg" /> <img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-025.jpg" alt="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-025.jpg" /><br />
Lalu ganti <b>Preferred group</b> yang Anda gunakan ke account <b>Bluetooth</b> tadi&#8230;</p>
<p>Jangan lupa untuk meng-tab <b>Save</b> untuk menyimpan settingan diponsel&#8230;<br />
<img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-026.jpg" alt="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-026.jpg" /> <img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-027.jpg" alt="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-027.jpg" /><br />
&#8230;dan yihaa&#8230; kitapun bisa menyicipi internet dari Laptop yang di sharing via bluetooth sambil tidur-tiduran atau nonton TV diponsel SE M600i atau W950i yang notabene hanya kurang fasilitas WiFi??? Soo apa kurangnya, WiFi bisa kita siasati dengan bluetooth&#8230; Jadi kalo ponsel kita belum ada Wifinya, belum saatnya juga kok kita ganti ponsel yang memiliki fasilitas WiFi (ntar kalo setiap 3KM seluruh jalanan di Medan sudah terdapat Access Point baru&#8230;)</p>
<p>Jadi kalo ada temen Anda yang punya labtop dan sedang mencicipi Internet dari WiFi di Cafe atau Kampus, minta sharing aja dari bluetooth-nya, dan kitapun ikutan juga kok bisa mencicipi Internet di ponsel yang memang cocok untuk IT ini&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Biar nggak pusing, berikut topologi Network saya:<br />
<img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-014.jpg" alt="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-014.jpg" /> <img src="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-013.jpg" alt="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-013.jpg" /></p>
<p><b>On my mind</b> : gimana ya biar bisa ping server dari ponsel UIQ3??? trus gimana juga ya kalo Internet (koneksi dari Access Point) yang ada pake proxy ??? mbok los&#8230; that&#8217;s not my promblem&#8230; Yang penting malam itu pas adik ane ngenet nyari tugasnya, ane bisa ngenet sambil tiduran dan nonton film <b>Slumdog Millionaire</b>&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pias.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pias.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pias.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pias.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pias.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pias.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pias.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pias.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pias.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pias.wordpress.com/483/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=483&subd=pias&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/vLeuCt_InEzQ6D7Uo7sr1ij4BwA/0/da"><img src="http://feedads.g.doubleclick.net/~a/vLeuCt_InEzQ6D7Uo7sr1ij4BwA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vLeuCt_InEzQ6D7Uo7sr1ij4BwA/1/da"><img src="http://feedads.g.doubleclick.net/~a/vLeuCt_InEzQ6D7Uo7sr1ij4BwA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/medanlinux?a=8_kGGNV4su8:sjQ_TcILC4A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=8_kGGNV4su8:sjQ_TcILC4A:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=8_kGGNV4su8:sjQ_TcILC4A:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=8_kGGNV4su8:sjQ_TcILC4A:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=8_kGGNV4su8:sjQ_TcILC4A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=8_kGGNV4su8:sjQ_TcILC4A:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=8_kGGNV4su8:sjQ_TcILC4A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=8_kGGNV4su8:sjQ_TcILC4A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=8_kGGNV4su8:sjQ_TcILC4A:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=8_kGGNV4su8:sjQ_TcILC4A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=8_kGGNV4su8:sjQ_TcILC4A:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=8_kGGNV4su8:sjQ_TcILC4A:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=8_kGGNV4su8:sjQ_TcILC4A:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=8_kGGNV4su8:sjQ_TcILC4A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=8_kGGNV4su8:sjQ_TcILC4A:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=8_kGGNV4su8:sjQ_TcILC4A:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/medanlinux/~4/8_kGGNV4su8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pias.wordpress.com/2009/03/12/se-m600ise-w950i-bluetooth-lan-configuration-on-windows-speedy/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/926d015ede74f8778449725c266145e2?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">pai</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-001.jpg" medium="image">
			<media:title type="html">bluetooth-pan-001.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-002.jpg" medium="image">
			<media:title type="html">bluetooth-pan-002.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-003.jpg" medium="image">
			<media:title type="html">bluetooth-pan-003.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-0041.jpg" medium="image">
			<media:title type="html">bluetooth-pan-0041.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-006.jpg" medium="image">
			<media:title type="html">bluetooth-pan-006.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-007.jpg" medium="image">
			<media:title type="html">bluetooth-pan-007.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-008.jpg" medium="image">
			<media:title type="html">bluetooth-pan-008.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-009.jpg" medium="image">
			<media:title type="html">bluetooth-pan-009.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-011.jpg" medium="image">
			<media:title type="html">bluetooth-pan-011.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-012.jpg" medium="image">
			<media:title type="html">bluetooth-pan-012.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-015.jpg" medium="image">
			<media:title type="html">bluetooth-pan-015.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-016.jpg" medium="image">
			<media:title type="html">bluetooth-pan-016.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-017.jpg" medium="image">
			<media:title type="html">bluetooth-pan-017.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-018.jpg" medium="image">
			<media:title type="html">http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-018.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-019.jpg" medium="image">
			<media:title type="html">http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-019.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-020.jpg" medium="image">
			<media:title type="html">http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-020.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-021.jpg" medium="image">
			<media:title type="html">http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-021.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-022.jpg" medium="image">
			<media:title type="html">http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-022.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-023.jpg" medium="image">
			<media:title type="html">http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-023.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-024.jpg" medium="image">
			<media:title type="html">http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-024.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-025.jpg" medium="image">
			<media:title type="html">http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-025.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-026.jpg" medium="image">
			<media:title type="html">http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-026.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-027.jpg" medium="image">
			<media:title type="html">http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-027.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-014.jpg" medium="image">
			<media:title type="html">http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-014.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-013.jpg" medium="image">
			<media:title type="html">http://imagespai01.files.wordpress.com/2009/03/bluetooth-pan-013.jpg</media:title>
		</media:content>
	<feedburner:origLink>http://pias.wordpress.com/2009/03/12/se-m600ise-w950i-bluetooth-lan-configuration-on-windows-speedy/</feedburner:origLink></item>
		<item>
		<title>Modem Sanex ADSL-SA 5100 yang aneh…</title>
		<link>http://feedproxy.google.com/~r/medanlinux/~3/-_x5yuIkVw4/</link>
		<comments>http://pias.wordpress.com/2009/03/10/modem-sanex-adsl-sa-5100-yang-aneh/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 09:55:06 +0000</pubDate>
		<dc:creator>paiproduction@yahoo.com (by pai)</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Modem]]></category>
		<category><![CDATA[ADSL]]></category>
		<category><![CDATA[ADSL-SA 5100]]></category>
		<category><![CDATA[Modem ADSL]]></category>
		<category><![CDATA[Sanex]]></category>
		<category><![CDATA[speedy]]></category>

		<guid isPermaLink="false">http://pias.wordpress.com/?p=471</guid>
		<description><![CDATA[Keanehannya apa yach ?
Kenapa sih aneh? ya aneh aja ada dua user dengan level yang berbeda, tetapi user biasa bisa mengakses Super User!!!. Pada modem ini terdapat 2 user, satu Super User dan satu lagi General User. Ya seperti Windows dan Sistem Operasi lainnya lah, ada user administrator dan User kita sebut aja user doang. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=471&subd=pias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h3>Keanehannya apa yach ?</h3>
<p>Kenapa sih aneh? ya aneh aja ada dua user dengan level yang berbeda, tetapi user biasa bisa mengakses Super User!!!. Pada modem ini terdapat 2 user, satu <strong>Super User</strong> dan satu lagi <strong>General User</strong>. Ya seperti <a href="http://microsoft.com" target="_blank">Windows</a> dan <a href="http://www.google.co.id/search?q=linux" target="_blank">Sistem Operasi lainnya</a> lah, ada user <strong>administrator</strong> dan <strong>User</strong> kita sebut aja <strong>user doang</strong>. Nah kalau di-Windows, user <strong>administrator</strong> dapat melakukan &#8220;apa saja&#8221;: dalam artian dengan user <strong>administrator</strong> Anda dapat menginstal atau uninstall, meng-aktifkan service-service mana yang diperlukan. Nah kalo <strong>user doang</strong> hanya dapat menjalankan aplikasi saja.</p>
<p>Berbeda dengan Modem Sanex ADSL-SA 5100 yang merupakan bawaan paket Speedy, <strong>General User</strong> di modem ini yang menurut pengetahuan saya yang ala kadarnya ini, saya kategorikan kedalam <strong>user doang</strong> tetapi bisa mengakses <strong>Super User</strong>!!! Nah loh ???(?*#?%???^(@#??%?*@?#</p>
<p>Kok jadi mirip Linux ya??? seperti halnya ada satu user kita kategorikan ke dalam kelompok root/administrator.</p>
<p>Hal ini saya ketahui secara tidak sengaja. Beberapa hari yang lalu koneksi Speedy saya bermasalah, ya biasalah sapidi eh <a href="http://telkomspeedy.com" target="_blank">Speedy</a>. Semuanya beres kok, baik dari iuran sampai modem, lampu modem semua ok&#8230; tapi kok gak konek ya???</p>
<p>Blom sempat nanya ma CS Speedy, pagi-pagi ada yang ngaku dari Telkom/CS Speedy nelpon kerumah menanyakan kepada saya apakah ada gangguan apa tidak? Saya jawab tidak ada gangguan berarti <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  karna ane sering dapet telpon kayak gini, dan memang benar&#8230; alih-alih nih yang nelpon saya kok jadi nawarkan paket pemasangan Speedy  Penasaran coba otak-atik modem ah&#8230;</p>
<p>Terlepas dari masalah apakah <strong>General User</strong> pada modem ini dikelompokkan ke <strong>Super User</strong> atau tidak, yang menjadi keanehan lagi adalah saat <strong>General User</strong> diakses dari <strong>Web Auth</strong> akan berbeda level-nya bila diakses dengan <a href="http://www.google.co.id/search?q=telnet" target="_blank">telnet</a><a>. Berikut perbedaannya:</a></p>
<p><a>Silahkan buka </a><a href="http://www.google.co.id/search?q=IP+Address" target="_blank">IP</a> modem Anda, biasanya di <a href="http://192.168.1.1/" target="_blank">http://192.168.1.1/</a> (silahkan baca buku petunjuknya), kemudian login dengan<br />
user : user<br />
pass : user<br />
<img title="ADSL-SA_1500_01.jpg" src="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_01.jpg" border="0" alt="ADSL-SA_1500_01.jpg" /></p>
<p><span id="more-471"></span><br />
<a name="halaman_user">Halaman</a> <strong>General User</strong> <a href="#telnet_menu">(ke menu telnet)</a></p>
<p><img title="ADSL-SA_1500_01_1.jpg" src="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_01_1.jpg" border="0" alt="ADSL-SA_1500_01_1.jpg" /> <img title="ADSL-SA_1500_02.jpg" src="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_02.jpg" border="0" alt="ADSL-SA_1500_02.jpg" /></p>
<p>Perhatikan <strong>header</strong>, menunya cuma terdapat <strong>Status</strong> dan <strong>Admin</strong>, ini berarti jika kita login dengan login user, maka kita hanya dapat mengganti password <strong>General User</strong>, <strong>backup setting</strong> atau <strong>restore setting</strong>, atau <strong>reboot</strong> modem melalui Web Auth. Selanjutnya coba klik menu <strong>Admin</strong> di header.</p>
<p><img title="ADSL-SA_1500_03.jpg" src="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_03.jpg" border="0" alt="ADSL-SA_1500_03.jpg" /></p>
<p>Nah dibagian <strong>User/Password Management</strong> ini kita cuma bisa memanajemen <strong>General User</strong> (user) doang dan tidak bisa melakukan perubahan password <strong>Super User</strong> !</p>
<p>Nah sekarang coba ganti password <strong>General User</strong>, berhubung password user saya masih bawaan modem (alias belum diutak-atik) maka pada <strong>Old Password</strong>, saya masukkan password : user dan saya ulangi password user pada kedua form dibawahnya. Kemudian <strong>Commit &amp; Reboot</strong></p>
<p>Nah disinilah alasan saya kenapa saya memasukkan <strong>General User</strong> pada kategori <strong>user doang</strong>. Tetapi keanehan selanjutnya adalah, akses <strong>General User</strong> akan sangat berbeda jika kita akses dari protokol <a href="http://www.google.co.id/search?q=telnet" target="_blank">telnet</a><a>.</a></p>
<p><a>Setelah </a><a>Modem Sanex ADSL-SA 5100</a> tadi selesai rebooting, maka saya mencobanya dengan mengaksesnya melalui telnet. Silahkan coba juga di modem Anda dengan membuka <strong>Terminal (Linux)</strong> atau <strong>Command Prompt (Windows)</strong> dengan mengetikkan <strong>telnet 192.168.1.1</strong> lalu tekan ENTER.</p>
<p><img title="telnet001.jpg" src="http://imagespai01.files.wordpress.com/2009/03/telnet001.jpg" border="0" alt="telnet001.jpg" /><br />
Lalu pada login masukkan<br />
login : user<br />
password : user</p>
<p><a name="telnet_menu"><img title="telnet002.jpg" src="http://imagespai01.files.wordpress.com/2009/03/telnet002.jpg" border="0" alt="telnet002.jpg" /></a></p>
<p>Disinilah keanehan tersebut dimulai. Begitu kita login dengan <strong>General User</strong> maka pada <strong>ADSL Main Menu</strong> yang diakses dari telnel akan berbeda sekali dengan <strong>ADSL Menu</strong> saat diakses dari <a href="#halaman_user">web</a>.</p>
<p>Jika diperhatikan dengan seksama, <strong>ADSL Main Menu</strong> saat diakses dengan <strong>General User</strong> melalui telnet akan sama dengan Menu saat kita akses dengan <strong><a href="#super_user">Super User</a></strong> melalui web !!! nah loh.</p>
<p>Pada awalnya sih saya tidak beranggapan kalau akses <strong>General User</strong> melalui telnet ini, hanya sebatas untuk melihat (read only mode-red) setting modem saya. Tetapi alangkah terkejutnya saya ketika saya mencoba melakukan perubahan setting modem melalui telnet. Untuk mencobanya saya melakukan beberapa test berikut:</p>
<p><img title="telnet003.jpg" src="http://imagespai01.files.wordpress.com/2009/03/telnet003.jpg" border="0" alt="telnet003.jpg" /></p>
<p>Saya mencoba memilih opsi <strong>2</strong>, tetapi selanjutnya saya kembali ke <strong>Main Menu</strong> dengan memilih opsi <strong>2</strong></p>
<p><img title="telnet004.jpg" src="http://imagespai01.files.wordpress.com/2009/03/telnet004.jpg" border="0" alt="telnet004.jpg" /></p>
<p>kemudian saya mencoba opsi <strong>8</strong>, maka kita akan masuk ke <strong>Admin Menu</strong> seperti dibawah ini</p>
<p><img title="telnet005.jpg" src="http://imagespai01.files.wordpress.com/2009/03/telnet005.jpg" border="0" alt="telnet005.jpg" /></p>
<p>karena masih penasaran saya coba mengganti password <strong>Admin (Super User)</strong> dengan akses <strong>General User</strong> dengan memilih opsi <strong>1</strong></p>
<p><img title="telnet006.jpg" src="http://imagespai01.files.wordpress.com/2009/03/telnet006.jpg" border="0" alt="telnet006.jpg" /></p>
<p>disini saya memasukkan password admin yang lama dan menggantinya dengan password standart : admin. Lalu memilih opsi <strong>3</strong></p>
<p><img title="telnet007.jpg" src="http://imagespai01.files.wordpress.com/2009/03/telnet007.jpg" border="0" alt="telnet007.jpg" /></p>
<p>Selanjutnya kembali ke <strong>Admin Menu</strong>, lalu memilih opsi <strong>1</strong> untuk menyimpan perubahan.</p>
<p><img title="telnet008.jpg" src="http://imagespai01.files.wordpress.com/2009/03/telnet008.jpg" border="0" alt="telnet008.jpg" /></p>
<p>modem meminta konfirmasi saat melakukan <strong>Commit&amp;Reboot</strong>, lalu pilih opsi <strong>1</strong>. Jadi nggak kebayang kalau ada orang nakal login dari telnet kemodem kita dan melakukan Reboot berulang-ulang&#8230;</p>
<p><img title="telnet009.jpg" src="http://imagespai01.files.wordpress.com/2009/03/telnet009.jpg" border="0" alt="telnet009.jpg" /></p>
<p>maka modempun reboot (restart).</p>
<p>Sampai disini sembari menunggu selesai <a>Modem Sanex ADSL-SA 5100</a> restart, saya berharap semua perubahan setting modem yang saya lakukan dengan menggunakan <strong>General User</strong> via telnet tadi hanya bersifat temporary (read only mode). Tetapi alangkah anehnya saat saya mengakses <strong>Admin (Super User)</strong> melalui web (<a href="http://192.168.1.1/" target="_blank">http://192.168.1.1/</a>)</p>
<p><a name="super_user"><img title="ADSL-SA_1500_05.jpg" src="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_05.jpg" border="0" alt="ADSL-SA_1500_05.jpg" /></a></p>
<p>saya mencoba user <strong>admin</strong> dengan password : <strong>admin</strong> yang telah saya rubah sebelumnya melalui <a href="#telnet_menu">telnet</a></p>
<p><img title="ADSL-SA_1500_05_1.jpg" src="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_05_1.jpg" border="0" alt="ADSL-SA_1500_05_1.jpg" /></p>
<p>wow&#8230; ternyata <strong>General User</strong> bisa ngacak-ngacak akses Admin, alias <strong>General User</strong> mirip user <a href="http://www.google.co.id/search?q=super+user+on+linux" target="_blank">diLinux</a> yang termasuk dalam group <strong>Administrator</strong>&#8230; dan ternyata mungkin benar kalau didalam modem ini ada sistem yang mirip Linux.</p>
<p>Soo buat temen-temen saya yang warnetnya masih pake modem ini, coba baca-baca <a title="???" target="_blank">ini</a>, apa lagi yang sudah terlanjur memakai IP Statis trus minta ganti modem aja lah lebih baik&#8230; karena keanehannya masih <a href="#aneh2">berlanjut&#8230;</a></p>
<p><img title="ADSL-SA_1500_06.jpg" src="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_06.jpg" border="0" alt="ADSL-SA_1500_06.jpg" /> <img title="ADSL-SA_1500_06_1.jpg" src="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_06_1.jpg" border="0" alt="ADSL-SA_1500_06_1.jpg" /></p>
<p>Maka saya mencoba mengganti semua password menjadi : <strong>dodol</strong>, kemudian <strong>Commit&amp;Reboot</strong>.</p>
<p><img title="ADSL-SA_1500_06_2.jpg" src="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_06_2.jpg" border="0" alt="ADSL-SA_1500_06_2.jpg" /></p>
<p>simpan saja setting-an Anda buat jaga-jaga&#8230;</p>
<p><a name="aneh2"><img title="ADSL-SA_1500_06_3.jpg" src="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_06_3.jpg" border="0" alt="ADSL-SA_1500_06_3.jpg" /></a></p>
<p>Keanehan yang lainnya juga adalah saat saya mencoba menutup <strong>Remote Access</strong> dengan tidak mencentang seluruh remote access terkecuali web. Namun apapun perubahan yang saya lakukan pada bagian ini, tetap tidak ada pengaruhnya pada modem ini. Terlebih lagi pada bagian <strong>DMZ</strong> Setting, dengan berharap modem ini mampu memforward port 80 ke komputer saya, sehingga WEB Service yang melayani langsung ke PC saya, ya setidaknya bisa sharing file tanpa harus upload file dan keliling dunia (ISP) dulu sewaktu mendownloadnya&#8230;</p>
<h3>Kesimpulan</h3>
<ul>
<li>Buat yang masih pakai modem ini (apalagi warnet) ada baiknya selalu lakukan backup Setting, atau ganti aja modemnya</li>
<li>Ganti semua password standart, baik <strong>General User</strong> maupun <strong>Super User</strong></li>
<li>Saat saya mencoba menutup remote akses, tidak bisa dilakukan, kemungkinan ini menyangkut keterbatasan firmware ataupun hardware (respon Anda ???)</li>
<li>Setting modem yang saya pakai adalah <strong>PPPoE</strong> dan bukan <strong>Bridge</strong>, saya tidak tahu apakah setting Bridge lebih baik atau tidak (respon Anda ???)</li>
<li>Belum tahu apakah jika kita melakukan update firmware (gak tau kemana nyari <strong>update firmware</strong>nya), apakah bagian <strong>Remote Access</strong> atau <strong>DMZ</strong> akan bekerja lebih baik (respon Anda ???)</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pias.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pias.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pias.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pias.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pias.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pias.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pias.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pias.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pias.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pias.wordpress.com/471/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=471&subd=pias&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/wVpzm2vL5C4DGrWc39LzjNPzUxI/0/da"><img src="http://feedads.g.doubleclick.net/~a/wVpzm2vL5C4DGrWc39LzjNPzUxI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/wVpzm2vL5C4DGrWc39LzjNPzUxI/1/da"><img src="http://feedads.g.doubleclick.net/~a/wVpzm2vL5C4DGrWc39LzjNPzUxI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/medanlinux?a=-_x5yuIkVw4:r2St8TjLZ0Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=-_x5yuIkVw4:r2St8TjLZ0Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=-_x5yuIkVw4:r2St8TjLZ0Y:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=-_x5yuIkVw4:r2St8TjLZ0Y:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=-_x5yuIkVw4:r2St8TjLZ0Y:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=-_x5yuIkVw4:r2St8TjLZ0Y:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=-_x5yuIkVw4:r2St8TjLZ0Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=-_x5yuIkVw4:r2St8TjLZ0Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=-_x5yuIkVw4:r2St8TjLZ0Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=-_x5yuIkVw4:r2St8TjLZ0Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=-_x5yuIkVw4:r2St8TjLZ0Y:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=-_x5yuIkVw4:r2St8TjLZ0Y:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=-_x5yuIkVw4:r2St8TjLZ0Y:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=-_x5yuIkVw4:r2St8TjLZ0Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=-_x5yuIkVw4:r2St8TjLZ0Y:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=-_x5yuIkVw4:r2St8TjLZ0Y:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/medanlinux/~4/-_x5yuIkVw4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pias.wordpress.com/2009/03/10/modem-sanex-adsl-sa-5100-yang-aneh/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/926d015ede74f8778449725c266145e2?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">pai</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_01.jpg" medium="image">
			<media:title type="html">ADSL-SA_1500_01.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_01_1.jpg" medium="image">
			<media:title type="html">ADSL-SA_1500_01_1.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_02.jpg" medium="image">
			<media:title type="html">ADSL-SA_1500_02.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_03.jpg" medium="image">
			<media:title type="html">ADSL-SA_1500_03.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/telnet001.jpg" medium="image">
			<media:title type="html">telnet001.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/telnet002.jpg" medium="image">
			<media:title type="html">telnet002.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/telnet003.jpg" medium="image">
			<media:title type="html">telnet003.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/telnet004.jpg" medium="image">
			<media:title type="html">telnet004.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/telnet005.jpg" medium="image">
			<media:title type="html">telnet005.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/telnet006.jpg" medium="image">
			<media:title type="html">telnet006.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/telnet007.jpg" medium="image">
			<media:title type="html">telnet007.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/telnet008.jpg" medium="image">
			<media:title type="html">telnet008.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/telnet009.jpg" medium="image">
			<media:title type="html">telnet009.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_05.jpg" medium="image">
			<media:title type="html">ADSL-SA_1500_05.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_05_1.jpg" medium="image">
			<media:title type="html">ADSL-SA_1500_05_1.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_06.jpg" medium="image">
			<media:title type="html">ADSL-SA_1500_06.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_06_1.jpg" medium="image">
			<media:title type="html">ADSL-SA_1500_06_1.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_06_2.jpg" medium="image">
			<media:title type="html">ADSL-SA_1500_06_2.jpg</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/adsl-sa_1500_06_3.jpg" medium="image">
			<media:title type="html">ADSL-SA_1500_06_3.jpg</media:title>
		</media:content>
	<feedburner:origLink>http://pias.wordpress.com/2009/03/10/modem-sanex-adsl-sa-5100-yang-aneh/</feedburner:origLink></item>
		<item>
		<title>[IMAP YAHOO] email yahoo dengan ponsel SE M600i, W950, P1i, W960i dan IM3 [part2]</title>
		<link>http://feedproxy.google.com/~r/medanlinux/~3/hO6-_HxMtIw/</link>
		<comments>http://pias.wordpress.com/2009/03/07/imap-yahoo-email-yahoo-dengan-ponsel-se-m600i-w950-p1i-w960i-dan-im3-part2/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 21:03:11 +0000</pubDate>
		<dc:creator>paiproduction@yahoo.com (by pai)</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[UIQ]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[GPRS]]></category>
		<category><![CDATA[hanphone]]></category>
		<category><![CDATA[m600i]]></category>
		<category><![CDATA[P1i]]></category>
		<category><![CDATA[ponsel]]></category>
		<category><![CDATA[SE M600i]]></category>
		<category><![CDATA[SE P1i]]></category>
		<category><![CDATA[SE W950i]]></category>
		<category><![CDATA[SE W960i]]></category>
		<category><![CDATA[Sony Ericsson]]></category>
		<category><![CDATA[Sony Ericsson M600i]]></category>
		<category><![CDATA[Sony Ericsson P1i]]></category>
		<category><![CDATA[Sony Ericsson W950i]]></category>
		<category><![CDATA[symbian 9.1]]></category>
		<category><![CDATA[UIQ3]]></category>
		<category><![CDATA[W950i]]></category>
		<category><![CDATA[w960i]]></category>
		<category><![CDATA[Yahoo Mail]]></category>

		<guid isPermaLink="false">http://pias.wordpress.com/?p=460</guid>
		<description><![CDATA[[part1]

Perhatikan baik-baik primary email saya ya&#8230; 

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=460&subd=pias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://pias.wordpress.com/2008/12/13/imap-yahoo-email-yahoo-dengan-ponsel-se-m600i-dan-im3/">[part1]<br />
</a><br />
Perhatikan baik-baik primary email saya ya&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
<img src="http://imagespai01.files.wordpress.com/2009/03/piaswordpresscom.jpg" alt="email-yahoo-dengan-m600i-w950i-p1i-w960i" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pias.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pias.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pias.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pias.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pias.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pias.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pias.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pias.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pias.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pias.wordpress.com/460/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=460&subd=pias&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/qsqg-wt9HUQXuoKx3C73GRMpIjg/0/da"><img src="http://feedads.g.doubleclick.net/~a/qsqg-wt9HUQXuoKx3C73GRMpIjg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/qsqg-wt9HUQXuoKx3C73GRMpIjg/1/da"><img src="http://feedads.g.doubleclick.net/~a/qsqg-wt9HUQXuoKx3C73GRMpIjg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/medanlinux?a=hO6-_HxMtIw:rAhlvVWChBM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=hO6-_HxMtIw:rAhlvVWChBM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=hO6-_HxMtIw:rAhlvVWChBM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=hO6-_HxMtIw:rAhlvVWChBM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=hO6-_HxMtIw:rAhlvVWChBM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=hO6-_HxMtIw:rAhlvVWChBM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=hO6-_HxMtIw:rAhlvVWChBM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=hO6-_HxMtIw:rAhlvVWChBM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=hO6-_HxMtIw:rAhlvVWChBM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=hO6-_HxMtIw:rAhlvVWChBM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=hO6-_HxMtIw:rAhlvVWChBM:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=hO6-_HxMtIw:rAhlvVWChBM:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=hO6-_HxMtIw:rAhlvVWChBM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=hO6-_HxMtIw:rAhlvVWChBM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=hO6-_HxMtIw:rAhlvVWChBM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=hO6-_HxMtIw:rAhlvVWChBM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/medanlinux/~4/hO6-_HxMtIw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pias.wordpress.com/2009/03/07/imap-yahoo-email-yahoo-dengan-ponsel-se-m600i-w950-p1i-w960i-dan-im3-part2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/926d015ede74f8778449725c266145e2?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">pai</media:title>
		</media:content>

		<media:content url="http://imagespai01.files.wordpress.com/2009/03/piaswordpresscom.jpg" medium="image">
			<media:title type="html">email-yahoo-dengan-m600i-w950i-p1i-w960i</media:title>
		</media:content>
	<feedburner:origLink>http://pias.wordpress.com/2009/03/07/imap-yahoo-email-yahoo-dengan-ponsel-se-m600i-w950-p1i-w960i-dan-im3-part2/</feedburner:origLink></item>
		<item>
		<title>Males nulis… lagi ngoprek Squid+Joomla</title>
		<link>http://feedproxy.google.com/~r/medanlinux/~3/VcQemUxECEw/</link>
		<comments>http://pias.wordpress.com/2009/02/11/males-nulis-lagi-ngoprek-squid-jooml/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 16:27:35 +0000</pubDate>
		<dc:creator>paiproduction@yahoo.com (by pai)</dc:creator>
				<category><![CDATA[My Story]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[idm]]></category>
		<category><![CDATA[squid]]></category>

		<guid isPermaLink="false">http://pias.wordpress.com/?p=416</guid>
		<description><![CDATA[ahhh&#8230; lagi males nulis&#8230; lagi abis bahan&#8230;
asli&#8230; dah lama gak buka-buka blog&#8230; abis ane lagi ngoprek Squid&#8230; en Joomla
sampe sekarang squid transparent yang dibangun masih jebol ama IDM&#8230;
aduh salah dimana ya  
ntar kalo dah mantap settingannya tak pos dah&#8230; biar kalian bisa COPY+PASTE
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=416&subd=pias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>ahhh&#8230; lagi males nulis&#8230; lagi abis bahan&#8230;</p>
<p>asli&#8230; dah lama gak buka-buka <a href="http://www.blogger.com" target="_blank">blog</a>&#8230; abis ane lagi ngoprek <a href="http://www.squid-cache.org/" target="_blank">Squid</a>&#8230; en <a href="http://www.joomla.org/" target="_blank">Joomla</a><br />
sampe sekarang squid transparent yang dibangun masih jebol ama <a href="http://www.internetdownloadmanager.com/" target="_blank">IDM</a>&#8230;</p>
<p>aduh salah dimana ya <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>ntar kalo dah mantap settingannya tak pos dah&#8230; biar kalian bisa COPY+PASTE</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pias.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pias.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pias.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pias.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pias.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pias.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pias.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pias.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pias.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pias.wordpress.com/416/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pias.wordpress.com&blog=926469&post=416&subd=pias&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/bJqy0K0tC-jyAJRv8bGd7bX-Lg4/0/da"><img src="http://feedads.g.doubleclick.net/~a/bJqy0K0tC-jyAJRv8bGd7bX-Lg4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/bJqy0K0tC-jyAJRv8bGd7bX-Lg4/1/da"><img src="http://feedads.g.doubleclick.net/~a/bJqy0K0tC-jyAJRv8bGd7bX-Lg4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/medanlinux?a=VcQemUxECEw:bExSnfDJoOA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=VcQemUxECEw:bExSnfDJoOA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=VcQemUxECEw:bExSnfDJoOA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=VcQemUxECEw:bExSnfDJoOA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=VcQemUxECEw:bExSnfDJoOA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=VcQemUxECEw:bExSnfDJoOA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=VcQemUxECEw:bExSnfDJoOA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=VcQemUxECEw:bExSnfDJoOA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=VcQemUxECEw:bExSnfDJoOA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=VcQemUxECEw:bExSnfDJoOA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=VcQemUxECEw:bExSnfDJoOA:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=VcQemUxECEw:bExSnfDJoOA:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=VcQemUxECEw:bExSnfDJoOA:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=VcQemUxECEw:bExSnfDJoOA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/medanlinux?i=VcQemUxECEw:bExSnfDJoOA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/medanlinux?a=VcQemUxECEw:bExSnfDJoOA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/medanlinux?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/medanlinux/~4/VcQemUxECEw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pias.wordpress.com/2009/02/11/males-nulis-lagi-ngoprek-squid-jooml/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/926d015ede74f8778449725c266145e2?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">pai</media:title>
		</media:content>
	<feedburner:origLink>http://pias.wordpress.com/2009/02/11/males-nulis-lagi-ngoprek-squid-jooml/</feedburner:origLink></item>
	<copyright>Some belong...</copyright><media:credit role="author">by pai</media:credit><media:rating>nonadult</media:rating><media:description type="plain">/home/pai</media:description></channel>
</rss>
