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

<channel>
	<title>blognya orang telat ngeblog &#187; linux</title>
	<atom:link href="http://wis.nu/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://wis.nu</link>
	<description>simple life from simple guy</description>
	<lastBuildDate>Wed, 19 May 2010 15:28:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux-UNIX command translation</title>
		<link>http://wis.nu/linux-unix-command-translation.html</link>
		<comments>http://wis.nu/linux-unix-command-translation.html#comments</comments>
		<pubDate>Wed, 20 Aug 2008 13:01:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Noteworthy]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://wis.nu/?p=5</guid>
		<description><![CDATA[Beberapa hari yang lalu, saya ma Irawan disibukkan ama instalasi mesin yang disiapin buat Lawful Interception. Kerjaan saat ini sangat simple, cuma &#8216;membangunkan&#8217; mesin SUN Netra 240 yang lama nonaktif buat dipake buat penyadap di salah satu operator telekomunikasi atas permintaan KPK.
Instalasi mesin UNIX ini simple, jadi inget dulu install-buang OS Gentoo Linux  . [...]]]></description>
			<content:encoded><![CDATA[<p>Beberapa hari yang lalu, saya ma Irawan disibukkan ama instalasi mesin yang disiapin buat Lawful Interception. Kerjaan saat ini sangat simple, cuma &#8216;membangunkan&#8217; mesin SUN Netra 240 yang lama nonaktif buat dipake buat penyadap di salah satu operator telekomunikasi atas permintaan KPK.</p>
<p>Instalasi mesin UNIX ini simple, jadi inget dulu install-buang OS Gentoo Linux <img src='http://wis.nu/smilies/yahoo_tongue.gif' alt='&#58;&#112;' class='wp-smiley' width='18' height='18' title='&#58;&#112;' /> . Instalasi kali ini kami hanya membuat si mesin up doang. Selanjutnya akan diinstall software proprietary dari Samsung. Dimulai dari setting IP, kalau ini masih sama dengan Linux.</p>
<blockquote><p><code>root@CAMA # ifconfig -a<br />
lo0: flags=1000849 mtu 8232 index 1<br />
inet 127.0.0.1 netmask ff000000<br />
bge0: flags=1000843 mtu 1500 index 2<br />
inet <span style="color: #ff0000;"><strong>0.0.0.0</strong></span> netmask ffffff00 broadcast 10.255.255.255<br />
ether 0:14:4f:57:20:55 </code></p>
<p>dari sini kita bisa tahu kalau IP bge0 masih belum ada. Selanjutnya kita ubah juga hostname, karena kalau tidak, begitu restart maka IP akan ke reset kosong lagi.</p>
<p><code>root@CAMA # ifconfig bge0 inet 10.62.1.58 netmask 255.255.255.0 up<br />
root@CAMA # cd /etc &amp;&amp; cat hostname.bge0<br />
<span style="color: #ff0000;"><strong>CAMA </strong><em>--&gt; akan kita ubah</em></span><br />
root@CAMA # echo "EIP1" &gt; hostname.bge0<br />
root@CAMA # cat hostname.bge0<br />
EIP1<br />
root@CAMA # vi /etc/hosts<br />
#<br />
# Internet host table<br />
#<br />
127.0.0.1       localhost<br />
<strong>10.62.1.58      EIP1    loghost</strong> </code></p>
<p>Setelah itu kita ganti gateway dan (di Gento Linux bisa diatur semua networking option di <em>/etc/make.conf</em> )</p>
<p><code>root@CAMA # cat /etc/defaultrouter<br />
165.213.239.193<br />
root@CAMA # vi /etc/defaultrouter<br />
10.62.1.254</code></p>
<p><code>root@CAMA # cat /etc/netmasks<br />
#<br />
# The netmasks file associates Internet Protocol (IP) address<br />
# masks with IP network numbers.<br />
#<br />
#       network-number  netmask<br />
#<br />
# The term network-number refers to a number obtained from the Internet Network<br />
# Information Center.  Currently this number is restricted to being a class<br />
# A, B, or C network number.  In the future we should be able to support<br />
# arbitrary network numbers per the Classless Internet Domain Routing<br />
# guidelines.<br />
#<br />
# Both the network-number and the netmasks are specified in<br />
# "decimal dot" notation, e.g:<br />
#<br />
#               128.32.0.0 255.255.255.0<br />
#<br />
165.213.0.0  255.255.255.192</code></p></blockquote>
<p>Untuk service yang akan dijalankan, direktori configuration files, dll mungkin agak berbeda dengan Linux. Anda bisa membacanya di tabel <a href="http://wis.nu/misc/linux2unix.html">translasi Linux-UNIX command</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wis.nu/linux-unix-command-translation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.249 seconds -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-30 02:30:12 -->
