<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Andihatake's Blog</title>
	<atom:link href="http://andihatake.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://andihatake.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 09 Jun 2009 15:31:33 +0000</lastBuildDate>
	<language>id</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='andihatake.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Andihatake's Blog</title>
		<link>http://andihatake.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://andihatake.wordpress.com/osd.xml" title="Andihatake&#039;s Blog" />
	<atom:link rel='hub' href='http://andihatake.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Perintah perintah Linux</title>
		<link>http://andihatake.wordpress.com/2009/06/09/perintah-perintah-linux/</link>
		<comments>http://andihatake.wordpress.com/2009/06/09/perintah-perintah-linux/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 15:31:33 +0000</pubDate>
		<dc:creator>andihatake</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://andihatake.wordpress.com/?p=103</guid>
		<description><![CDATA[cat Perintah untuk menampilkan isi teks file cat [namafile] #cat /etc/rc.d/rc.module $cat /tmp/suratcintabuatkamu cd Perintah untuk Pindah direktori $ cd [nama direktori] $ cd /home/mic/picture maka direktori aktif akan berpindah ke /home/mic/picture cfdisk Perintah untuk mempartisi hardisk #cfdisk /dev/hda chfn change finger information -perintah untuk merubah finger informatin user chfn [user name] $ chfn mic [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andihatake.wordpress.com&amp;blog=6976247&amp;post=103&amp;subd=andihatake&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom:.0001pt;"><strong>cat</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk menampilkan isi teks file</p>
<p style="margin-bottom:.0001pt;">cat [namafile]</p>
<p style="margin-bottom:.0001pt;">#cat /etc/rc.d/rc.module</p>
<p style="margin-bottom:.0001pt;">$cat /tmp/suratcintabuatkamu</p>
<p style="margin-bottom:.0001pt;"><strong>cd</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk Pindah direktori</p>
<p style="margin-bottom:.0001pt;">$ cd [nama direktori]</p>
<p style="margin-bottom:.0001pt;">$ cd /home/mic/picture</p>
<p style="margin-bottom:.0001pt;">maka direktori aktif akan berpindah ke /home/mic/picture</p>
<p style="margin-bottom:.0001pt;"><strong>cfdisk</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk mempartisi hardisk</p>
<p style="margin-bottom:.0001pt;">#cfdisk /dev/hda</p>
<p style="margin-bottom:.0001pt;"><strong>chfn</strong></p>
<p style="margin-bottom:.0001pt;">change finger information -perintah untuk merubah finger informatin user</p>
<p style="margin-bottom:.0001pt;">chfn [user name]</p>
<p style="margin-bottom:.0001pt;">$ chfn mic</p>
<p style="margin-bottom:.0001pt;"><strong>chgrp</strong></p>
<p style="margin-bottom:.0001pt;">Memilih group owner dari sebuah file/direktori (hanya root yang bisa melakukannya !)</p>
<p style="margin-bottom:.0001pt;">#chgrp [group] [file/direktori name]</p>
<p style="margin-bottom:.0001pt;">#chgrp eagle /tmp/raptor/data/test1.doc</p>
<p style="margin-bottom:.0001pt;">#chgrp eagle -r /tmp/raptor/picture</p>
<p style="margin-bottom:.0001pt;">r=recursive</p>
<p style="margin-bottom:.0001pt;"><strong>chmod</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk Mengubah mode proteksi /file permission file atau direktori</p>
<p style="margin-bottom:.0001pt;">$ chmod [permission] file/direktori</p>
<p style="margin-bottom:.0001pt;">RWX RWX RWX</p>
<p style="margin-bottom:.0001pt;">Owner Group Other</p>
<p style="margin-bottom:.0001pt;">$ chmod 755 /home/mic/picture/*.*</p>
<p style="margin-bottom:.0001pt;">RWXRWXRWX</p>
<p style="margin-bottom:.0001pt;">111101101</p>
<p style="margin-bottom:.0001pt;">$ chmod 700 /home/mic/secret</p>
<p style="margin-bottom:.0001pt;">rwxrwxrwx</p>
<p style="margin-bottom:.0001pt;">111000000</p>
<p style="margin-bottom:.0001pt;">$ chmod ugo=rxw &lt;nama file&gt;(sama aja dengan)</p>
<p style="margin-bottom:.0001pt;">$ chmod 777 &lt;nama file&gt;</p>
<p style="margin-bottom:.0001pt;"><strong>clear</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk membersihkan layar</p>
<p style="margin-bottom:.0001pt;">$clear</p>
<p style="margin-bottom:.0001pt;"><strong>cp</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk Mencopy file</p>
<p style="margin-bottom:.0001pt;">$ cp  [destination]</p>
<p style="margin-bottom:.0001pt;">$ cp sakura.jpg /home/mic/picture</p>
<p style="margin-bottom:.0001pt;">maka file gambar sakura.jpg akan dipindahkan ke direktori /home/mic/picture</p>
<p style="margin-bottom:.0001pt;"><strong>grep</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk melakukan scan file terhadap karakter tertentu</p>
<p style="margin-bottom:.0001pt;">grep “pattern” filename</p>
<p style="margin-bottom:.0001pt;">$grep “love” /tmp/doc/*</p>
<p style="margin-bottom:.0001pt;"><strong>halt</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk meng-halt system (hanya root yang bisa)</p>
<p style="margin-bottom:.0001pt;">#halt –h now</p>
<p style="margin-bottom:.0001pt;">Matikan system sekarang</p>
<p style="margin-bottom:.0001pt;"><strong>init*</strong></p>
<p style="margin-bottom:.0001pt;">Perintah melakukan perpindahan antar level.</p>
<p style="margin-bottom:.0001pt;">init 0123456</p>
<p style="margin-bottom:.0001pt;">0=halt the system</p>
<p style="margin-bottom:.0001pt;">1=single user mode</p>
<p style="margin-bottom:.0001pt;">2=multi user without NFS</p>
<p style="margin-bottom:.0001pt;">3=Full Multi user</p>
<p style="margin-bottom:.0001pt;">4=unused</p>
<p style="margin-bottom:.0001pt;">5=start X window</p>
<p style="margin-bottom:.0001pt;">6=reboot system</p>
<p style="margin-bottom:.0001pt;"># init 6</p>
<p style="margin-bottom:.0001pt;">reboot</p>
<p style="margin-bottom:.0001pt;"># init 5</p>
<p style="margin-bottom:.0001pt;">startx window</p>
<p style="margin-bottom:.0001pt;">Umumnya default adalah init 3</p>
<p style="margin-bottom:.0001pt;"><strong>ln- Symbolic Link</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk memberikan nama link terhadap suatu file</p>
<p style="margin-bottom:.0001pt;">$ ln -s [file] [ link name]</p>
<p style="margin-bottom:.0001pt;">$ ln -s /home/mic/picture/sakura.jpg saku</p>
<p style="margin-bottom:.0001pt;"><strong>locate*</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk pencarian file dengan cepat</p>
<p style="margin-bottom:.0001pt;">locate [file name]</p>
<p style="margin-bottom:.0001pt;">$locate UAS_Elektro2005.doc</p>
<p style="margin-bottom:.0001pt;"><strong>ls</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk Melihat isi direktori</p>
<p style="margin-bottom:.0001pt;">$ ls</p>
<p style="margin-bottom:.0001pt;">Akan ditampilkan isi folder Anda.</p>
<p style="margin-bottom:.0001pt;">$ ls -la</p>
<p style="margin-bottom:.0001pt;">akan ditampilan isi folder lengkap dengan hak akses (file permission)</p>
<p style="margin-bottom:.0001pt;"><strong>mkdir</strong></p>
<p style="margin-bottom:.0001pt;">make directory- perintah untuk membuat direktori</p>
<p style="margin-bottom:.0001pt;">#mkdir /mnt/flashdisk</p>
<p style="margin-bottom:.0001pt;">#mkdir 755 /tmp/data/joget/jaipong</p>
<p style="margin-bottom:.0001pt;"><strong>mv</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk Memindah file /direktori</p>
<p style="margin-bottom:.0001pt;">$ mv  [destination]</p>
<p style="margin-bottom:.0001pt;">$ mv sakura.jpg /home/mic/picture</p>
<p style="margin-bottom:.0001pt;">file sakura.jpg akan dipindahkan ke direktori /home/mic/picture</p>
<p style="margin-bottom:.0001pt;">Hati-hati ! memindah berbeda dengan mencopy lho !</p>
<p style="margin-bottom:.0001pt;">$ mv sakura.jpg bunga.jpg</p>
<p style="margin-bottom:.0001pt;">Nama file sakura.jpg berubah menjadi bunga.jpg</p>
<p style="margin-bottom:.0001pt;">$ mv /home/mic/picture /home/mic/gambar</p>
<p style="margin-bottom:.0001pt;">Direktori /home/mic/picture berubah nama menjadi /home/mic/gambar</p>
<p style="margin-bottom:.0001pt;"><strong>ping</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk mengecek keaktifan suatu komputer/server dalam jaringan</p>
<p style="margin-bottom:.0001pt;">ping [hostname/IP number]</p>
<p style="margin-bottom:.0001pt;">#ping skylarx2</p>
<p style="margin-bottom:.0001pt;">#ping 192.168.0.17</p>
<p style="margin-bottom:.0001pt;">#ping www.yahoo.com jika terhubung ke-internet</p>
<p style="margin-bottom:.0001pt;"><strong>pkgtool</strong></p>
<p style="margin-bottom:.0001pt;">Perintah pada slackware untuk menambah, meremove, melihat program. Pkgtool juga dapat digunakan untuk mengatur konfigurasi global sistem Linux. (Hanya berlaku bagi root ! )</p>
<p style="margin-bottom:.0001pt;">#pkgtool</p>
<p style="margin-bottom:.0001pt;"><strong>pwd</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk melihat direktori aktif</p>
<p style="margin-bottom:.0001pt;">$ pwd</p>
<p style="margin-bottom:.0001pt;">Jika Anda berada di /home/mic/lagu/avril, maka setelah mengetikkan pwd akan muncul</p>
<p style="margin-bottom:.0001pt;">/home/mic/lagu/avril</p>
<p style="margin-bottom:.0001pt;"><strong>rm</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk Menghapus file /direktori</p>
<p style="margin-bottom:.0001pt;">$ rm [file name]</p>
<p style="margin-bottom:.0001pt;">$ rm /home/mic/gambar/bunga.jpg</p>
<p style="margin-bottom:.0001pt;">$ rm -r /home/mic/gambar</p>
<p style="margin-bottom:.0001pt;">$ rm /tmp/musik/barat/asktoomuch.mp3</p>
<p style="margin-bottom:.0001pt;">pada contoh ke-3, penggunaan r akan menyebabkan semua file dan folder /home/mic/gambar akan ‘amblas’ (r= recursive)</p>
<p style="margin-bottom:.0001pt;"><strong>rmdir</strong></p>
<p style="margin-bottom:.0001pt;">remove direktory &#8211; perintah untuk meremove directory</p>
<p style="margin-bottom:.0001pt;">#rmdir /tmp/musik/dangdut/omairama</p>
<p style="margin-bottom:.0001pt;"><strong>shutdown</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk shutdown</p>
<p style="margin-bottom:.0001pt;">Shutdown</p>
<p style="margin-bottom:.0001pt;">#shutdown -h now</p>
<p style="margin-bottom:.0001pt;">shutdown tanpa ada peringatan.</p>
<p style="margin-bottom:.0001pt;">#shutdown -t 15</p>
<p style="margin-bottom:.0001pt;">shutdown 15 detik lagi…..cepat save file Anda ! hehehe</p>
<p style="margin-bottom:.0001pt;">#shutdown -r now</p>
<p style="margin-bottom:.0001pt;">merestart komputer !</p>
<p style="margin-bottom:.0001pt;"><strong>startx</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk mengaktifkan system X window — (perintah paling populer <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p style="margin-bottom:.0001pt;">$startx</p>
<p style="margin-bottom:.0001pt;">Jika terjadi “kecelakaan” tekan Ctrl-Alt-Backspace untuk keluar dari system X window</p>
<p style="margin-bottom:.0001pt;"><strong>su</strong></p>
<p style="margin-bottom:.0001pt;">Menjadi superuser atau log sebagai user ID lain</p>
<p style="margin-bottom:.0001pt;">$su [username]</p>
<p style="margin-bottom:.0001pt;">$su</p>
<p style="margin-bottom:.0001pt;">password :***************</p>
<p style="margin-bottom:.0001pt;"># (sudah sebagai superuser)</p>
<p style="margin-bottom:.0001pt;">$su vikri</p>
<p style="margin-bottom:.0001pt;">password :***************</p>
<p style="margin-bottom:.0001pt;">$ (log sebagai vikri)</p>
<p style="margin-bottom:.0001pt;"><strong>top</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk mengetahui proses yang terjadi</p>
<p style="margin-bottom:.0001pt;">$top</p>
<p style="margin-bottom:.0001pt;"><strong>touch</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk membuat file kosong</p>
<p style="margin-bottom:.0001pt;">touch [file name]</p>
<p style="margin-bottom:.0001pt;">$touch /tmp/cobadeh</p>
<p style="margin-bottom:.0001pt;"><strong>useradd /userdel*</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk menambah /menghapus user (hanya root yang bisa! )</p>
<p style="margin-bottom:.0001pt;">useradd [user name]</p>
<p style="margin-bottom:.0001pt;">#useradd swe4tg1rl</p>
<p style="margin-bottom:.0001pt;">#userdel rajajud1</p>
<p style="margin-bottom:.0001pt;"><strong>which</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk menunjukan letak file yang diakses</p>
<p style="margin-bottom:.0001pt;">which [file name]</p>
<p style="margin-bottom:.0001pt;">$which /tmp/data</p>
<p style="margin-bottom:.0001pt;"><strong>whereis</strong></p>
<p style="margin-bottom:.0001pt;">Perintah untuk mencari sebuah file</p>
<p style="margin-bottom:.0001pt;">Whereis [namafile]</p>
<p style="margin-bottom:.0001pt;">$whereis bab2.doc</p>
<p style="margin-bottom:.0001pt;"><strong>xinit</strong></p>
<p style="margin-bottom:.0001pt;">Init X window tanpa perlu masuk ke window manager</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andihatake.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andihatake.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andihatake.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andihatake.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andihatake.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andihatake.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andihatake.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andihatake.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andihatake.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andihatake.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andihatake.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andihatake.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andihatake.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andihatake.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andihatake.wordpress.com&amp;blog=6976247&amp;post=103&amp;subd=andihatake&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andihatake.wordpress.com/2009/06/09/perintah-perintah-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/45ff68bf43ffa40cdc1fe0c4c1712d73?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andihatake</media:title>
		</media:content>
	</item>
		<item>
		<title>Seandainy IBLIS belajar dari pengalaman</title>
		<link>http://andihatake.wordpress.com/2009/06/09/seandainy-iblis-belajar-dari-pengalaman/</link>
		<comments>http://andihatake.wordpress.com/2009/06/09/seandainy-iblis-belajar-dari-pengalaman/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 15:16:07 +0000</pubDate>
		<dc:creator>andihatake</dc:creator>
				<category><![CDATA[nasihat]]></category>

		<guid isPermaLink="false">http://andihatake.wordpress.com/?p=98</guid>
		<description><![CDATA[cma iseng2 aja posting,, kita sama2 tw klo iblis itu ada sejak mereka ada di surga bersama nabi adam as,,dan abadi sampai kiamat kelak. jd tak aneh lagi mengapa manusia dengan mudah ny ditipu rayu(rayuan gombal) oleh iblis,,bisa kita lihat anak2 muda jaman sekarang yang makin edan,,contoh kecil ny pacaran,begitu rendah ny harga diri kaum [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andihatake.wordpress.com&amp;blog=6976247&amp;post=98&amp;subd=andihatake&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>cma iseng2 aja posting,,</p>
<p>kita sama2 tw klo iblis itu ada  sejak mereka ada di surga bersama nabi adam as,,dan abadi sampai kiamat kelak.</p>
<p>jd tak aneh lagi mengapa manusia dengan mudah ny ditipu rayu(rayuan gombal) oleh iblis,,bisa kita lihat anak2 muda jaman sekarang yang makin edan,,contoh kecil ny pacaran,begitu rendah ny harga diri kaum perempuan,</p>
<p>apalagi tahun2 kedepan yang mungkin lebih parah dari keadaan sekarang,maka oleh sebab itu kita pun harus belajar dari orang2 terdahulu,,agar kita tidak mudah terjerumus oleh tipu rayu si iblis,,,,,</p>
<p>sekali lagi saya mengajak diri saya terutama dan saudara2  sekalian  agar lebih mendekatkan diri kepada Sang Pencipta dan mohon Perlindungan ny</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andihatake.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andihatake.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andihatake.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andihatake.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andihatake.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andihatake.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andihatake.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andihatake.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andihatake.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andihatake.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andihatake.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andihatake.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andihatake.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andihatake.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andihatake.wordpress.com&amp;blog=6976247&amp;post=98&amp;subd=andihatake&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andihatake.wordpress.com/2009/06/09/seandainy-iblis-belajar-dari-pengalaman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/45ff68bf43ffa40cdc1fe0c4c1712d73?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andihatake</media:title>
		</media:content>
	</item>
	</channel>
</rss>
