<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8509751532934780720</id><updated>2026-02-21T07:37:05.532+07:00</updated><category term="openSUSE"/><category term="Networking"/><category term="Web Administration"/><category term="Debian"/><category term="Hardware"/><category term="Windows XP"/><category term="Adobe"/><category term="Fedora"/><category term="OpenOffice"/><category term="Packet Tracer"/><category term="Project"/><category term="Ubuntu"/><category term="Underground"/><category term="apache"/><category term="gaje"/><category term="phpMyAdmin"/><category term="tips trick"/><title type='text'>Blog Kautsar</title><subtitle type='html'>Little Note</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>22</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-2392257276561679184</id><published>2013-03-07T21:41:00.001+07:00</published><updated>2013-03-07T21:41:16.333+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="gaje"/><title type='text'>Keamanan Jaringan Komputer</title><content type='html'>&lt;i&gt;Posted by
&lt;span class=&quot;fn&quot;&gt;Al Kautsar&lt;/span&gt; on October 5, 2012 !!!&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;
&lt;i&gt;hampir 6 bulan ini blog tidak di belai ama penghuni nya T_T,&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;biar content dari ini blog kagak sepi2 amat, saya mau buat konsep buat saya aja , not fot share :P&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;
&lt;i&gt;kali ini saya mau buat konsep untuk cracking password pake john ripper, tapi pake teknik yang jadul.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;beginilah Arsip saya :&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;cd src&lt;br /&gt;make&lt;br /&gt;make linux-x86-any&lt;br /&gt;make clean linux-x86-any&lt;br /&gt;cd ../run&lt;br /&gt;./john --test&lt;br /&gt;./unshadow /etc/passwd /etc/shadow &amp;gt; mypassword&lt;br /&gt;./john mypassword &lt;br /&gt;&amp;nbsp;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&amp;nbsp;semoga sukses buat saya :D &lt;/i&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/2392257276561679184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/2392257276561679184'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2013/03/keamanan-jaringan-komputer.html' title='Keamanan Jaringan Komputer'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-848467366486541800</id><published>2012-10-05T07:37:00.002+07:00</published><updated>2012-10-11T19:30:47.395+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="apache"/><category scheme="http://www.blogger.com/atom/ns#" term="tips trick"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Administration"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows XP"/><title type='text'>Mengganti Port Apache di XAMPP</title><content type='html'>udah lama gak nulis , pengen ngeshare aja ne gimana cara agar xampp dapat berjalan berdampingan dengan IIS , disini apache saya tidak dapat di running karena bentrok dengan port IIS , otomatis saya harus merubah port apache ke port kosong lainnya agar apache dapat berjalan . ok begini singkat tutorial nya :&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;buka file C:\xampp\apache\conf\httpd.conf&lt;/li&gt;
&lt;li&gt;cari kata &quot;Listen 80&quot; lalu ubah dengan port anda , disini saya mengubah dengan &quot;Listen 8080&quot;.&lt;/li&gt;
&lt;li&gt;cari lagi kata &quot;ServerName Localhost:80&quot; lalu ubah menjadi &quot;ServerName Localhost:8080&quot;.&lt;/li&gt;
&lt;li&gt;simpan file httpd.conf , terus buka folder extra edit file httpd-ssl.conf&lt;/li&gt;
&lt;li&gt;cari kata &quot;virtualhost_default_:443&quot; ganti dengan &quot;virtualhost_default_:4499&quot;.&lt;/li&gt;
&lt;li&gt;cari lagi kata &quot;ServerName localhost:443&quot; ganti menjadi &quot;ServerName localhost:4499&quot;.&lt;/li&gt;
&lt;li&gt;simpan file tersebut sekarang jalankan apache anda , akses dengan localhost:8080. &lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/848467366486541800'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/848467366486541800'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2012/10/mengganti-port-apache-di-xampp.html' title='Mengganti Port Apache di XAMPP'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-8745279985801943323</id><published>2011-12-08T14:23:00.001+07:00</published><updated>2011-12-08T14:44:46.516+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Networking"/><category scheme="http://www.blogger.com/atom/ns#" term="openSUSE"/><category scheme="http://www.blogger.com/atom/ns#" term="Packet Tracer"/><title type='text'>Install Packet Tracer di openSUSe</title><content type='html'>Apa itu Packet Tracer , Packet tracer adalah sebuah software yang dikembangkan lansung oleh suhunya nya jaringan , siapa lagi kalau Cisco . Software ini berfungsi untuk membuat sebuah simulasi jaringan , misal saya sering gunakan ini untuk mengecek topologi jaringan yang nantinya akan saya coba praktekan . didalam software ini kalau menurut pengetahuan saya mungkin hampir semua perangkat jaringan yang sering digunakan ada disini .&lt;br /&gt;
 &lt;br /&gt;
mungkin hanya itu pengetahuan dasar yang bisa saya berikan , sekarang mari kita lakukan instalasi sebelumnya saya juga sudah memiliki software ini dalam bentuk tar.gz , tapi ntah software atau kebodohan saya software ini tidak bisa jalan di openSUSE saya , karena saya sangat butuh saya cari penyedia software ini untuk linux , akhirnya saya ditujukan ke link ini &quot; www.packettracer.info &quot; , disitu tersedia software ini dalam format .bin untuk linux distro Fedora . itu yang kita download , untuk download klik &lt;a href=&quot;http://www.filesonic.com%2ffile%2f4108706155/&quot; target=&quot;_blank&quot;&gt;disini&lt;/a&gt; .&lt;br /&gt;
&lt;br /&gt;
setelah download selesai sekarang buka terminal anda&lt;br /&gt;
&lt;br /&gt;
$ su -&lt;br /&gt;
&lt;br /&gt;
# cd /home/al/Downloads&lt;br /&gt;
&lt;br /&gt;
# chmod +x PacketTracer532_i386_no_tutorials_installer-rpm.bin &lt;br /&gt;
&lt;br /&gt;
# ./PacketTracer532_i386_no_tutorials_installer-rpm.bin &lt;br /&gt;
&lt;br /&gt;
penjelasan&lt;br /&gt;
---------------&lt;br /&gt;
&lt;br /&gt;
chmod +x = untuk memberi permision eksekusi ke pada file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;------------------------------------------------------------------------------------&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;note ** = untuk update terbaru bisa mengunjungi&amp;nbsp; &lt;a href=&quot;http://www.packettracer.info/&quot;&gt;www.packettracer.info&lt;/a&gt;&lt;/i&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/8745279985801943323'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/8745279985801943323'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/12/install-packet-tracer-di-opensuse.html' title='Install Packet Tracer di openSUSe'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-3835270516504865249</id><published>2011-12-07T19:12:00.001+07:00</published><updated>2011-12-08T14:25:19.099+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Networking"/><category scheme="http://www.blogger.com/atom/ns#" term="openSUSE"/><title type='text'>ArpON di opeSUSE</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
baru siap jalan2 di situs &lt;a href=&quot;http://kendari.linux.or.id/&quot; target=&quot;_blank&quot;&gt;KPLI Kendari&lt;/a&gt; , ternyata ada postingan kang &lt;i&gt;anoalinux &lt;/i&gt;yang menarik perhatian saya !! ini dia &quot; ArpON &quot; .&amp;nbsp; mari kita bahas terlebih dahulu sedikit tentang ArpON .&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
ArpON atau ARP handler inspection merupakan portable handler daemon , yang bisa kita gunakan untuk mengamankan protokol ARP dari serangan Man In The Midle ( MITM ) , apa itu MITM attack , menurut teman saya kalau sudah di translate adalah &quot; &lt;i&gt;Lelaki lagi ngucek cucian&lt;/i&gt; &quot; , walau translate nya buruk tapi ya sudahlah , MITM adalah proses dimana si attacker nanti bertindak sebagai gateway si client lain di jaringan , dan akan meneruskan permintaan client ke server aslinya ( begitulah kira2 ) . serangan MITM melalui ARP Spoofing , ARP Poisoning , ARP Cache atau Poison Routing (ARP) .&amp;nbsp; Aplikasi ini mampu menangkal Sniffing , Hijacking , Injection , Filtering &amp;amp; Hijacking and SSL/TLS Hijacking &amp;amp; co attacks , itulah yang aktifitas yang menurutnya mampu untuk ditangkal , mungkin bagi saya atau anda yang sering menikmati koneksi dari Hotspot publik atau Hotspot warung2 kopi tools ini mungkin sangat berguna .&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Instalasi di openSUSE 11.4&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
--------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
# zypper addrepo http://download.opensuse.org/repositories/home:idulk/openSUSE_11.4/home:idulk.repo&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
# zypper refresh&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
# zypper install ArpON&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
di ArpON terdapat SARPI dan DARPI , dmn pengertiannya menurut kang &lt;a href=&quot;http://frijal.com/&quot; target=&quot;_blank&quot;&gt;frijal&lt;/a&gt; adalah :&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;SARPI merupakan metode pemantauan arp table dengan cara statis.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;DARPI merupakan metode pemantauan arp table dengan cara dinamis.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
jadi kalo bagi saya yang sering hidup di lingkungan hotspot maka saya memilih SARPI&lt;br /&gt;
&lt;br /&gt;
untuk penggunaanya akan saya bahas di post selanjutnya ( insyaallah ) !!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/3835270516504865249'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/3835270516504865249'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/12/arpon-di-opesuse.html' title='ArpON di opeSUSE'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-7061011098638258513</id><published>2011-12-05T12:31:00.001+07:00</published><updated>2011-12-05T13:43:03.352+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Debian"/><category scheme="http://www.blogger.com/atom/ns#" term="Networking"/><category scheme="http://www.blogger.com/atom/ns#" term="Project"/><title type='text'>Membangun Repository Linux Untuk Jaringan LAN</title><content type='html'>&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;oke , sebelumnya ini hanya sebagai catatan saya , mungkin kalau ada salah paham atau salah penulisan maklum karena saya nulis gak di komputer server yang saya setting sebagai induk repositorynya .&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;skema awal :&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;saya punya 1 buah PC untuk server dengan OS Debian Squeeze dengan service DHCP dan Apache , dan beberapa client dengan OS yang sama. ip server 192.168.1.2/24&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Server&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;---------&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;pertama kita harus menginstall service dhcp server di komputer server. fungsi dari dhcp server adalah untuk memberikan ip otomatis pada client.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;# &lt;b&gt;apt-get install isc-dhcp-server&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;sekarang konfigurasi file dhcpd.conf&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;# &lt;b&gt;gedit /etc/dhcp/dhcpd.conf&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Tambahkan pada file tersebut:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;subnet 192.168.1.0 netmask 255.255.255.0 { &lt;br /&gt;
range 192.168.1.10 192.168.1.100;&lt;br /&gt;
default-lease-time 600;&lt;br /&gt;
max-lease-time 7200;&lt;br /&gt;
}&lt;/b&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;keterangan :&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;## subnet 192.168.1.0 adalah ip dari nomor jaringan , karena saya menggunakan /24 maka nomor jaringan saya adalah 192.168.1.0&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;## netmask disini sama fungsi nya dengan /24 ,&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;## range adalah batasan ip untuk clientnya&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;## kalau default-lease-time dan max-lease-time saya tidak tahu fungsinya !!, :(&amp;nbsp; &lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;sekarang edit interfacenya , disini saya menggunakan eth2 untuk service dhcp , untuk mengecek interface bisa menggunakan ifconfig.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;# &lt;b&gt;gedit /etc/default/isc-dhcp-server&lt;/b&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;Tambahkan interface ethernet anda pada INTERFACE , sekarang Terakhir restart servicenya:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;# /etc/init.d/isc-dhcp-server restart&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Sekarang kita akan menginstall apache &lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;# apt-get install apache2&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;sejauh ini sebenarnya sudah selesai , tapi sekarang kita akan melakukan mounting otomatis file iso repository ke /var/www ( /var/www adalah lokasi root direktori localhost anda ),&amp;nbsp; disini kita akan membuat biar setiap kali booting iso lansung di mounting otomatis ke /var/www&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;anggap saya mempunyai iso : debian-1.iso - debian-2.iso berada di direktori home/user/repo , dan nanti kita akan memounting ke localhost/repo jadi kita harus membuat folder repo di dalam var/www , &quot; &lt;b&gt;# mkdir /var/www/repo&lt;/b&gt; &quot;.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;sekarang edit file fstab&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;# gedit /etc/fstab&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;tambahkan file berikut sampai file iso ke 8.&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;/home/user/repo/debian-1.iso  /var/www/repo  udf,iso9660  user,loop  0  0&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;coba anda akses dari browser , masukkkan http://localhost/repo maka akan keluar folder-folder&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;hasil mounting iso ,&amp;nbsp;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;color: red; font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;client&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;--------&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;sekarang setiap client harus saling terkoneksi ke server dengan kabel lan ,&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;dilanjutkan dengan perintah dhclient untuk meminta ip otomatis dari server.&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;# dhclient eth1&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt; &lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;akses http://192.168.1.2/repo/ , buka setiap folder debiannya lalu buka juga folder dists ,&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;misal : http://192.168.1.2/repo/debian-1/dists , akan ada 2 folder contrib dan main jadi buka&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;setiap folder sampai ke debian-8/dists&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt; &lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;edit file /etc/apt/sources.list  :&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;# gedit &lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt;/etc/apt/sources.list &lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size: small;&quot;&gt; &lt;/span&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;
&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;tambahkan :&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;
&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;deb http://192.168.1.2/repo/debian-1 debian contrib main&amp;nbsp;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;--- seterusnya sampai&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;deb http://192.168.1.2/repo/debian-8 debian contrib main&amp;nbsp;&lt;/span&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;kalau sudah save , dan lakukan apt-get update dari client , kalau tidak error maka konfigurasi&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;sudah berjalan dengan benar &lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;
&lt;/span&gt;&lt;/pre&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/7061011098638258513/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2011/12/membangun-repository-linux-untuk.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/7061011098638258513'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/7061011098638258513'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/12/membangun-repository-linux-untuk.html' title='Membangun Repository Linux Untuk Jaringan LAN'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-3433429834087490068</id><published>2011-11-24T15:52:00.001+07:00</published><updated>2011-11-24T16:34:53.670+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Adobe"/><category scheme="http://www.blogger.com/atom/ns#" term="openSUSE"/><title type='text'>Install Tweetdeck + Adobe air on openSUSE</title><content type='html'>Tweetdeck adalah sebuah Desktop client untuk jejaring sosial seperti twitter , facebook , foursquare dll , yang memiliki fitur-fitur yang sangat lengkap sehingga membuatnya tidak asing lagi dikalangan seorang penikmat jejaring sosial .&lt;br /&gt;
&lt;br /&gt;
disini saya akan memberikan sebuah cara untuk menginstall tweetdeck ini di mesin linux openSUSE 11.4 , sekaligus biar ini blog update terus. OK , kita mulai untuk menginstall tweetdeck anda harus menginstall terlebih dahulu Adobe Air , setelah cari referensi2 akhirnya saya melakukan instalasi adobe air dengan file .bin.&lt;br /&gt;
&lt;br /&gt;
install dulu paket2 yang diperlukan&lt;br /&gt;
 &lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
# zypper install libasound2 libgcc44 libncurses5 libstdc++ libxml2 mozilla-nss mozilla-nspr gtk2-devel gnome-keyring libxml2-devel libxml2-devel libxslt rpm rpm-devel&lt;/blockquote&gt;
&lt;br /&gt;
&lt;br /&gt;
download Adobe air *.bin &lt;a href=&quot;http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin&quot; target=&quot;_blank&quot;&gt;disini&lt;/a&gt;. kalau sudah beri executable untuk mengeksekusi installernya :&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
# chmod +x AdobeAIRInstaller.bin&lt;/blockquote&gt;
terus jalankan installernya&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
# ./AdobeAIRInstaller.bin &lt;/blockquote&gt;
&lt;br /&gt;
lakukan instalasi sampai selesai , sekarang buka &lt;a href=&quot;http://www.tweetdeck.com/desktop/&quot;&gt;http://www.tweetdeck.com/desktop/&lt;/a&gt; coba lakukan instalasi , bedanya sebelum anda melakukan instalasi adobe air , tombol download tidak aktif.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/3433429834087490068/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/install-tweetdeck-adobe-air-on-opensuse.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/3433429834087490068'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/3433429834087490068'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/install-tweetdeck-adobe-air-on-opensuse.html' title='Install Tweetdeck + Adobe air on openSUSE'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-880111909131825252</id><published>2011-11-23T11:31:00.001+07:00</published><updated>2011-11-23T11:45:16.578+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="openSUSE"/><category scheme="http://www.blogger.com/atom/ns#" term="phpMyAdmin"/><title type='text'>mengaktifkan Designer di phpMyAdmin</title><content type='html'>sempat ingin mencoba xampp , karena saya lihat teman-teman saya yang menggunakan xampp semua mempunyai fitur designer di phpMyAdminnya untuk menrelasikan tabel ke tabel , disini saya menggunakan os openSUSE ,,,&lt;br /&gt;
&lt;br /&gt;
yang pertama saya lakukan adalah mengcopy file &quot;config.sample.inc.php&quot; menjadi &quot;config.inc.php&quot; disini pma ( phpMyAdmin ) saya download dari situsnya dan saya ektrak di folder htdocs saya ( /srv/www/htdocs/phpmyadmin ) .&lt;br /&gt;
&lt;br /&gt;
edit file config.inc.php&lt;br /&gt;
&lt;br /&gt;
$cfg[&#39;Servers&#39;][$i][&#39;controluser&#39;] = &#39;root&#39;;&lt;br /&gt;$cfg[&#39;Servers&#39;][$i][&#39;controlpass&#39;] = &#39;root&#39;;&lt;br /&gt;
&lt;br /&gt;
** root di control user ganti dengan user pma anda , dan root di controlpass ganti dengan password pma anda !! sebelum diedit ada tanda &quot;//&quot; , hilangkan tanda tersebut karena itu sebagai koment ,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cari lagi :&lt;br /&gt;
&lt;br /&gt;
 $cfg[&#39;Servers&#39;][$i][&#39;pmadb&#39;] = &#39;perpus&#39;;&lt;br /&gt;
$cfg[&#39;Servers&#39;][$i][&#39;designer_coords&#39;] = &#39;buku&#39;;&lt;br /&gt;
&lt;br /&gt;
** perpus ganti dengan nama database anda , dan buku ganti dengan nama tabel anda&lt;br /&gt;
&lt;br /&gt;
kalau sudah save , dan insyaallah bisa ! ne screenshot dari pma saya&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWwSZqRF1CLUfBL_qqlF_g9N-jKdBrVrEhG3tomK4ASniozDXrfAPrLJM0VzpDZlZ6L6fL1CHD59HCu83kfGJn3gSBPUKvGvQzRA47Aknyjj4AkjP63YmaJ6AJ5auAwFLC103Ccvo7N7I/s1600/pma.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWwSZqRF1CLUfBL_qqlF_g9N-jKdBrVrEhG3tomK4ASniozDXrfAPrLJM0VzpDZlZ6L6fL1CHD59HCu83kfGJn3gSBPUKvGvQzRA47Aknyjj4AkjP63YmaJ6AJ5auAwFLC103Ccvo7N7I/s400/pma.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi969o_xZx2wdsawgkq0F_UJ40A3kTppPgzXJTiTRwckdTA_boVh5VrxnHmaL6H_PFB1sPMq2ZviGiRHT4zUjKYYXKfZ3yn0CSTjZtW-J0dmS9-Vq7EyBHHmAXMnI5aST1i29cfnKMw-ks/s1600/pma2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;173&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi969o_xZx2wdsawgkq0F_UJ40A3kTppPgzXJTiTRwckdTA_boVh5VrxnHmaL6H_PFB1sPMq2ZviGiRHT4zUjKYYXKfZ3yn0CSTjZtW-J0dmS9-Vq7EyBHHmAXMnI5aST1i29cfnKMw-ks/s320/pma2.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/880111909131825252/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/mengaktifkan-designer-di-phpmyadmin.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/880111909131825252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/880111909131825252'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/mengaktifkan-designer-di-phpmyadmin.html' title='mengaktifkan Designer di phpMyAdmin'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWwSZqRF1CLUfBL_qqlF_g9N-jKdBrVrEhG3tomK4ASniozDXrfAPrLJM0VzpDZlZ6L6fL1CHD59HCu83kfGJn3gSBPUKvGvQzRA47Aknyjj4AkjP63YmaJ6AJ5auAwFLC103Ccvo7N7I/s72-c/pma.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-2154783031563174915</id><published>2011-11-17T06:12:00.001+07:00</published><updated>2011-11-17T06:21:26.857+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hardware"/><category scheme="http://www.blogger.com/atom/ns#" term="openSUSE"/><title type='text'>Install Driver Printer dan Scanner MP258 di openSUSE</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivNgKaS2lafgMbyZ8MfqBzzPjii1NR0Bj_-RKMPz3MU0C6W_ZFL50gxLo5FVkpK7crom6drdkj2_DD__4xmL-XjiYuJWnWiH4hLvNzouhiw3U7BbaU2subfIA-jcMJtYPLzZ6f-qTX0GE/s1600/linux-hp-color-laser-printing.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivNgKaS2lafgMbyZ8MfqBzzPjii1NR0Bj_-RKMPz3MU0C6W_ZFL50gxLo5FVkpK7crom6drdkj2_DD__4xmL-XjiYuJWnWiH4hLvNzouhiw3U7BbaU2subfIA-jcMJtYPLzZ6f-qTX0GE/s1600/linux-hp-color-laser-printing.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
pertama anda harus menginstall libpng12&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
zypper install libpng12&lt;/blockquote&gt;
&lt;br /&gt;
kalau sudah , download driver printer &lt;a href=&quot;http://support-au.canon.com.au/contents/AU/EN/0100235401.html&quot; target=&quot;_blank&quot;&gt;disini&lt;/a&gt; dan download driver scanner &lt;a href=&quot;http://support-au.canon.com.au/contents/AU/EN/0100236801.html&quot; target=&quot;_blank&quot;&gt;disini&lt;/a&gt; . kalau sudah download ekstrak dan kemudian jalankan file install.sh , misal :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
### untuk scanner&lt;br /&gt;
 &lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
tar xvfz scangearmp-mp250series-1.60-1-rpm.tar.gz &lt;br /&gt;
cd scangearmp-mp250series-1.60-1-rpm/&lt;br /&gt;./install.sh&lt;/blockquote&gt;
&lt;br /&gt;
### untuk printer&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
 &lt;br /&gt;
tar xvfz cnijfilter-mp250series-3.40-1-rpm.tar.gz &lt;br /&gt;cd cnijfilter-mp250series-3.40-1-rpm/&lt;br /&gt;./install.sh&lt;/blockquote&gt;
&lt;br /&gt;
&lt;br /&gt;
saat instalasi jangan lupa colokkan kabel printer ke komputer / laptop anda , dan printer akan terdetek otomatis.&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/2154783031563174915/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/install-driver-printer-dan-scanner.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/2154783031563174915'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/2154783031563174915'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/install-driver-printer-dan-scanner.html' title='Install Driver Printer dan Scanner MP258 di openSUSE'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivNgKaS2lafgMbyZ8MfqBzzPjii1NR0Bj_-RKMPz3MU0C6W_ZFL50gxLo5FVkpK7crom6drdkj2_DD__4xmL-XjiYuJWnWiH4hLvNzouhiw3U7BbaU2subfIA-jcMJtYPLzZ6f-qTX0GE/s72-c/linux-hp-color-laser-printing.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-2666339224435368416</id><published>2011-11-13T17:25:00.001+07:00</published><updated>2011-11-13T18:09:58.296+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="openSUSE"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Administration"/><title type='text'>Install Apache2 MySQL PHP5 and phpMyAdmin ( LAMP ) di openSUSE 11.4</title><content type='html'>LAMP adalah singkatan dari Linux Apaceh MySQL PHP , untuk lebih lengkap tentang lamp adan bisa mengunjungi &lt;a href=&quot;http://id.wikipedia.org/wiki/LAMP&quot;&gt;link&lt;/a&gt; ini. disini saya akan memberikan bagaimana cara menginstall Apache Web Server yang support MySQL dan PHP. saya tidak menjamin ini berjalan di openSUSE anda !!&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Install MySQL&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
pertama install mysql terlebih dahulu :&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
zypper install mysql mysql-client&lt;/blockquote&gt;
&lt;br /&gt;
kalau sudah sekarang kita akan membuat agar mysql akan selalu jalan saat booting&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
chkconfig --add mysql&lt;/blockquote&gt;
&lt;blockquote&gt;
/etc/init.d/mysql start&lt;/blockquote&gt;
&lt;br /&gt;
berikutnya , jalankan perintah berikut untuk mengamankan instalasi mysql :&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
mysql_secure_installation&lt;/blockquote&gt;
&lt;br /&gt;
nanti akan muncul beberapa pertanyaan :&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span class=&quot;system&quot;&gt;1. Enter&amp;nbsp;current&amp;nbsp;password&amp;nbsp;for&amp;nbsp;root&amp;nbsp;(enter&amp;nbsp;for&amp;nbsp;none):&lt;/span&gt; &lt;span class=&quot;highlight&quot;&gt;// tekan ENTER&lt;/span&gt;&lt;br /&gt;
2. &lt;span class=&quot;system&quot;&gt;Set&amp;nbsp;root&amp;nbsp;password?&amp;nbsp;[Y/n]&lt;/span&gt; &lt;span class=&quot;highlight&quot;&gt;// jawab Y&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;highlight&quot;&gt;3. &lt;/span&gt;&lt;span class=&quot;system&quot;&gt;New&amp;nbsp;password:&lt;/span&gt; &lt;span class=&quot;highlight&quot;&gt;// masukkan password mysql anda&lt;/span&gt;&lt;br /&gt;
4. &lt;span class=&quot;system&quot;&gt;Re-enter&amp;nbsp;new&amp;nbsp;password:&lt;/span&gt; &lt;span class=&quot;highlight&quot;&gt;// ulangi password mysql anda&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;highlight&quot;&gt;5. &lt;/span&gt;&lt;span class=&quot;system&quot;&gt;Remove&amp;nbsp;anonymous&amp;nbsp;users?&amp;nbsp;[Y/n]&lt;/span&gt; // jawab Y&lt;br /&gt;
&lt;span class=&quot;highlight&quot;&gt;6. &lt;/span&gt;&lt;span class=&quot;system&quot;&gt;Disallow&amp;nbsp;root&amp;nbsp;login&amp;nbsp;remotely?&amp;nbsp;[Y/n]&lt;/span&gt; &lt;span class=&quot;highlight&quot;&gt;// jawab Y&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;highlight&quot;&gt;7. &lt;/span&gt;&lt;span class=&quot;system&quot;&gt;Remove&amp;nbsp;test&amp;nbsp;database&amp;nbsp;and&amp;nbsp;access&amp;nbsp;to&amp;nbsp;it?&amp;nbsp;[Y/n]&lt;/span&gt; // jawab&lt;span class=&quot;highlight&quot;&gt; Y&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;highlight&quot;&gt;8. &lt;/span&gt;&lt;span class=&quot;system&quot;&gt;Reload&amp;nbsp;privilege&amp;nbsp;tables&amp;nbsp;now?&amp;nbsp;[Y/n]&lt;/span&gt; &lt;span class=&quot;highlight&quot;&gt;// jawab Y&lt;/span&gt;&lt;span class=&quot;highlight&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;highlight&quot;&gt; &lt;/span&gt;&lt;span class=&quot;highlight&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;
&lt;span class=&quot;highlight&quot;&gt;&amp;nbsp;sekarang MySQL sudah terinstall dengan aman.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;highlight&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;highlight&quot;&gt;&lt;u&gt;Install Apache2&lt;/u&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;highlight&quot;&gt;Install apache2 :&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;highlight&quot;&gt;&lt;u&gt; &lt;/u&gt;&lt;/span&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span class=&quot;highlight&quot;&gt;&lt;u&gt; &lt;/u&gt;zypper install apache2&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;highlight&quot;&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;span class=&quot;highlight&quot;&gt;sekarang kita akan membuat service ini berjalan saat booting&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span class=&quot;highlight&quot;&gt;chkconfig --add apache2&lt;/span&gt;&lt;/blockquote&gt;
&lt;span class=&quot;highlight&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;highlight&quot;&gt;dan restart apache2&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span class=&quot;highlight&quot;&gt;/etc/init.d/apache2 start&lt;/span&gt;&lt;/blockquote&gt;
&lt;span class=&quot;highlight&quot;&gt;&lt;/span&gt; kalau sudah , ketikan http://localhost di browser anda , maka akan tampil seperti berikut :&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzChV_tJT5vqVzGQRO3gK2Api0WjrAIyfoDUpP571r9tYWoGm62lFimZgKcGyr7szrt-Mn53xGTA_SvtBBpkGscOOlBKeSR3DnW1lE3tWArorA9o-rhL7CBotaqElRBahGVeJt6iOJorA/s1600/localhost+saya.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;347&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzChV_tJT5vqVzGQRO3gK2Api0WjrAIyfoDUpP571r9tYWoGm62lFimZgKcGyr7szrt-Mn53xGTA_SvtBBpkGscOOlBKeSR3DnW1lE3tWArorA9o-rhL7CBotaqElRBahGVeJt6iOJorA/s640/localhost+saya.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Install PHP5&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
lansung saja jalankan comand berikut untuk instalasi :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
zypper install apache2-mod_php5&lt;/blockquote&gt;
dan restart service apache2&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
/etc/init.d/apache2 restart&lt;/blockquote&gt;
kalau sudah sekarang buat sebuah file berektensi .php untuk mengetes php sudah berjalan. buat file info.php di /srv/www/htdocs , isi file tersebut dengan ini :&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;pre&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br /&gt;
kalau sudah save dan buka http://localhost/info.php&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Instalasi MySQL suport PHP5&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
zypper install php5-mysql php5-bcmath php5-bz2 php5-calendar php5-ctype php5-curl php5-dom php5-ftp php5-gd php5-gettext php5-gmp php5-iconv php5-imap php5-ldap php5-mbstring php5-mcrypt php5-odbc php5-openssl php5-pcntl php5-pgsql php5-posix php5-shmop php5-snmp php5-soap php5-sockets php5-sqlite php5-sysvsem php5-tokenizer php5-wddx php5-xmlrpc php5-xsl php5-zlib php5-exif php5-fastcgi php5-pear php5-sysvmsg php5-sysvshm &lt;/blockquote&gt;
&lt;br /&gt;
restart apache2&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
/etc/init.d/apache2 restart&lt;/blockquote&gt;
&lt;br /&gt;
&lt;u&gt;Instalasi phpMyAdmin&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
Download file phpMyAdmin dulu disini : http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.4.7.1/phpMyAdmin-3.4.7.1-all-languages.tar.gz/download&lt;br /&gt;
&lt;br /&gt;
kalau sudah masuk ke folder Download dari konsole&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
cd /home/user/Download&lt;/blockquote&gt;
&lt;br /&gt;
lalu ekstrak phpMyAdmin :&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
tar xvfz phpMyAdmin-3.4.7.1-all-languages.tar.gz&lt;/blockquote&gt;
&lt;br /&gt;
sekarang copykan phpmyadmin ke /srv/www/htdocs&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
mv phpMyAdmin-3.4.7.1-all-languages /srv/www/htdocs/phpmyadmin&lt;/blockquote&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhN8x5fsMZmOO-pJOF1Bg77-cxtNVZZr01OO1p5fgx-BTgdpuk4AeEjNjDp3mM9ju4LQHfxasZZJlGYBS03ZG-9MSd8BvHFvVCGIoC2ZgzSjTampe3SMmkvlh9Hqrny0kZ72t40TXNoqOk/s1600/phpmyadmin+saya.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;174&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhN8x5fsMZmOO-pJOF1Bg77-cxtNVZZr01OO1p5fgx-BTgdpuk4AeEjNjDp3mM9ju4LQHfxasZZJlGYBS03ZG-9MSd8BvHFvVCGIoC2ZgzSjTampe3SMmkvlh9Hqrny0kZ72t40TXNoqOk/s320/phpmyadmin+saya.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
selesai .&lt;br /&gt;
&lt;br /&gt;
note : agar /srv/www/htdocs dapat di akses oleh user biasa maka berikan akses ke user untuk /srv/www/htdocs , jalankan perintah berikut :&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
chow -R al /srv/www/htdocs&lt;/blockquote&gt;
&lt;br /&gt;
**&lt;i&gt; al adalah user dari komputer saya , ubah al dengan user anda&lt;/i&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/2666339224435368416/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/install-apache2-mysql-php5-and.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/2666339224435368416'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/2666339224435368416'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/install-apache2-mysql-php5-and.html' title='Install Apache2 MySQL PHP5 and phpMyAdmin ( LAMP ) di openSUSE 11.4'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzChV_tJT5vqVzGQRO3gK2Api0WjrAIyfoDUpP571r9tYWoGm62lFimZgKcGyr7szrt-Mn53xGTA_SvtBBpkGscOOlBKeSR3DnW1lE3tWArorA9o-rhL7CBotaqElRBahGVeJt6iOJorA/s72-c/localhost+saya.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-1180145470285506983</id><published>2011-11-10T10:03:00.002+07:00</published><updated>2011-11-10T10:14:18.472+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hardware"/><category scheme="http://www.blogger.com/atom/ns#" term="openSUSE"/><title type='text'>Install BCM4313 di openSUSE 11.4</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;
&lt;img alt=&quot;http://opensuse-guide.org/images/screenshots/pnm.png&quot; height=&quot;230&quot; src=&quot;http://opensuse-guide.org/images/screenshots/pnm.png&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sebenarnya cara ini bukan hanya bcm4313 yang di dukung oleh &lt;a href=&quot;http://www.broadcom.com/support/802.11/linux_sta.php&quot; target=&quot;_blank&quot;&gt;broadcom-wl&lt;/a&gt; , namun chipset-chipset lain juga ada seperti : &lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;bcm4312&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;bcm4321&lt;/span&gt;&lt;span class=&quot;&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;bcm4322&lt;/span&gt;&lt;span class=&quot;&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;bcm43224&lt;/span&gt;&lt;span class=&quot;&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;bcm43225&lt;/span&gt;&lt;span class=&quot;&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;bcm43227&lt;/span&gt;&lt;span class=&quot;&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;bcm43228&lt;/span&gt;&lt;span class=&quot;&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;&quot;&gt;Setelah berjelajah seharian di google mungkin cara inilah yang paling efektif , karena disini kita tidak menggunakan konsole , kita menggunakan &quot; 1-Click &quot;.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;&quot;&gt;Jika chipset anda termasuk dalam list diatas , maka klik tombol ini dan pilih open memalui Yast . &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;/center&gt;&lt;center&gt;&lt;/center&gt;&lt;center&gt;&lt;/center&gt;&lt;center&gt;&lt;a href=&quot;http://opensuse-community.org/broadcom-wl.ymp&quot;&gt;&lt;img alt=&quot;ymp&quot; class=&quot;pic&quot; src=&quot;http://opensuse-guide.org/images/oneclick/broadcom-wl.png&quot; /&gt;&lt;/a&gt;&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/1180145470285506983/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/install-bcm4313-di-opensuse-114.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/1180145470285506983'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/1180145470285506983'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/install-bcm4313-di-opensuse-114.html' title='Install BCM4313 di openSUSE 11.4'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-4963727449381981868</id><published>2011-11-08T10:17:00.000+07:00</published><updated>2011-11-08T10:17:18.536+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Networking"/><title type='text'>Topologi Jaringan</title><content type='html'>Apa itu Topologi jaringan ?? , Topologi Jaringan adalah Bentuk perancangan baik secara fisik maupun secara logik yang digunakan untuk membangun sebuah jaringan kompoter , atau bahasa ringannya bentuk dasar jaringan.Topologi jaringan dapat dibagi menjadi 5 kategori utama , ada Topologi Star , Ring , Bus , Mesh , Tree. kita mulai bahas satu persatu.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Topologi Bus&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0GlSi6umLudgZTgpz9nYsbnbEfnYmeQGHWmJgJISmlOrpNRE3VJt-iw3J6Jahagpm6I7hkaN1u_M_MYXxVbglqfpz-LoEplKUBrX79rhEKjkJgTIGSIyf2SU_a5MAcFginLJggS5bI-U/s1600/bus_topo.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0GlSi6umLudgZTgpz9nYsbnbEfnYmeQGHWmJgJISmlOrpNRE3VJt-iw3J6Jahagpm6I7hkaN1u_M_MYXxVbglqfpz-LoEplKUBrX79rhEKjkJgTIGSIyf2SU_a5MAcFginLJggS5bI-U/s320/bus_topo.gif&quot; style=&quot;-webkit-user-select: none;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Topologi ini adalah topologi yang pertama digunakan untuk menghubungkan komputer. dalam topologi ini tiap-tiap komputer akan terhubung ke satu kabel panjang dengan beberapa terminal, dan diujung kabel ditutup dengan satu terminator. Topologi ini sudah jarang kita lihat , karena memiliki kekurangan dimana sering terjadinya tabrakan data, jika salah satu perangkat bermasalah maka otomatis jaringan lansung tidak berfungsi sebelum kerusakan tersebut diatasi.tapi keunggulan topologi ini adalah pengembangan atau penambahan workstation baru dapat dengan mudah dilakukan tanpa menggangu Workstation lain.&lt;br /&gt;
&lt;br /&gt;
Topologi ini awalnya menggunakan kabel Coaxial sebagai media pengantar data dan informasi. Tapi pada saat ini topologi ini sudah menggunakan kabel serat optik ( Fiber Optic ) akan tetapi digabungkan dengan topologi jaringan yang lain untuk memaksimalkan performa topologi ini.&lt;br /&gt;
&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;br /&gt;
&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;br /&gt;
&lt;u&gt;Topologi Star&lt;/u&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://t0.gstatic.com/images?q=tbn:ANd9GcTuFJLSBEiFDb7S8TfZY1SyKs6-V6wlv8DxndoOvsuDpCBE0ofv&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; class=&quot;rg_hi&quot; data-height=&quot;208&quot; data-width=&quot;242&quot; height=&quot;171&quot; id=&quot;rg_hi&quot; src=&quot;http://t0.gstatic.com/images?q=tbn:ANd9GcTuFJLSBEiFDb7S8TfZY1SyKs6-V6wlv8DxndoOvsuDpCBE0ofv&quot; style=&quot;height: 208px; width: 242px;&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Topologi Star atau Topologi bintang merupakan bentuk topologi jaringan yang berpusat pada node tengah. Pada topologi ini kita sudah menggunakan bantuan alat lain untuk mengkoneksikan jaringan komputer. contoh alat yang digunakan adalah hub , switch , dll.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
kelebihan topologi ini adalah jika ada kerusakan pada satu perangkat maka tidak akan mempengaruhi keseluruhan jaringan . topologi ini juga tahan terhadap lalu lintas jaringan yang sibuk dan penambahan atau pengurangan perangkat dapat dilakukan dengan mudah , kekurangan topologi ini jika node tengah mengalami kerusakan otomatis keseluruhan jaringan akan berhenti karena topologi ini berpusat pada perangkat yang menghubungkan semua clientnya.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;u&gt;Topologi Ring&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;&quot; class=&quot;thumbimage&quot; height=&quot;204&quot; src=&quot;http://upload.wikimedia.org/wikipedia/commons/thumb/d/db/NetworkTopology-Ring.png/220px-NetworkTopology-Ring.png&quot; style=&quot;text-align: left;&quot; width=&quot;220&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Topologi Ring atau Topologi cincin adalah topologi yang berbentuk lingkaran, dengan artian setiap komputer terhubung kedalam satu jaringan saling terkoneksi ke dua komputer lainnya sehingga membentuk satu jaringan yang sama dengan bentuk cincin.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Kelebihan topologi ini adalah Hemat dalam pemanfaatan kabel , dan tidak akan terjadi tabrakan data ( Collision ) , karena hanya ada satu node yang dapat mengirimkan data dalam satu waktu. kelemahan dari topologi ini sendiri jika terjadi kesalahan pada suatu node maka mengakibatkan terganggunya keseluruhan jaringan , juga pengembangan topologi ini sangat kaku dan sulit untuk menganalisa kesalahan.&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;u&gt;Topologi Mesh&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://t0.gstatic.com/images?q=tbn:ANd9GcQADSWlhZ4LuVnGUz_BX4c27OKJmqBGAFUgBEnaad0QvF-O6zm3DA&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; class=&quot;rg_hi&quot; data-height=&quot;218&quot; data-width=&quot;231&quot; height=&quot;218&quot; id=&quot;rg_hi&quot; src=&quot;http://t0.gstatic.com/images?q=tbn:ANd9GcQADSWlhZ4LuVnGUz_BX4c27OKJmqBGAFUgBEnaad0QvF-O6zm3DA&quot; style=&quot;height: 218px; text-align: -webkit-auto; width: 231px;&quot; width=&quot;231&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Topologi mesh adalah bentuk hubungan antar perangkat dimana setiap perangkat terhubung secara lansung ke perangkat lainnya yang ada dalam kesatuan jaringan.maka setiap perangkat dapat lansung berkomunikasi dengan perangkat yang dituju ( dedicated links ).seperti yang ada pada gambar diatas maka dapat disimpulkan kalau semakin banyak komputer yang terhubung maka tiap komputer harus memiliki banyak input/output ports.&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
kelebihan dari topologi ini sendiri hubungan dedicated links tadi ,dimana data lansungn dikirim ke komputer tujuan tanpa harus melalui komputer lain sehingga pengiriman data lebih cepat, di topologi ini juga ada sifat &lt;i&gt;&quot;&lt;/i&gt;&amp;nbsp;&lt;i&gt;Robust &quot; &amp;nbsp;&lt;/i&gt;apabila komputer A dan B memiliki masalah , maka itu tidak akan mempengaruhi antara komputer A dengan Komputer lainnya. komunikasi data pada topologi ini juga sangat aman, karena komunikasi terjadi antara dua komputer tidak akan dapat diakses oleh komputer lainnya. jika adal permasalahan atau kerusakan maka di topologi ini &amp;nbsp;proses identifikasinya akan menjadi lebih gampang.&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
kekurangan dari topologi Mesh ini adalah boros , dimana harus memiliki Port I/O yang cukup banyak , sebanyak jumlah komputer dikurang 1 . proses instalasi topologi ini pun lumayan sulit . karena topologi inin memakan banyak kabel maka otomatis space ruangan juga harus lebar untuk menjaga-jaga agar kabel tidak saling berantakan.&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;u&gt;Topologi Tree&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;&quot; class=&quot;rg_hi&quot; data-height=&quot;167&quot; data-width=&quot;301&quot; height=&quot;167&quot; id=&quot;rg_hi&quot; src=&quot;http://t2.gstatic.com/images?q=tbn:ANd9GcSBQRX1UiQfE8QQOAENCpKYdfCyN9x2v6cY9iD0VjVacAjkOuRg8w&quot; style=&quot;height: 167px; width: 301px;&quot; width=&quot;301&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Topologi Tree atau topologi pohon memiliki karakteristik antar Topologi Star dan Topologi bus. Topologi ini terdiri atas kumpulan teknologi bintang yang dihubungkan dalam satu topologi bus sebagai jalur backbone.&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Kelebihan topologi ini adalah dapat terbentuknya setiap kelompok jaringan baru dengan mudah. kelemahannya adalah apabila simpul yang paling atas tidak berfungsi maka kelompok lainnya yang berada dibawah akan tidak berfungsi , cara kerjanya pun lebih lambat karena harus melewati simpul pusat&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
sekian posting dari saya , tulisan ini tidak saya buat sendiri melainkan dari beberapa referensi :&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;http://id.shvoong.com/exact-sciences/1731620-apa-itu-topologi-jaringan/&quot;&gt;http://id.shvoong.com/exact-sciences/1731620-apa-itu-topologi-jaringan/&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;http://id.wikipedia.org/wiki/Topologi_jaringan&quot;&gt;http://id.wikipedia.org/wiki/Topologi_jaringan&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;http://ilmuti.com/2011/05/21/macam-macam-topologi-pada-jaringan-komputer/&quot;&gt;http://ilmuti.com/2011/05/21/macam-macam-topologi-pada-jaringan-komputer/&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;http://chintcha.wordpress.com/2009/01/16/macam-macam-topologi-jaringan-pada-komputer/&quot;&gt;http://chintcha.wordpress.com/2009/01/16/macam-macam-topologi-jaringan-pada-komputer/&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/4963727449381981868/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/topologi-jaringan.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/4963727449381981868'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/4963727449381981868'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/topologi-jaringan.html' title='Topologi Jaringan'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0GlSi6umLudgZTgpz9nYsbnbEfnYmeQGHWmJgJISmlOrpNRE3VJt-iw3J6Jahagpm6I7hkaN1u_M_MYXxVbglqfpz-LoEplKUBrX79rhEKjkJgTIGSIyf2SU_a5MAcFginLJggS5bI-U/s72-c/bus_topo.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-2678905775621531207</id><published>2011-11-07T21:23:00.001+07:00</published><updated>2011-11-08T08:28:05.668+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Networking"/><title type='text'>OSI 7 Layer</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://anies003.files.wordpress.com/2011/09/osi-layer-model.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://anies003.files.wordpress.com/2011/09/osi-layer-model.gif&quot; style=&quot;-webkit-user-select: none;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;OSI singkatan dari &quot;&lt;i style=&quot;background-color: white; font-family: sans-serif; font-size: 13px; line-height: 19px;&quot;&gt;&lt;b&gt;Open System Interconnection&lt;/b&gt;&lt;/i&gt;&quot;. Model referensi OSI adalah sebuah model arsitektur Jaringan ,atau bisa dibilang salah satu standar protokol jaringan yang menggambarkan fungsi , tujuan , dan kerangka kerja suatu struktur model referensi logis dalam sistem komunikasi. OSI sendiri dikembangkan oleh International Organization for Standardzitaion atau ISO pada tahun 1977 di Eropa.&lt;br /&gt;
&lt;br /&gt;
OSI dibuat untuk membuat protokol standar agar semua perangkat dapat saling berkomunikasi, karena sebelum adanya OSI sistem jaringan komputer sangat tergantung pada Vendor.OSI referensu model memiliki 7 lapisan seperti yang ada pada gambar diatas , lapisan tersebut adalah :&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Lapisan ke 7 - Aplication Layer&lt;/u&gt;&lt;br /&gt;
Berfungsi sebagai antarmuka dengan aplikasi dengan fungsi jaringan ,mengatur bagaimana aplikasi dapat mengakses jaringan, dan kemudian membuat pesan-pesan kesalahan.&lt;br /&gt;
protokol yang digunakan : HTTP , FTP , SMTP , NFS&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Lapisan ke 6 - Presentation Layer&lt;/u&gt;&lt;br /&gt;
Berfungsi untuk mentranslasikan data yang hendak ditransmisikan oleh aplikasi ke dalam format yang dapat di transmisikan melalui jaringan , pada lapisan ini juga terjadi kompresi , enkripsi , deskripsi dan konversi data.&lt;br /&gt;
protokol yang digunakan adalah perangkat lunak redirektor seperti Layanan Workstation , Network Shell , atau Remote Desktop Protocol ( RDP )&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Lapisan ke 5 - Session Layer&lt;/u&gt;&lt;br /&gt;
Berfungsi agar para User diizinkan untuk menetapkan session dengan user lainnya.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Lapisan ke 4 - Transport Layer&lt;/u&gt;&lt;br /&gt;
Berfungsi untuk memecah data ke dalam paket-paket data serta memberi nomor urut agar nanti dapat disusun kembali pada saat data telah diterima. dan pada lapisan ini juga yang menjamin agar data dapat diterima disisi penerima dengan benar.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Lapisan ke 3 - Network Layer&lt;/u&gt;&lt;br /&gt;
Berfungsi untuk memetakan paket data ke tujuan dengan seharusnya, mengendalikan operasi subnet, mengatasi semua masalah yang terjadi pada jaringan sehingga jaringan yang berbeda dapat saling terinterkoneksi.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Lapisan ke 2 - Data-Link Layer&lt;/u&gt;&lt;br /&gt;
Berfungsi untuk menentukan protokol untuk pertukaran frame data yang melewati kabel. dengan kata lain, lapisan ini menangani hal yang berhubungan dengan pengambilan dan pelepasan paket-paket data dari dan ke kabel , deteksi , dan koreksi kesalahan serta pengiriman ulang data.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Lapisan ke 1 - Physical Later&lt;/u&gt;&lt;br /&gt;
Berfungsi untuk mendefinisikan media transmisi jaringan, topologi jaringan dan pengabelan.selain itu dilapisan ini mendefinisikan bagaimana Network Interface Card (NIC) dapat berinteraksi dengan media kabel atau radio.&lt;br /&gt;
&lt;br /&gt;
Sekian postingan dari saya , semoga dapat membantu ingatan saya karena menulis dan membantu para pembaca , postingan ini sebahagian di ambil dari :&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://id.wikipedia.org/wiki/Model_OSI&quot;&gt;http://id.wikipedia.org/wiki/Model_OSI&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://astronaema.blogspot.com/2008/05/7-lapisan-osi.html&quot;&gt;http://astronaema.blogspot.com/2008/05/7-lapisan-osi.html&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/2678905775621531207/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/osi-7-layer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/2678905775621531207'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/2678905775621531207'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/osi-7-layer.html' title='OSI 7 Layer'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-8787503299748657876</id><published>2011-11-01T20:09:00.000+07:00</published><updated>2011-11-02T17:30:20.321+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Fedora"/><title type='text'>Sedikit tentang Fedora</title><content type='html'>&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;a href=&quot;http://images.google.com/imgres?imgurl=http://www.socallinuxexpo.org/scale9x/sites/socallinuxexpo.org.scale9x/files/imagecache/medium/fedora-logo-300x296.png&amp;amp;imgrefurl=http://www.socallinuxexpo.org/scale9x/special-events/fedora-activity-day&amp;amp;usg=__eL8LsjkUWAJ-zY9HtZ6SzNrBvYE=&amp;amp;h=296&amp;amp;w=300&amp;amp;sz=87&amp;amp;hl=en&amp;amp;start=7&amp;amp;sig2=GHf_JePx9shWHPp8D4hHzA&amp;amp;zoom=1&amp;amp;tbnid=2wWcb-SST8jtMM:&amp;amp;tbnh=114&amp;amp;tbnw=116&amp;amp;ei=u-6vTuzVEcjlrAfGpcw4&amp;amp;prev=/search%3Fq%3Dfedora%26hl%3Den%26sa%3DN%26biw%3D1366%26bih%3D641%26gbv%3D2%26tbm%3Disch&amp;amp;itbs=1&quot; style=&quot;clear: left; color: #1111cc; float: left; font-family: arial, sans-serif; margin-bottom: 1em; margin-right: 1em; text-decoration: underline;&quot;&gt;&lt;img height=&quot;114&quot; src=&quot;http://t0.gstatic.com/images?q=tbn:ANd9GcQUUTgG_KzaGziSoPFjWy1Pb-qh_pqjnEOWShCOBkZUj2WqvtJmAoU4KxM&quot; style=&quot;border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; cursor: move; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; padding-top: 1px;&quot; width=&quot;116&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Georgia, &#39;Bitstream Charter&#39;, serif; font-size: 16px; line-height: 24px;&quot;&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-size: 13px; line-height: 17px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Sebelumnya saya udah posting “&lt;a href=&quot;http://ohkuliahku.blogspot.com/2011/11/sedikit-tentang-debian.html&quot; target=&quot;_blank&quot;&gt;Sedikit tentang debian&lt;/a&gt;” , biar blog enggak kosong saya tambahin lagi sambil nunggu-nunggu inspirasi lainnya , kali ini saya ingin berbagi tentang Fedora. &amp;nbsp;ok kita mulai aja.&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;strong style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Fedora&lt;/strong&gt;&amp;nbsp;ialah sistem operasi berasaskan RPM ( Redhat Package Manager ) atau bisa dibilang fedora project ( proyek fedora dalam bahasa indo ), yang dibuat berasaskan kernel Linux, dibangun oleh sebuah komunitas yang diberi nama&amp;nbsp;&lt;strong style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;“Fedora Project”&amp;nbsp;&lt;/strong&gt;dan Fedora juga dibiyai oleh Red Hat ( Salah Satu distro Favorit saya ).Proyek ini adalah hasil penggabungan antara&amp;nbsp;Red Hat Linux (RHL) dan proyek Fedora Linux (yang lama) pada bulan September 2003, dan secara resmi disponsori oleh&amp;nbsp;Red Hat. Proyek Fedora Linux yang lama (yang didirikan sejak Desember 2002 oleh Warren Togami, mahasiswa&amp;nbsp;University of Hawaii Computer Science) telah mengembangkan paket-paket tambahan untuk distro Red Hat Linux (RHL 8, RHL 9, FC 1, FC 2) sebelum menjadi bagian dari Fedora Project.&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span id=&quot;more-136&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;/span&gt;Perbedaan utama antara Fedora Project dan Red Hat Enterprise Linux sebelumnya adalah Red Hat tidak lagi menyediakan dukungan update terhadap security updates, bugs updates, dan new feature updates untuk pengguna Fedora. Red Hat juga tidak akan menyediakan dukungan teknik apapun kepada pengguna Fedora, baik melalui&amp;nbsp;web,&amp;nbsp;e-mail, maupun telepon seperti yang disediakan terhadap produk Red Hat Enterprise Linux. Secara keseluruhan, Fedora Project adalah produk yang tidak didukung langsung oleh Red Hat, sehingga Red Hat tidak perlu menghabiskan sumber daya yang cukup banyak dalam proyek tersebut.&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Fedora Project sendiri telah mengeluarkan beberapa versi beta yang bisa dikatakan merupakan kelanjutan dari Red Hat Linux 9.0, yaitu Fedora Core 1.0 pada 5 November 2003. Project ini memiliki periode waktu pengembangan yang lebih cepat, yaitu 4-6 bulan, dibandingkan Red Hat Linux yang membutuhkan 6-8 bulan atau Red Hat Enterprise Linux yang membutuhkan 12-18 bulan. Sementara itu, usia hidup produknya boleh dibilang sangat singkat, yaitu 2-3 bulan dari release produk terbarunya dibandingkan dengan lifetime produk Red Hat Enterprise Linux yang mencapai 5 tahun.&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Menurut DistroWatch Fedora mempunyai rating yang cukup baik yakni peringkat 4 ( Update sama dengan tanggal Posting ), di bawah Ubuntu , Mint dan Debian. jadi tidak heran kalau Fedora juga Menguasai Dunia.&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Sumber :&amp;nbsp;&lt;a href=&quot;http://id.wikipedia.org/wiki/Fedora_Project&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0066cc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;http://id.wikipedia.org/wiki/Fedora_Project&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/8787503299748657876/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/sedikit-tentang-fedora.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/8787503299748657876'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/8787503299748657876'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/sedikit-tentang-fedora.html' title='Sedikit tentang Fedora'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-3470908794884625836</id><published>2011-11-01T19:58:00.002+07:00</published><updated>2011-11-07T09:56:31.758+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Debian"/><title type='text'>Sedikit tentang Debian</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Georgia, &#39;Bitstream Charter&#39;, serif; font-size: 16px; line-height: 24px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;a href=&quot;http://server303.files.wordpress.com/2011/05/debianlogo1.png&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0066cc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;aligncenter size-full wp-image-36&quot; height=&quot;68&quot; src=&quot;http://server303.files.wordpress.com/2011/05/debianlogo1.png?w=239&amp;amp;h=68&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-style: none; border-bottom-width: 0px; border-color: initial; border-color: initial; border-left-style: none; border-left-width: 0px; border-right-style: none; border-right-width: 0px; border-style: initial; border-top-style: none; border-top-width: 0px; border-width: initial; clear: both; display: block; height: auto; margin-bottom: 12px; margin-left: auto; margin-right: auto; margin-top: 0px; max-width: 100%; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline; width: auto;&quot; title=&quot;DebianLogo&quot; width=&quot;239&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Sebelumnya apa itu Debian ?? dan Siapa pembuatnya ?? . Disini saya akan memberi sedikit Sejarah dari si Debian dan karena saya juga baru ingin memperdalam Debian jadi disini mari kita bahas bersama masalah Debian . Cekidot&amp;nbsp; :nerd&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;strong style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;br /&gt;
Apa itu ?&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;strong style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Debian&lt;/strong&gt;&amp;nbsp;adalah&amp;nbsp;sistem operasi bebas yang dikembangkan secara terbuka oleh banyak programer sukarela(pengembang Debian) yang tergabung dalam Proyek Debian. Sistem operasi Debian adalah gabungan dari perangkat lunak yang dikembangkan dengan lisensi&amp;nbsp;GNU, dan utamanya menggunakan kernel Linux, sehingga populer dengan nama Debian GNU/Linux. Sistem operasi Debian yang menggunakan kernel Linux yang merupakan salah satu distro Linux yang populer dengan kestabilannya. Rata-rata Distro turunan Debian adalah Distro yang paling banyak digunakan di dunia, seperti ; Ubuntu , Linux Mint , Backtrack , Knoppix.&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;strong style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Bagaimana Sejarahnya ?&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Debian pertama kali diperkenalkan oleh&amp;nbsp;&lt;strong style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Ian Murdock&lt;/strong&gt;, seorang mahasiswa dari&amp;nbsp;Universitas Purdue,&amp;nbsp;Amerika Serikat, pada tanggal&amp;nbsp;16 Agustus 1993. Nama Debian berasal dari kombinasi nama Ian ( Pembuat Debian ) dengan mantan-kekasihnya Debra Lynn, &amp;nbsp;yang Disingkat dengan “DEBIAN”.&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Pada awalnya, Ian memulainya dengan memodifikasi distribusi SLS (Softlanding Linux System). Namun, ia tidak puas dengan SLS yang telah dimodifikasi olehnya sehingga ia berpendapat bahwa lebih baik membangun sistem (distribusi Linux) dari nol (Dalam hal ini, Patrick Volkerding juga berusaha memodifikasi SLS. Ia berhasil dan distribusinya dikenal sebagai “Slackware”).&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Proyek Debian tumbuh lambat pada awalnya dan merilis versi 0.9x di tahun 1994 dan 1995. Pengalihan arsitektur ke selain i386 dimulai ditahun 1995. Versi 1.x dimulai tahun 1996.&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Ditahun 1996, Bruce Perens menggantikan Ian Murdoch sebagai Pemimpin Proyek. Dalam tahun yang sama pengembang debian Ean Schuessler, berinisiatif untuk membentuk Debian Social Contract dan Debian Free Software Guidelines, memberikan standar dasar komitmen untuk pengembangan distribusi debian. Dia juga membentuk organisasi “Software in Public Interest” untuk menaungi debian secara legal dan hukum.&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Di akhir tahun 2000, proyek debian melakukan perubahan dalam archive dan managemen rilis. Serta di tahun yang sama para pengembang memulai konferensi dan workshop tahunan “debconf”.&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Di April 8, 2007, Debian GNU/Linux 4.0 dirilis dengan nama kode “Etch”. Rilis versi terbaru Debian, 2009, diberi nama kode “Lenny”. deb adalah perpanjangan dari paket perangkat lunak Debian format dan nama yang paling sering digunakan untuk paket-paket binari seperti itu.&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Paket debian adalah standar Unix pada arsip yang mencakup dua gzip, tar bzipped atau lzmaed arsip: salah satu yang memegang kendali informasi dan lain yang berisi data. Program kanonik untuk menangani paket-paket tersebut adalah dpkg, paling sering melalui apt/aptitude.&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Beberapa paket Debian inti tersedia sebagai udebs (“mikro deb”), dan biasanya hanya digunakan untuk bootstrap instalasi Linux Debian. Meskipun file tersebut menggunakan ekstensi nama file udeb, mereka mematuhi spesifikasi struktur yang sama seperti biasa deb. Namun, tidak seperti rekan-rekan mereka deb, hanya berisi paket-paket udeb fungsional penting file. Secara khusus, file dokumentasi biasanya dihilangkan. udeb paket tidak dapat diinstal pada sistem Debian standar.&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Paket debian juga digunakan dalam distribusi berbasis pada Debian, seperti Ubuntu dan lain-lain. Saat ini telah terdapat puluhan distribusi Linux yang berbasis kepada debian, salah satu yang paling menonjol dan menjadi fenomena adalah&amp;nbsp;Ubuntu&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Emang mantab dah Debian&amp;nbsp; :2thumbup&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;strong style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Siapa Pemimpin Debian ?&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Pemimpin Proyek Debian&amp;nbsp;&lt;em style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-style: italic; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;(The Debian Project Leader (DPL))&lt;/em&gt;&amp;nbsp;adalah orang-orang yang ada di depan publik dan menjadi penentu arah dari proyek.&amp;nbsp;&amp;nbsp;Proyek Debian telah memiliki pemimpin sebagai berikut:&lt;/div&gt;&lt;ul style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; list-style-image: initial; list-style-position: initial; list-style-type: square; margin-bottom: 24px; margin-left: 1.5em; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Ian Murdock (Agustus 1993&amp;nbsp;– Maret 1996), pendiri dari Proyek Debian&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Bruce Perens (April 1996&amp;nbsp;– Desember 1997)&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Ian Jackson (Januari 1998&amp;nbsp;– Desember 1998)&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Wichert Akkerman (Januari 1999&amp;nbsp;– Maret 2001)&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Ben Collins (April 2001&amp;nbsp;– April 2002)&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Bdale Garbee (April 2002&amp;nbsp;– April 2003)&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Martin Michlmayr (March 2003&amp;nbsp;– March 2005)&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Branden Robinson (April 2005&amp;nbsp;– April 2006)&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Anthony Towns (April 2006&amp;nbsp;– April 2007)&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Sam Hocevar (April 2007&amp;nbsp;– April 2008)&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Steve McIntyre (April 2008&amp;nbsp;– April 2010)&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Stefano Zacchiroli (April 2010&amp;nbsp;– Sekarang)&lt;/li&gt;
&lt;/ul&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;strong style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Berikut ada Sedikit dari Debian ?&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Pada&amp;nbsp;Februari 2011, versi rilis stabil terakhir adalah versi 6.0, dengan kode nama&amp;nbsp;&lt;em style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-style: italic; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;squeeze&lt;/em&gt;. Saat versi baru dirilis, versi stabil sebelumnya yaitu versi 5.0 dengan kode nama&amp;nbsp;&lt;em style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-style: italic; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;lenny&lt;/em&gt;menjadi&amp;nbsp;&lt;em style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-style: italic; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;oldstable&lt;/em&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Sebagai tambahan, rilis stabil dengan pemutakhiran minor (disebut sebagai titik rilis). Skema penomoran untk titik rilis hingga Debian 4.0 adalah termasuk huruf r (untuk rilis) setelah nomor versi utama (misal: 4.0) diikuti dengan nomor titik rilis; sebagai contoh, titik rilis terakhir dari versi 4.0 (etch) 8 Desember 2010 adalah 4.0.r9. Dari Debian 5.0 (lenny), skema penomoran dari titik rilis telah berubah dan mengikuti standar penomoran versi GNU; jadi, sebagai contoh, titik rilis pertama dari Debian 5.0 adalah 5.0.1 (bukan 5.0r1).&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Tim keamanan Debian merilis pemutakhiran keamanan untuk rilis mayor stabil terakhir, sama seperti dengan versi stabil sebelumnya, selama satu tahun. Versi 4.0 dirilis pada 8 April 2007, dan tim keamanan mendukung versi 3.1 hingga 31 Maret 2008. Untuk penggunaan pada umumnya, sangat direkomendasikan untuk menjalankan sistem yang menerima pemutakhiran keamanan. Distribusi testing juga menerima pemutakhiran keamanan, namun waktunya tidak se-teratur seperti versi stabil.&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Untuk Debian 6.0 (squueze) diumumkan seubah kebijakan pengembangan berbasiskan waktu yaitu membekukan siklus dua tahun. Pembekuan berdasarkan waktu dimaksudkan agar proyek Debian dapat mengakomodasi rilis berdasarkan waktu dengan rilis berdasarkan fitur. Kebijakan pembekuan ini bertujuan agar rilis dapat diprediksikan lebih baik oleh pengguna distribusi Debian, dan memungkinkan pengembang Debian melakukan perencanaan jangka panjang yang lebih baik. Pengembang Debian mengharapkan rilis setiap dua tahun akan memberikan waktu yang lebih banyak untuk perubahan yang besar, mengurangi ketidaknyamanan bagi para pengguna. Dengan memiliki waktu beku yang dapat diprediksi diharapkan dapat mengurangi waktu beku secara keseluruhan. Siklus squeeze dibuat pendek dengan tujuan untuk masuk ke siklus baru. Namun siklus beku pendek ini diacuhkan.&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Kode nama rilis Debian merupakan nama karakter dari film&amp;nbsp;Toy Story. Distribusi unstable diberikan nama Sid, sesuai dengan karakter emosinya yang tidak stabil, tetangga sebelah rumah yang secara teratur menghancurkan mainan. Rilis setelah squeeze akan dinamakan wheezy, nama pinguin mainan karet dalam Toy Story 2.&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;strong style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Bagaimana Debian di Indonesia ?&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;Sama seperti sistem operasi F/OSS (Free/Open Source Software) lainnya, di Indonesia perkembangan Debian berawal dari dunia kampus dengan Memanfaatkan jaringan internal kampus, tumbuh pengguna dan komunitas Debian Indonesia.&amp;nbsp;Untuk mendistribusikan paket-paket terbaru, komunitas Debian Indonesia berinisiatif menyediakan mirror untuk pengguna Debian di Indonesia. Tujuan utamanya adalah mempercepat akses dan menghemat bandwith. Berikut ini adalah beberapa mirror Debian di Indonesia&lt;/div&gt;&lt;ul style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; list-style-image: initial; list-style-position: initial; list-style-type: square; margin-bottom: 24px; margin-left: 1.5em; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;deb&amp;nbsp;&lt;a href=&quot;http://ftp.itb.ac.id/debian&quot; rel=&quot;nofollow&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0066cc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;http://ftp.itb.ac.id/debian&lt;/a&gt;&amp;nbsp;ITB&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;deb&amp;nbsp;&lt;a href=&quot;http://komo.vlsm.org/&quot; rel=&quot;nofollow&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0066cc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;http://komo.vlsm.org&lt;/a&gt;&amp;nbsp;Komo IIX&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;deb&amp;nbsp;&lt;a href=&quot;http://kambing.ui.edu/debian&quot; rel=&quot;nofollow&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0066cc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;http://kambing.ui.edu/debian&lt;/a&gt;&amp;nbsp;UI&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;deb&amp;nbsp;&lt;a href=&quot;http://mirror.unej.ac.id/debian&quot; rel=&quot;nofollow&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0066cc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;http://mirror.unej.ac.id/debian&lt;/a&gt;&amp;nbsp;mirror.UNEJ.ac.id&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;deb&amp;nbsp;&lt;a href=&quot;http://komo.vlsm.org/debian&quot; rel=&quot;nofollow&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0066cc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;http://komo.VLSM.org/debian&lt;/a&gt;&amp;nbsp;PENS ITS&lt;/li&gt;
&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;deb&amp;nbsp;&lt;a href=&quot;http://mirror.its.ac.id/debian&quot; rel=&quot;nofollow&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0066cc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;http://mirror.its.ac.id/debian&lt;/a&gt;&amp;nbsp;ITS&lt;/li&gt;
&lt;/ul&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;strong style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Situs : &amp;nbsp;&lt;a href=&quot;http://debian-id.org/&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0066cc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;http://debian-id.org/&lt;/a&gt;&amp;nbsp;&lt;/strong&gt;( Situs resmi Debian Indonesia )&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;strong style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;a href=&quot;http://www.debian.org/&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0066cc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;http://www.debian.org/&lt;/a&gt;&amp;nbsp;&lt;/strong&gt;( Situs resmi Debian ).&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Semoga Sejarah debian ini membantu anda&amp;nbsp; :thumbup&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;Sumber :&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;a href=&quot;http://id.wikipedia.org/wiki/Debian&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0066cc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;http://id.wikipedia.org/wiki/Debian&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 24px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;&lt;a href=&quot;http://www.kaskus.us/showthread.php?t=2317660&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0066cc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;&quot;&gt;http://www.kaskus.us/showthread.php?t=2317660&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/3470908794884625836/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/sedikit-tentang-debian.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/3470908794884625836'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/3470908794884625836'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/sedikit-tentang-debian.html' title='Sedikit tentang Debian'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-8939845867695487635</id><published>2011-11-01T19:46:00.000+07:00</published><updated>2011-11-02T17:30:20.368+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>Enkripsi partisi denga DM-Crypt di Ubuntu</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, sans-serif; font-size: 12px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnqfF9M7Vye8msnmZV_aoLuryZW9Crg9j5r9vs-aP8Jsq-E6J4t3voAYJ1kDmLiDK3DF5g4Gngv9tz2Yfd0OtLh3q8LvG7uRC8qG0bAlKXy_vlevgYNfQJyosupryGf3AVAP4G_eU-0g0/s1600/lock.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnqfF9M7Vye8msnmZV_aoLuryZW9Crg9j5r9vs-aP8Jsq-E6J4t3voAYJ1kDmLiDK3DF5g4Gngv9tz2Yfd0OtLh3q8LvG7uRC8qG0bAlKXy_vlevgYNfQJyosupryGf3AVAP4G_eU-0g0/s1600/lock.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;Untuk mengamankan file agar tidak di lihat oleh sembarangan orang lain, anda dapat melakukan enkripsi filesystem partisi bersangkutan. Dari beberapa metode enkripsi yang dapat di gunakan, anda dapat menggunakan DM-Crypt ( device-mapper crypto target ).&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Sekarang lansung aja kita Pelajari :&lt;br /&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;1.dalam contoh ini, kita akan menggunakan enkripsi 256-bit AES ( Advanced Encryption Standard ). Pasti jika kernel anda sudah memiliki dukungan untuk me-load module AES.&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;$ cat /proc/crypto&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Name : md5&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;…..&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Dari output diatas terlihat kalau module AES belum diaktifkan. Untuk mengaktifkan module AES, jalankan perintah berikut :&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;$ sudo modprobe aes&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Name  : aes&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;…..&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Dari output diatas, dapat terlihat kalau module AES sudah berhasil di-load.&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;2.Berikutnya instalasikan kedua tools yang akan kita gunakan untuk melakukan enkripsi, yakni dmsetup dan cryptsetup&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;$ sudo apt-get install dmsetup cryptsetup&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;3.setelah terinstalasi dengan baik, selanjutnya anda dapat meload module dm-crypt&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;$ sudo modprobe dm-crypt&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;&lt;span id=&quot;more-43&quot; style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;/span&gt;4.untuk melihat apakah device-mapper telah dapat mengenali module dm-crypt dan menambahkan crypt sebagai target yang tersedia, jalankan perintah berikut :&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;$ sudo dmsetup targets&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Crypt v1.3.0&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;……&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;5.berikutnya, lanjutkan dengan proses enkripsi. Anda perlu melakukan setup block device dan me-mount nya sebagai volume logical yang terenkripsi. Pastikan kalau partisi yang akan dimount dalam kondisi umount dan kosong, sebelum anda mengetikkan perintah berikut :&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;$ sudo cryptsetup –y create securedata /dev/sda1&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Enter Passphrase :&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Verify passphrase :&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Pada contoh diatas, nama logical volume yang digunakan bernama securedata, dan /dev/sda1 adalah partisi yang akan dienkripsi&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;6.untuk memastikan kalau logical volume telah berhasil dibuat, anda dapat menjalankan perintah berikut :&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;$ sudo dmsetup ls&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Securedata ( 254, 0 )&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;7.sekarang, jika anda menjalankan perintah berikut :&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;$ ls –s /dev/mapper&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Total 0&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Crw-rw—-1 root root 10, 63 2010-04-26 14:32 control&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Crw-rw—-1 root disk 254, 0 2010-04-26 14:35&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Securedata&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Anda akan melihat kalau device-mapper telah membuat virtual block device di /dev/mapper, yang sudah terenkripsi secara transparan.&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;8.selanjutnya, buat ext3 filesystem pada virtual block device yang sebelumnya telah dibaut.&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;$ sudo mkfs.ext3 /dev/mapper/securedata&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;9.buat mount point didalam direktori /mnt.&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;$ sudo mount –t ext3 /dev/mapper/securedata /mnt/secure data&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;10.ubah permission atau hak kepemilikan folder tersebut, agar anda memiliki akses penuh ke partisi yang telah terenkripsi dengan menggunakan username anda. Dalam contoh ini usernamenya adalah kautsar.&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;$ sudo chown –Rf kautsar.kautsar /mnt/securedata&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;11.sekarang anda telah memiliki partisi terenkripsi untuk meletakan semua file penting yang anda miliki. Agar partisi tersebut dapat secara otomatis ter-mount setiap kali booting, anda dapat menambahkan parameter berikut dalam file&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;/etc/fstab&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;/dev/mapper/securedata /mnt/securedata ext3&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Noauto, noatime 0 0&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/8939845867695487635/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/enkripsi-partisi-denga-dm-crypt-di.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/8939845867695487635'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/8939845867695487635'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/enkripsi-partisi-denga-dm-crypt-di.html' title='Enkripsi partisi denga DM-Crypt di Ubuntu'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnqfF9M7Vye8msnmZV_aoLuryZW9Crg9j5r9vs-aP8Jsq-E6J4t3voAYJ1kDmLiDK3DF5g4Gngv9tz2Yfd0OtLh3q8LvG7uRC8qG0bAlKXy_vlevgYNfQJyosupryGf3AVAP4G_eU-0g0/s72-c/lock.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-1535309088762584184</id><published>2011-11-01T19:42:00.000+07:00</published><updated>2011-11-02T17:30:20.409+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Web Administration"/><title type='text'>install Webmin di openSUSE</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, sans-serif; font-size: 12px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkUgB7R22LuwUXH_xCfCBcR7jKPgWmf3WMtRQvNmt4Z_CSI3U4nC55IcCeBketzrjIGb7xcoVZ6AallYoRRjnofi1vSchODGG0UhFDnT26HOTe1sNRWeJSj0wK8-btljrwlVX_a5gEogc/s1600/webmin.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkUgB7R22LuwUXH_xCfCBcR7jKPgWmf3WMtRQvNmt4Z_CSI3U4nC55IcCeBketzrjIGb7xcoVZ6AallYoRRjnofi1vSchODGG0UhFDnT26HOTe1sNRWeJSj0wK8-btljrwlVX_a5gEogc/s1600/webmin.png&quot; /&gt;&lt;/a&gt;Webmin adalah aplikasi yang dapat digunakan untuk melakukan administrasi system dalam bentuk Web. Keunggulan utama webmin adalah standarisasi.&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;Oke lansung menuju TKP,sebelum instalasi webmib, install dulu library untuk SSL (perl-Net-SSLeay) menggunakan YAST. Fungsi dari library ini adalah mengaktifkan modus SSL yang lebih aman untuk akses melalui web.instalasi Webmin bisa dilakukan dengan 2 cara melalui file .RPM dan tarball.&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;File .RPM&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;1. Download webmin dalam bentuk RPM, lansung aja ke website nya &lt;a href=&quot;http://www.webmin.com/&quot; target=&quot;_blank&quot;&gt;webmin&lt;/a&gt;.&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;2. Setelah download copy ke lokasi install, missal /opt&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;3. Install Webmin&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;– buka terminal dan masuk ke lokasi install&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;– contoh : cd /opt&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Rpm –ivh webmin-X.XXX.rpm ( X-XXX ganti dengan versi Webminmu )&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&lt;span id=&quot;more-39&quot; style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;/span&gt;File tarball&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;1. Download webmin dalam bentuk .tar.gz&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;2. Untar file tersebut ketik perintah : tar zxvf webmin-X.XXX.tar.gz&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;3. Masuk ke dalam folder hasil tar tersebut ketik : cd /opt/webmin-X.XXX&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;4. sekarang proses instalasinya, jalankan file setup ( dalam bentuk.sh atau .pl )&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;./setup.sh&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;Setelah instalasi selesai, webmin dapat diakses melalui browser dgn URL : http://namakomputer:port atau http://ipaddress:port ( port defaultnya 10000,jika di ubah saat instalasi maka sesuaikan dengan portnya ). Kemudian lakukan perubahan pada file konfigurasi untuk mengaktifkan modus https.&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;1. Buka file /etc/webmin/miniserv.conf&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;2. Ganti ssl=0 menjadi ssl=1&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;3. Restart Webmin ( bisa melalui menu di Webmin )&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;Sekarang buka kembali Webmin dengan browser dengan mengganti protocol URL menjadi https, misal ( https://namakomputer:port atau https://ipaddress:port ).&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/1535309088762584184/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/install-webmin-di-opensuse.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/1535309088762584184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/1535309088762584184'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/install-webmin-di-opensuse.html' title='install Webmin di openSUSE'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkUgB7R22LuwUXH_xCfCBcR7jKPgWmf3WMtRQvNmt4Z_CSI3U4nC55IcCeBketzrjIGb7xcoVZ6AallYoRRjnofi1vSchODGG0UhFDnT26HOTe1sNRWeJSj0wK8-btljrwlVX_a5gEogc/s72-c/webmin.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-9191878972237878479</id><published>2011-11-01T19:33:00.002+07:00</published><updated>2011-11-07T09:58:23.767+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="openSUSE"/><title type='text'>1000+ Command for OpenSuse and Suse Linux Enterprise book</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQ2gCeqQBTmqFEFdYT5UFoToHIgRIZkkWHuBe02f0heWw_Rjt3nfnfPISN067TVVq6w_pmD5LqohZ_SgMCP_QJy6MZBdr8CgrDUkj5s8oZZNiATZQB-PYWahOZCriwoqLufq2XHHMF6nQ/s1600/coverebooksuse1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQ2gCeqQBTmqFEFdYT5UFoToHIgRIZkkWHuBe02f0heWw_Rjt3nfnfPISN067TVVq6w_pmD5LqohZ_SgMCP_QJy6MZBdr8CgrDUkj5s8oZZNiATZQB-PYWahOZCriwoqLufq2XHHMF6nQ/s320/coverebooksuse1.jpg&quot; width=&quot;209&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #666666; font-family: Verdana; font-size: 12px; line-height: 17px;&quot;&gt;Bagi yang ingin memakai Distro OpenSuse tapi tidak mengerti banyak dengan Command-command di linux, sekarang Christopher Negus dan Francois Caen mengeluarkan buku berjudul “SUSE LINUX TOOLBOX” yang dipublish oleh Wiley Publishing, Inc. Buku ini bisa membantu anda dalam menghadapi masalah-masalah Console pada OpenSuse..&lt;a href=&quot;http://www.4shared.com/document/rxfkMlT1/WileySUSELinuxToolbox.html&quot; style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #4779ac; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot; target=&quot;_blank&quot; title=&quot;Ebook&quot;&gt;&amp;nbsp;Download disini..&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/9191878972237878479/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/1000-command-for-opensuse-and-suse.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/9191878972237878479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/9191878972237878479'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/1000-command-for-opensuse-and-suse.html' title='1000+ Command for OpenSuse and Suse Linux Enterprise book'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQ2gCeqQBTmqFEFdYT5UFoToHIgRIZkkWHuBe02f0heWw_Rjt3nfnfPISN067TVVq6w_pmD5LqohZ_SgMCP_QJy6MZBdr8CgrDUkj5s8oZZNiATZQB-PYWahOZCriwoqLufq2XHHMF6nQ/s72-c/coverebooksuse1.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-6196705186793133347</id><published>2011-11-01T19:29:00.000+07:00</published><updated>2011-11-02T17:30:20.463+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Windows XP"/><title type='text'>Mempercepat Performa Swap File</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, sans-serif; font-size: 12px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;apa itu Swap ?? Swap merupakan memori backup atau cadangan apabila memori utama sudah kewalahan menangani operasi di kompi kita, kalo di&amp;nbsp; linux, Swap merupakan partisi yang berbeda untuk selanjutnya juga digunakan sebagai virtual memory dan menyimpan file-file sementara (temporary).&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;tutorial ini berlaku untuk pengguna windows saja :&lt;/div&gt;&lt;ul style=&quot;list-style-image: initial; list-style-position: initial; list-style-type: none; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://s1.wp.com/wp-content/themes/pub/albeo/images/p-con-li.png); background-origin: initial; background-position: 0% 0%; background-repeat: no-repeat no-repeat; color: #63565f; font-size: 12px; line-height: 15px; list-style-type: none; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 2px; padding-left: 15px; padding-right: 0px; padding-top: 2px;&quot;&gt;buka menu RUN, ketikkan MSCONFIG&lt;/li&gt;&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://s1.wp.com/wp-content/themes/pub/albeo/images/p-con-li.png); background-origin: initial; background-position: 0% 0%; background-repeat: no-repeat no-repeat; color: #63565f; font-size: 12px; line-height: 15px; list-style-type: none; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 2px; padding-left: 15px; padding-right: 0px; padding-top: 2px;&quot;&gt;kemudian buka tab SYSTEM.INI, lihat pada “386nh”&lt;/li&gt;&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://s1.wp.com/wp-content/themes/pub/albeo/images/p-con-li.png); background-origin: initial; background-position: 0% 0%; background-repeat: no-repeat no-repeat; color: #63565f; font-size: 12px; line-height: 15px; list-style-type: none; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 2px; padding-left: 15px; padding-right: 0px; padding-top: 2px;&quot;&gt;kemudian klik tombol New ubah namanya menjadi “CONSERVATIVE SWAP FILE USAGE=1″(tanpa tanda kutip)&lt;/li&gt;&lt;li style=&quot;background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://s1.wp.com/wp-content/themes/pub/albeo/images/p-con-li.png); background-origin: initial; background-position: 0% 0%; background-repeat: no-repeat no-repeat; color: #63565f; font-size: 12px; line-height: 15px; list-style-type: none; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 2px; padding-left: 15px; padding-right: 0px; padding-top: 2px;&quot;&gt;kemudian restart komputer anda&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;Rasakan perubahannya…&lt;/div&gt;&lt;div style=&quot;color: #666666; font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/6196705186793133347/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/mempercepat-performa-swap-file.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/6196705186793133347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/6196705186793133347'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/11/mempercepat-performa-swap-file.html' title='Mempercepat Performa Swap File'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-3744650360179468033</id><published>2011-04-23T11:28:00.003+07:00</published><updated>2011-11-05T13:56:03.892+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Underground"/><title type='text'>How to sniff or hack someone’s username and password even if it is over an SSL encrypted connection</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #444444; font-family: &#39;Lucida Grande&#39;, &#39;Lucida Sans Unicode&#39;, Verdana, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 21px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;artikeltekst&quot; style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;strong style=&quot;font-family: &#39;Lucida Grande&#39;, &#39;Lucida Sans&#39;, &#39;Lucida Sans Unicode&#39;, Verdana, Helvetica, Arial, sans-serif; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Introduction&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Do you think youâ€™re safe if you type https :// before paypal.com? I hope youâ€™ll think twice before you login from a computer connected to a wireless network after reading this guide. Letâ€™s start at the beginning. Letâ€™s say you have an evil neighbour who wants your paypal credentials. He buys himself a nice laptop with a wireless card and, if you are using a wep encryption, he cracks your wep code (&lt;a href=&quot;http://www.linewbie.com/2006/04/cracking-wep-the-ultimate-howto-guide-wireless-security-series.html&quot; style=&quot;color: #2277dd; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot; title=&quot;click here to see how&quot;&gt;click here to see how&lt;/a&gt;). After cracking the key he logs into your network. Maybe you always allowed him to use your network because you thought it canâ€™t do any harm to your computer. You arenâ€™t sharing any folders so whatâ€™s the problem? Well, in the next few steps Iâ€™m going to describe the problem.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;strong style=&quot;font-family: &#39;Lucida Grande&#39;, &#39;Lucida Sans&#39;, &#39;Lucida Sans Unicode&#39;, Verdana, Helvetica, Arial, sans-serif; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;The guide&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;1. Letâ€™s assume your neighbour uses linux to crack your wep key. After cracking it, he installs ettercap (&lt;a href=&quot;http://ettercap.sourceforge.net/&quot; style=&quot;color: #2277dd; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot; title=&quot;http://ettercap.sourceforge.net/&quot;&gt;http://ettercap.sourceforge.net/&lt;/a&gt;) on his linux system. If you want to do this at home, I would recommend you to download BackTrack because it already has everything installed. Look at the WEP cracking guide I mentioned above for more info about BackTrack. If you want to install it on your own linux distribution, download the source and install it with the following commands:&lt;/div&gt;&lt;blockquote style=&quot;background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://www.linewbie.com/wp-content/themes/k2/images/quote.png); background-origin: initial; background-position: 10px 0px; background-repeat: no-repeat no-repeat; border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; color: #333333; margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 50px; padding-right: 20px; padding-top: 0px;&quot;&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;$ tar -xzvf ettercap-version.tar.gz&lt;br /&gt;
$ make&lt;br /&gt;
$ make install&lt;/div&gt;&lt;/blockquote&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;2. After installing, you need to uncomment some code to enable SSL dissection. Open up a terminal window and type â€œnano /usr/local/etc/etter.confâ€, without the quotes. Scroll down using your arrow keys until you find this piece of code:&lt;/div&gt;&lt;blockquote style=&quot;background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://www.linewbie.com/wp-content/themes/k2/images/quote.png); background-origin: initial; background-position: 10px 0px; background-repeat: no-repeat no-repeat; border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; color: #333333; margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 50px; padding-right: 20px; padding-top: 0px;&quot;&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;# if you use iptables:&lt;br /&gt;
# redir_command_on = â€œiptables -t nat -A PREROUTING -i %iface -p tcp â€“dport %port -j REDIRECT â€“to-port %rportâ€&lt;br /&gt;
# redir_command_off = â€œiptables -t nat -D PREROUTING -i %iface -p tcp â€“dport %port -j REDIRECT â€“to-port %rportâ€&lt;/div&gt;&lt;/blockquote&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;You need to uncomment the last two lines.&lt;/div&gt;&lt;blockquote style=&quot;background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://www.linewbie.com/wp-content/themes/k2/images/quote.png); background-origin: initial; background-position: 10px 0px; background-repeat: no-repeat no-repeat; border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; color: #333333; margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 50px; padding-right: 20px; padding-top: 0px;&quot;&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;# if you use iptables:&lt;br /&gt;
redir_command_on = â€œiptables -t nat -A PREROUTING -i %iface -p tcp â€“dport %port -j REDIRECT â€“to-port %rportâ€&lt;br /&gt;
redir_command_off = â€œiptables -t nat -D PREROUTING -i %iface -p tcp â€“dport %port -j REDIRECT â€“to-port %rportâ€&lt;/div&gt;&lt;/blockquote&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;3. Press CTRL+O, press enter to safe the file and then press CTRL+X.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;4. Boot Ettercap and click on Sniff &amp;gt; Unified Sniffing &amp;gt; type in your wireless interface and press ok.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;5. Press CTRL+S to scan for hosts&lt;/div&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;6. Go to MITM &amp;gt; ARP poisoning, select sniff remote connections and press ok.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;7. Now you (and your neighbour!) can start sniffing! Press start &amp;gt; start sniffing. Walk to another computer on your network and open up paypal or any other site where you need to type in an username/password (gmail, hotmail, digg.com, etc.). All credentials will appear on the computer running Ettercap!&lt;/div&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;8. When youâ€™re done, donâ€™t just close Ettercap, but go to Start &amp;gt; Stop Sniffing, and then go to MITM &amp;gt; Stop mitm attack(s).&lt;/div&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;strong style=&quot;font-family: &#39;Lucida Grande&#39;, &#39;Lucida Sans&#39;, &#39;Lucida Sans Unicode&#39;, Verdana, Helvetica, Arial, sans-serif; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;But how does all this stuff work?&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Look at the following scheme:&lt;/div&gt;&lt;blockquote style=&quot;background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://www.linewbie.com/wp-content/themes/k2/images/quote.png); background-origin: initial; background-position: 10px 0px; background-repeat: no-repeat no-repeat; border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; color: #333333; margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 50px; padding-right: 20px; padding-top: 0px;&quot;&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;img src=&quot;http://www.linewbie.com/upload/linewbie.com/attach-diy/images/ettercap.gif&quot; style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div style=&quot;margin-bottom: 13px; margin-left: 0px; margin-right: 0px; margin-top: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Normally when you type in a password, host 1 (your computer) directly connects to host 2 (your modem or router). But if someone launced Ettercap on your network, host 1 isnâ€™t sending itâ€™s passwords to host 2, but to the Attacking host, the host thatâ€™s running Ettercap! The attacking host sends everything to Host 2. This means that host 1 isnâ€™t noticing anything! Exactly the same happens with everything that host 2 is sending. Host 2 doesnâ€™t send packets directly to host 1, but forst to the attacking host.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/3744650360179468033/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2011/04/how-to-sniff-or-hack-someones-username.html#comment-form' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/3744650360179468033'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/3744650360179468033'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2011/04/how-to-sniff-or-hack-someones-username.html' title='How to sniff or hack someone’s username and password even if it is over an SSL encrypted connection'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-5894206216005260976</id><published>2010-10-08T16:28:00.003+07:00</published><updated>2011-10-08T16:30:25.493+07:00</updated><title type='text'>Daftar Isi</title><content type='html'>&lt;link href=&quot;http://abu-farhan.com/script/acctoc/acc-toc.css&quot; media=&quot;screen&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;&lt;/link&gt;&lt;br /&gt;
&lt;script src=&quot;http://abu-farhan.com/script/acctoc/daftarisiv2-pack.js&quot;&gt;&lt;/script&gt;&lt;br /&gt;
&lt;script src=&quot;http://blogkautsar.blogspot.com/feeds/posts/summary?max-results=1000&amp;amp;alt=json-in-script&amp;amp;callback=loadtoc&quot;&gt;&lt;/script&gt;&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var accToc=true;
&lt;/script&gt;&lt;br /&gt;
&lt;script src=&quot;http://abu-farhan.com/script/acctoc/accordion-pack.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/5894206216005260976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2010/10/daftar-isi.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/5894206216005260976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/5894206216005260976'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2010/10/daftar-isi.html' title='Daftar Isi'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-1067244112076821003</id><published>2010-04-21T19:46:00.000+07:00</published><updated>2011-11-02T17:30:20.481+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="OpenOffice"/><title type='text'>Belajar OpenOffice dalam bahasa indonesia</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, sans-serif; font-size: 12px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #666666; font-family: Verdana; line-height: 17px;&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;alignleft&quot; height=&quot;196&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiB_SAJT430OcEQD-oxNCqKmMT-HVNLUp5lHOnB2RQjZdUbSOB1TVaHbu32lRp9uVo8nNUJmA7OPUDRg-4JAFWORv_gpN3f1lMSm75k1G0-D16irpHgKTU9hSdmBDnZ6Pzekrvo7BPFDkA/s1600/kover-bisa-ooo-calc.jpg&quot; style=&quot;border-bottom-color: rgb(242, 240, 234); border-bottom-style: solid; border-bottom-width: 5px; border-color: initial; border-left-color: rgb(242, 240, 234); border-left-style: solid; border-left-width: 5px; border-right-color: rgb(242, 240, 234); border-right-style: solid; border-right-width: 5px; border-top-color: rgb(242, 240, 234); border-top-style: solid; border-top-width: 5px; border-width: initial; display: inline; float: left; margin-bottom: 5px; margin-left: 0px; margin-right: 15px; margin-top: 0px; max-width: 100%; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; padding-top: 1px; text-align: center;&quot; title=&quot;Openoffice&quot; width=&quot;131&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style=&quot;font: normal normal normal 12px/17px Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;&quot;&gt;Buku ini hadir dalam 3 seri yaitu,&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Bisa OOo Witer, Bisa OOo Calc&lt;/strong&gt;&amp;nbsp;dan&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Bisa OOo Math&lt;/strong&gt;. Buku yang ditulis oleh&amp;nbsp;&lt;a href=&quot;http://dirgita.wordpress.com/&quot; style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black;&quot;&gt;Citra Paska&lt;/span&gt;&lt;/a&gt;&amp;nbsp;atau lebih dikenal dengan&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Digirta&lt;/strong&gt;&amp;nbsp;sangat membantu bagi yang ingin mencari referensi tentang&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;OpenOffice&lt;/strong&gt;. Selain buku tentang&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;OpenOffice Digirta&amp;nbsp;&lt;/strong&gt;juga menulis cerpen dan novel. Aktivitas didunia&amp;nbsp;&lt;em style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Free Open Source Software&lt;/em&gt;&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Digirta&lt;/strong&gt;&amp;nbsp;menjadi&amp;nbsp;&lt;a href=&quot;http://l10n.gnome.org/users/dirgita/&quot; style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black;&quot;&gt;translator pada proyek Gnome&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Buku&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Bisa OpenOffice&lt;/strong&gt;&amp;nbsp;ini berlisensikan&amp;nbsp;&lt;a href=&quot;http://creativecommons.org/&quot; style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black;&quot;&gt;Creative Commons Attribution (CC-by)&lt;/span&gt;&lt;/a&gt;. Walaupun saat ini&lt;a href=&quot;http://milisdad.blogspot.com/2010/04/oracle-dan-openoffice.html&quot; style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black;&quot;&gt;OpenOffice sudah merilis versi 3.2&lt;/span&gt;&lt;/a&gt;, saya fikir buku&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Bisa OpenOffice&lt;/strong&gt;&amp;nbsp;ini masih relevan. Seperti yang tercantum dalam buku bahwa buku&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Bisa OpenOffice&lt;/strong&gt;&amp;nbsp;ini untuk kalangan pemula.&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Digirta&lt;/strong&gt;&amp;nbsp;sangat pandai dalam menyampaikan materi&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;OpenOffice&lt;/strong&gt;karena penulisannya menggunakan bahasa yang sederhana dan disertai gambar.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Tentunya siapapun sangat mudah membaca buku ini. Buku&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Bisa OOo Writer&lt;/strong&gt;&amp;nbsp;adalah buku tertebal dengan jumlah 166 halaman selanjutnya disusul&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Bisa OOo Calc&lt;/strong&gt;&amp;nbsp;140 halaman dan terakhir&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Bisa OOo Math&lt;/strong&gt;&amp;nbsp;setebal 50 halaman. Saya fikir rugi jika tidak mempunyai buku&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Bisa OpenOffice&lt;/strong&gt;&amp;nbsp;ini. Silakan untuk mendapatkannya unduh di&lt;a href=&quot;http://dirgitadevina.web.id/&quot; style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black;&quot;&gt;&amp;nbsp;http://dirgitadevina.web.id&lt;/span&gt;&lt;/a&gt;&amp;nbsp;:&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;1.&amp;nbsp;&lt;a href=&quot;http://dirgitadevina.web.id/unduh:bisa-ooo-writer&quot; style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black;&quot;&gt;Bisa OOo Writer&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;2.&amp;nbsp;&lt;a href=&quot;http://dirgitadevina.web.id/unduh:bisa-ooo-calc&quot; style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black;&quot;&gt;Bisa OOo Calc&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;3.&amp;nbsp;&lt;a href=&quot;http://dirgitadevina.web.id/unduh:bisa-ooo-math&quot; style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black;&quot;&gt;Bisa OOo Math&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Terimakasih buat&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Digirta&lt;/strong&gt;&amp;nbsp;yang telah bersedia untuk berbagi ilmu. Saya sangat berharap dengan hadirnya buku&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Bisa OpenOffice&lt;/strong&gt;&amp;nbsp;ini semakin banyak orang yang mulai menggunakan&amp;nbsp;&lt;strong style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;OpenOffice&lt;/strong&gt;.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Source :&amp;nbsp; http://ubuntulinux.or.id/blog/2010/04/14/gratis-buku-openoffice-berbahasa-indonesia/&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogkautsar.blogspot.com/feeds/1067244112076821003/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogkautsar.blogspot.com/2010/04/belajar-openoffice-dalam-bahasa.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/1067244112076821003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/1067244112076821003'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2010/04/belajar-openoffice-dalam-bahasa.html' title='Belajar OpenOffice dalam bahasa indonesia'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiB_SAJT430OcEQD-oxNCqKmMT-HVNLUp5lHOnB2RQjZdUbSOB1TVaHbu32lRp9uVo8nNUJmA7OPUDRg-4JAFWORv_gpN3f1lMSm75k1G0-D16irpHgKTU9hSdmBDnZ6Pzekrvo7BPFDkA/s72-c/kover-bisa-ooo-calc.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8509751532934780720.post-1337685521476513636</id><published>2010-03-10T09:42:00.000+07:00</published><updated>2012-10-11T19:28:39.533+07:00</updated><title type='text'>About Me</title><content type='html'>&lt;a href=&quot;https://plus.google.com/116588396579154829248&quot; rel=&quot;me&quot;&gt;Alkautsar&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
syakakaka ,, syalalalala&lt;br /&gt;
&lt;br /&gt;
tested page</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/1337685521476513636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8509751532934780720/posts/default/1337685521476513636'/><link rel='alternate' type='text/html' href='http://blogkautsar.blogspot.com/2010/03/abou-me.html' title='About Me'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>