<?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: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-6056320003747016905</id><updated>2012-02-16T12:23:56.524-08:00</updated><title type='text'>Ayi Mulyana</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ayi92.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6056320003747016905/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ayi92.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>ayi web blog</name><uri>http://www.blogger.com/profile/16757499420775719964</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6056320003747016905.post-7092853473796093696</id><published>2009-05-09T00:02:00.000-07:00</published><updated>2009-05-09T00:06:02.904-07:00</updated><title type='text'>Cara membuat DNS pada Linux Redhat</title><content type='html'>&lt;h3 style="color: rgb(0, 0, 0);" class="post-title entry-title"&gt; &lt;a href="http://zharevil.blogspot.com/2009/05/konfigurasi-dns-di-linx-redhat-9.html"&gt;KONFIGURASI DNS DI LINUX REDHAT 9&lt;/a&gt; &lt;/h3&gt;  &lt;span style="color: rgb(0, 0, 0);"&gt; 1. Konfigurasi Bootscript&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;File pertama yang akan dibaca oleh BIND adalah file /etc/named.conf, berikut adalah isi file /etc/named.conf dalam kondisi asli (belum dikonfigurasi)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;option {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Direktory “/var/named”;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;};&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;zone “.” {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;type hint;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;file “named.ca”;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;};&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;zone “0.0.127.in-addr.arpa”{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;type master;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;file “named.local”;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Option: berisi informasi DNS server. Option dapat di konfiguasi dengan aturan sebagai berikut:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Option {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Direktori zona file&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Internal waktu untuk kepentingan statistik&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;IP Address forwarders&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Forward (only | first)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;};&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Dari contoh diatas dapat diketahui bahwa direktori yang berisi zona file berada pada direktori /var/named. Jika tidak dilakukan perubahan apapun, maka secara default konfigurasi zona file dapat diletakkan pada direktori tersebut.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Misalkan akan dibuat sebuah DNS server yang akan digunakan untuk meng-query seluruh komputer yang ada di jaringan lokal. Domain yang akan digunakan pada jaringan ini adalah ayi.com dengan terdapat 3 host yaitu:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Nama Host IP Address&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;dns.ayi.com 192.168.1.2&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;www.ayi.com 192.168.1.1&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;mail.ayi.com 192.168.1.3&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Tentukan hanya ada sebuah DNS server yang akan menjadi primary DNS Server yang akan mengurus domain ayi.com. Edit file /etc/named.conf dengan menambahkan zone ayi.com. Tambahkan pula konfigurasi untuk reverse domain. Secara keseluruhan, isi file /etc/named.conf&lt;/span&gt; akan seperti berikut:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;option {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Direktory “/var/named”;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;};&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;zone “.” {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;type hint;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;file “named.ca”;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;};&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;zone “0.0.127.in-addr.arpa”{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;type master;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;file “named.local”;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;};&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;zone “ayi.com”{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;type master;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;file “ayi.com.db”;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;};&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;zone “1.168.192.in-addr.arpa”{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;type master;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;file “192.168.1.db”;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;};&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Konfigurasi zona file&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Sekarang anda pindah ke direktori /var/named.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;cd /var/named&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Buat dua file yang telah ditentukan pada /etc/named.conf yaitu syarif.com.db dan 192.198.1.db Gunakan perintah touch.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;touch ayi.com.db&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;touch 192.198.1.db&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;File ayi.com akan digunakan untuk menkonfigurasi zona file DNS untuk keperluan mapping hostname ke IP Address. Zona menggunakan standard penulisan record untuk penulisan informasi suatu domain yang disebut Standard Resource Records. Formatnya adalah sebagai berikut:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;zone IN SOA origin contact (&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;serial&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;refresh&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;retry&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;expire&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;minimum&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;2. Mengaktifkan DNS Server&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Setelah dilakukan konfigurasi seperti langkah sebelumnya, tiba saatnya untuk mengaktifkan DNS Server. Cara yang paling mudah adalah dengan menggunakan utilitas setup. Ketikkan setup dari prompt, kemudian masuk ke system service. Cari bagian yang bernama named, kemudian beri tanda cek bagian tersebut. Cara lain adalah dengan mengetikkan perintah:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;/etc/rc.d/init.d/named restart&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Selanjutnya tambahkan dua baris berikut pada file /etc/resolf.conf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Search ayi.com dengan menekan Esc kemudian mengetikkan :syarif.com&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Nameserver 192.168.1.2&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Baris-baris diatas menyebabkan host akan mengecek keberadaan dns server yang beralamat di 192.168.1.2.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Selanjutnya anda harus memastikan bahwa pada file /etc/host.conf terdapat baris seperi berikut:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;order host,bind&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;multi on&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;baris diatas akan menyebabkan proses resolving akan dimulai dari file /etc/hosts sebelum pencarian pada zona file yang telah didefinisikan sebelumnya.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Untuk mengetes apakah DNS server telah bekerja ketikkan:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;ping ayi.com&lt;/span&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;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: trebuchet ms; color: rgb(0, 0, 0);"&gt;*Keterangan:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms; color: rgb(0, 0, 0);"&gt;tulisan berwarna putih berarti perintah yang harus diketikkan&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms; color: rgb(0, 0, 0);"&gt;tulisan berwarna kuning berarti nama file atau letak file&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms; color: rgb(0, 0, 0);"&gt;tulisan berwarna hijau berarti isian dari suatu perintah atau file&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6056320003747016905-7092853473796093696?l=ayi92.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ayi92.blogspot.com/feeds/7092853473796093696/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6056320003747016905&amp;postID=7092853473796093696' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6056320003747016905/posts/default/7092853473796093696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6056320003747016905/posts/default/7092853473796093696'/><link rel='alternate' type='text/html' href='http://ayi92.blogspot.com/2009/05/cara-membuat-dns-pada-linux-redhat_09.html' title='Cara membuat DNS pada Linux Redhat'/><author><name>ayi web blog</name><uri>http://www.blogger.com/profile/16757499420775719964</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6056320003747016905.post-1323076197793608507</id><published>2009-05-08T23:37:00.000-07:00</published><updated>2009-05-08T23:45:50.801-07:00</updated><title type='text'>Cara membuat DHCP pada Linux Redhat</title><content type='html'>&lt;h3 class="post-title entry-title"&gt; &lt;a href="http://aikinachakyu.blogspot.com/2009/05/cara-membuat-dhcp.html"&gt;Cara Membuat DHCP&lt;/a&gt; &lt;/h3&gt;   1.Cek terlebih dahulu apakah paket dhcp sudah terinstall,&lt;br /&gt;2.coba periksa dengan mengetikkan perintah “rpm –qa |grep dhcp”, dan apabila paketnya belum terinstall installah paket dhcp pada CD instalasi Redhat dengan perintah&lt;br /&gt;3.# rpm –ivh dhcp.xxx&lt;br /&gt;&lt;br /&gt;Konfigurasi DHCP&lt;br /&gt;Terdapat dua file konfigurasi DHCP yang paling utama ialah file dhcpd.conf yang terletak di /etc/dhcpd.conf, file ini kita buat sendiri karna secara defaultnya file ini tidak ada walaupun paket DHCP sudah terinstall. File kedua ialah dhcp.leasses yang terletak di /var/lib/dhcp/dhcp.leasses di file ini berisi tentang data client yang menggunakan server DHCP.&lt;br /&gt;Anda juga dapat membuka manual DHCP server dengan perintah man dhcpd.&lt;br /&gt;Sebelum konfigurasi dhcpnya kita copy dulu file defaultnya di /usr/share/doc/dhcp.xxx/dhcpd.conf.sample ke /etc/dhcpd.conf :&lt;br /&gt;# cp /usr/share/doc/dhcp.xxx/dhcpd.conf.sample /etc/dhcpd.conf&lt;br /&gt;Di bawah ini ialah contoh isi file /etc/dhcpd.conf&lt;br /&gt;# vi /etc/dhcpd.conf&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ddns-update-style ad-hoc;&lt;br /&gt;subnet 192.168.5.0 netmask 255.255.255.0 {&lt;br /&gt;range 192.168.5.30 192.168.5.60;&lt;br /&gt;default-lease-time 3600000;&lt;br /&gt;option subnet-mask 255.255.255.0;&lt;br /&gt;option routers 192.168.5.1;&lt;br /&gt;option domain-name-servers 192.168.0.200;&lt;br /&gt;option domain-name “adhit.com”;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;*Keterangan;&lt;br /&gt;Subnet ialah alamat network IP yang digunakan oleh server DHCP dan netmasknya.&lt;br /&gt;range ialah Jumlah IP yang dapat dibagikan dalam hal ini dituliskan IP berapa dan sampai berapa&lt;br /&gt;default-lease-time ialah batas waktu penyewaan.&lt;br /&gt;option routers ialah IP gateway yang di gunakan.&lt;br /&gt;option domain-&lt;br /&gt;name-servers ialah IP DNS dari suatu ISP atau IP DNS komputer server local yang digunakan.&lt;br /&gt;option domain-name “adhit.com” ialah suatu alamat domain&lt;br /&gt;Kemudian Restart dhcpnya dengan cara :&lt;br /&gt;# service dhcpd restart&lt;br /&gt;Atau&lt;br /&gt;# /etc/init.d/dhcpd restart&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6056320003747016905-1323076197793608507?l=ayi92.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ayi92.blogspot.com/feeds/1323076197793608507/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6056320003747016905&amp;postID=1323076197793608507' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6056320003747016905/posts/default/1323076197793608507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6056320003747016905/posts/default/1323076197793608507'/><link rel='alternate' type='text/html' href='http://ayi92.blogspot.com/2009/05/cara-membuat-dhcp-pada-linux-redhat.html' title='Cara membuat DHCP pada Linux Redhat'/><author><name>ayi web blog</name><uri>http://www.blogger.com/profile/16757499420775719964</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6056320003747016905.post-8748119878180817287</id><published>2009-05-08T23:31:00.000-07:00</published><updated>2009-05-08T23:34:00.392-07:00</updated><title type='text'>CARA  INSTALASI  LINUX  REDHAT</title><content type='html'>&lt;h2 id="post-51"&gt;LANGKAH – LANGKAH INSTALASI LINUX REDHAT&lt;/h2&gt;         &lt;p align="center"&gt;&lt;b&gt;&lt;span style="font-family:aakar;"&gt;&lt;span style="font-size:6;"&gt;LANGKAH – LANGKAH INSTALASI LINUX REDHAT&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p align="center"&gt;&lt;b&gt;&lt;span style="font-family:aakar;"&gt;&lt;span style="font-size:6;"&gt;&lt;img src="http://coretanku.com/uploads/a/agus/148.jpg" style="display: block;" width="261" height="300" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p align="center"&gt; &lt;/p&gt;&lt;p&gt;&lt;a name="more-236"&gt;&lt;/a&gt;&lt;b&gt;Persiapan Instalasi&lt;/b&gt;&lt;br /&gt;Beberapa hal yang patut anda catat sebelum memulai instalasi adalah :&lt;br /&gt;1. siapkan PC yang memungkinkan untuk menginstal linux&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;2. siapkan CD instalasi Linux yang akan anda instal&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;b&gt;Memulai Instalasi&lt;/b&gt;&lt;br /&gt;1. Setting BIOS pada komputer, agar booting pertama dari CD-Drive.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;2. Masukkan Disk ke 1 dari 3 CD Red Hat ke dalam CD-Drive. Tunggu beberapa saat hingga tampil pilihan untuk memulai instalatasi Red Hat tersebut | tekan tombol Enter.&lt;br /&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/110.jpg" alt="Tampilan awal boot " width="567" align="bottom" border="0" height="395" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;3. Tunggu beberapa saat akan muncul pilihan bahasa selama proses instalasi seperti gambar berikut :&lt;br /&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/210.jpg" alt="Kotak dialog pilihan bahasa" width="555" align="bottom" border="0" height="402" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;4. Klik tombol Next. Kemudian akan tampil jendela pilihan untuk keyboard.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/310.jpg" alt="Kotak dialog konfigurasi keyboard" width="565" align="bottom" border="0" height="390" /&gt;&lt;br /&gt;5. Klik tombol Next. Kemudian akan tampil jendela pilihan untuk mouse, klik sesuai dengan mouse yang digunakan.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/410.jpg" alt="Kotak dialog konfigurasi keyboard" width="547" align="bottom" border="0" height="397" /&gt;&lt;br /&gt;6. Klik tombol Next. Kemudian akan tampil jendela pilihan untuk upgrade atau install&lt;br /&gt;  &lt;img src="http://agus.coretanku.com/instal%2Blinux%2Bredhat/" width="468" align="bottom" height="60" /&gt;&lt;br /&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/510.jpg" alt="Kotak dialog Upgrade" width="590" align="bottom" border="0" height="427" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;7. Pilih Perform a New Red Hat Linux Installation, Kemudian klik tombol Next.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;8. Tentukan pilihan untuk instalasi yang diinginkan, klik Next&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/610.jpg" alt="Kotak dialog pilihan jenis instalasi" width="616" align="bottom" border="0" height="447" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;b&gt;1 Personal Desktop Aplikasi offices dan Multimedia 1.8 GB&lt;br /&gt;2 Workstation Komputer kerja untuk jaringan dan developer/ programmer. 2.1 GB&lt;br /&gt;3 Server Komputer sebagai server dengan aplikasinya 1.5 GB – 4.85 GB&lt;br /&gt;4 Custom Menentukan sendiri paket sesuai kebutuhan 500 MB – 4.85 GB&lt;/b&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;&lt;b&gt;9. Pilih bentuk partisi yang diinginkan : Automatically Partition atau Manually Partition with Disk Druid&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/710.jpg" alt="Kotak dialog pilihan jenis partisi" width="660" align="bottom" border="0" height="479" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/810.jpg" width="515" align="bottom" border="0" height="55" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;*) Membuat tiga partisi, masing-masing untuk windows, linux dan data. Sehingga jika anda ingin menghapus/ uninstal Linux atau Windows, data-data penting anda tidak turut hilang.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/910.jpg" alt="Skema susunan partisi" width="576" align="bottom" border="0" height="203" /&gt;&lt;br /&gt;*) Didalam sebuah Harddisk terdapat konsep partisi yang terdiri dari Partisi Primary, Partisi Extended dan Partisi Logical. Didalam partisi primary terdapat Master Boot Record (MBR) untuk melakukan proses boot loader dari suatu sistem operasi.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;10. Pilih Manually Partition with Disk Druid untuk membuat partisi Linux, dan secara default, Anda cukup untuk membuat partisi :&lt;br /&gt;1 . /boot ———-&gt; EXT3 / Linux Native ——-&gt; 100 MB&lt;br /&gt;2 . / ————–&gt;EXT3 / Linux Native ——–&gt;4000 MB&lt;br /&gt;3 . swap ———–&gt;Swap ————-&gt;2 x jumlah memori yang terpasang pada komputer&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/1010.jpg" alt="Kotak dialog pembagian partisi" width="614" align="bottom" border="0" height="444" /&gt;&lt;br /&gt;Pilih tombol NEW pada kotak dialog Partitioning. Lalu isikan di kolom Mount Point “ / ”. Untuk file system, pilih Linux Native. Isikan kolom size sisa dari hardisk anda yang masih kosong. Lalu pilih OK kemudian pilih Next.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/1110.jpg" alt="Kotak dialog menentukan sistem file" width="427" align="bottom" border="0" height="320" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;11. Setelah selesai pembuatan partisi maka akan ditampilkan konfigurasi untuk boot loader Lalu pilih Next, sehingga muncul tampilan sebagai berikut :&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/1210.jpg" alt="kotak dialog boot loader  " width="491" align="bottom" border="0" height="375" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;12. Jika anda berencana menghubungkan komputer ke jaringan, isikan data yang diminta. Jika tidak biarkan kosong. Pilih Next.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/1310.jpg" alt="Kotak dialog konfigurasi jaringan" width="543" align="bottom" border="0" height="396" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;13. Kemudian muncul kotak konfigurasi firewall. Biarkan kosong jika anda tidak menghubungkan komputer dengan jaringan.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/1410.jpg" alt="Kotak dialog konfigurasi Firewall" width="503" align="bottom" border="0" height="377" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;14. Pilih Next , muncul tampilan berikut yang meminta anda mengisikan jenis bahasa yang akan digunakan oleh RedHat nantinya.&lt;/b&gt;&lt;/p&gt; &lt;table width="610" bgcolor="#ffffff" border="0" cellpadding="2" cellspacing="0"&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td width="606"&gt;&lt;b&gt;Sell Links On Your Site&lt;/b&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td width="606"&gt; &lt;p style="margin-bottom: 0.2in;"&gt; &lt;/p&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/1510.jpg" alt="Kotak dialog konfigurasi bahasa tambahan" width="560" height="440" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;15.    Pilih Next untuk melanjutkan. Sehingga tampil setting waktu.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/1610.jpg" alt="Kotak dialog konfigurasi tanggal" width="503" height="367" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;16. Pilih Next untuk melanjutkan. Masukkan Password untuk root, yang merupakan super user. Klik tombol Next dan tombol Next kembali.&lt;br /&gt;&lt;img src="http://agus.coretanku.com/instal%2Blinux%2Bredhat/" width="468" align="bottom" height="60" /&gt;&lt;br /&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/1710.jpg" width="509" align="bottom" border="0" height="398" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;            &lt;/b&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0.2in;"&gt;&lt;b&gt;17. Tentukan paket-paket apa saja yang akan di Install. Ada beberapa group paket diantaranya seperti Desktop, Application, Server. Kemudian klik Next&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;            &lt;/b&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0.2in;"&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/1810.jpg" alt="Kotak dialog Menentukan Jenis Paket" width="586" align="bottom" border="0" height="457" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;            &lt;/b&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0.2in;"&gt;&lt;b&gt;18. Tunggu beberapa saat hingga    proses instalasi paket yang telah dipilih selesai semuanya.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;            &lt;/b&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0.2in;"&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/1910.jpg" alt="Kotak dialog proses instalasi" width="594" align="bottom" border="0" height="430" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;            &lt;/b&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0.2in;"&gt;&lt;b&gt;19. Kemudian akan tampil kotak dialog untuk membuat boot system untuk disket, masukkan disket pada drive A, kemudian klik tombol Next.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;            &lt;/b&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0.2in;"&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/2010.jpg" alt="Kotak dialog pembuatan disket boot" width="479" align="bottom" border="0" height="374" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;            &lt;/b&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0.2in;"&gt;&lt;b&gt;20. Setelah selesai pembuatan disket boot, kemudian akan tampil kotak dialog untuk menentukan jenis Berikutnya installer akan meminta anda memilih konfigurasi Video Card. Umumnya, installer mengenali jenis video card yang ada. Dan juga anda diminta memilih jumlah RAM video card tersebut. Seperti terlihat pada gambar berikut :&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;            &lt;/b&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0.2in;"&gt;&lt;b&gt;&lt;img src="http://i20.servimg.com/u/f20/11/50/24/85/2110.jpg" alt="Kotak dialog Konfigurasi card monitor" width="606" align="bottom" border="0" height="465" /&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;            &lt;/b&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0.2in;"&gt;&lt;b&gt;21. Klik Next untuk menentukan    jenis monitor yang digunakan dan resolusi yang diinginkan.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;            &lt;/b&gt;&lt;b&gt;22. Setelah anda memasukan dengan benar, maka selesai sudah    instalasi Linux RedHat 9.0.&lt;/b&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6056320003747016905-8748119878180817287?l=ayi92.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ayi92.blogspot.com/feeds/8748119878180817287/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6056320003747016905&amp;postID=8748119878180817287' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6056320003747016905/posts/default/8748119878180817287'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6056320003747016905/posts/default/8748119878180817287'/><link rel='alternate' type='text/html' href='http://ayi92.blogspot.com/2009/05/cara-instalasi-linux-redhat.html' title='CARA  INSTALASI  LINUX  REDHAT'/><author><name>ayi web blog</name><uri>http://www.blogger.com/profile/16757499420775719964</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6056320003747016905.post-5138512017102250878</id><published>2008-09-08T03:21:00.000-07:00</published><updated>2008-09-08T03:22:44.826-07:00</updated><title type='text'>Membuat FTP Server</title><content type='html'>&lt;p style="margin-bottom: 0.0001pt; text-align: center;" align="center"&gt;&lt;strong&gt;&lt;u&gt;&lt;span style="font-size: 13.5pt;"&gt;FTP SERVER&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt; text-align: center;" align="center"&gt; &lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt; text-align: center;" align="center"&gt;&lt;strong&gt;I&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt; text-align: center;" align="center"&gt;&lt;strong&gt;PENDAHULUAN&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=""&gt;1.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;strong&gt;Pengertian FTP&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 18pt; text-indent: 18pt;"&gt;&lt;strong&gt;&lt;span style="color: black;"&gt;File Transfer Protocol (FTP)&lt;/span&gt;&lt;/strong&gt;&lt;span style="color: black;"&gt; adalah protokol yang berfungsi untuk tukar-menukar file dalam suatu network yang menggunakan &lt;strong&gt;TCP&lt;/strong&gt; koneksi bukan &lt;strong&gt;UDP&lt;/strong&gt;. Dalam FTP harus ada &lt;strong&gt;FTP Server&lt;/strong&gt; dan &lt;strong&gt;FTP Client&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 18pt; text-indent: 18pt;"&gt;&lt;strong&gt;&lt;span style="color: black;"&gt;FTP Server&lt;/span&gt;&lt;/strong&gt;&lt;span style="color: black;"&gt; adalah suatu server yang menjalankan software yang memberikan layanan tukar menukar file dengan selalu siap memberikan layanan FTP apabila mendapat request dari FTP client.&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 18pt; text-indent: 18pt;"&gt;&lt;strong&gt;&lt;span style="color: black;"&gt;FTP Client&lt;/span&gt;&lt;/strong&gt;&lt;span style="color: black;"&gt; adalah computer yang merequest koneksi ke FTP server untuk tukar menukar file. Jika terhubung dengan FTP server, maka client dapat men-download, meng-upload, merename, men-delete, dll sesuai dengan izin yang diberikan oleh FTP server.&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=""&gt;1.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;strong&gt;Keamanan&lt;span style="color: black;"&gt; FTP&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 18pt; text-indent: 18pt;"&gt;&lt;span style="color: black;"&gt;FTP sebenarnya tidak aman dalam mentransfer suatu file karena file dikirimkan tanpa di-enkripsi terlebih dahulu tetapi bila menggunakan &lt;strong&gt;SFTP (SSH FTP)&lt;/strong&gt; yaitu FTP yang berbasis pada SSH atau menggunakan &lt;strong&gt;FTPS (FTP over SSL)&lt;/strong&gt; sehingga data yang akan dikirim dienkripsi terlebih dahulu.&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=""&gt;1.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;strong&gt;Mode&lt;span style="color: black;"&gt; &lt;/span&gt;Dalam&lt;span style="color: black;"&gt; FTP&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 18pt; text-indent: 18pt;"&gt;&lt;span style="color: black;"&gt;FTP biasanya menggunakan dua buah port untuk koneksi yaitu &lt;strong&gt;port 20&lt;/strong&gt; dan &lt;strong&gt;port 21&lt;/strong&gt; dan berjalan exclusively melalui TCP bukan UDP. FTP server mendengar pada port 21 untuk incoming connection dari FTP client. Biasanya port 21 adalah command port dan port 20 adalah data port. Pada FTP server, terdapat 2 mode koneksi yaitu &lt;strong&gt;aktif mode (active mode)&lt;/strong&gt; dan &lt;strong&gt;pasif mode (passive mode).&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt;"&gt;&lt;span style="color: black;"&gt;1. &lt;strong&gt;Active Mode&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 18pt; text-indent: 18pt;"&gt;&lt;span style="color: black;"&gt;Pada aktif mode ini, server secara aktif terhubung dengan client. Untuk melakukan pengaturan aktif mode, client mengirimkan sebuah port command ke server, menentukan alamat dan nomor port dari client yang sedang mendengar. Bila suatu koneksi diperlukan, server memulai suatu koneksi ke client di alamat ini. Secara umum, server bertanggung jawab untuk menutup koneksi-koneksi ini.&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt;"&gt;&lt;span style="color: black;"&gt;2. &lt;strong&gt;Passive Mode&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 18pt; text-indent: 18pt;"&gt;&lt;span style="color: black;"&gt;Pada pasif mode, client memulai koneksi dengan server dengan memecahkan permasalahan dalam firewall penyaring koneksi port data ke client menuju server. Pertama, client menghubungi server pada command port dan mengeluarkan perintah &lt;strong&gt;PASV&lt;/strong&gt;. Server kemudian memberikan jawaban dengan port 2024, memberitahu client bahwa port tersebut sedang mendengarkan untuk koneksi data. Kemudian, client memulai koneksi data dari data port-nya ke data port yang telah ditentukan oleh server. &lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt;"&gt;&lt;span style="color: black;"&gt;Contoh aplikasi FTP server : &lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt;"&gt;&lt;span style="color: black;"&gt;- Proftpd &lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt;"&gt;&lt;span style="color: black;"&gt;- Vsftpd &lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt;"&gt;&lt;span style="color: black;"&gt;- Wuftpd &lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt;"&gt;&lt;span style="color: black;"&gt;- IIS (didalamnya terdapat FTP Server) &lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt;"&gt; &lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt;"&gt;&lt;span style="color: black;"&gt;Contoh aplikasi FTP client &lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 18pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt;"&gt;&lt;span style="color: black;"&gt;- CuteFTP, Wget &lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt;"&gt;&lt;span style="color: black;"&gt;- WsFTP &lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt;"&gt;&lt;span style="color: black;"&gt;- GetRight &lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt;"&gt;&lt;span style="color: black;"&gt;- AbsoluteFTP &lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=""&gt;1.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;strong&gt;Perintah&lt;span style="color: black;"&gt; FTP&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 18pt; text-indent: 18pt;"&gt;&lt;span style="color: black;"&gt;Perintah-perintah FTP yang dikirimkan terdiri atas string teks sederhana. Sebagai contoh, untuk mendapatkan kembali file, client mengirimkan “&lt;strong&gt;RETR filename&lt;/strong&gt;” di koneksi kendali ke FTP server. Untuk mentransfer file, client mengirimkan “&lt;strong&gt;STOR filename&lt;/strong&gt;”. FTP server mengetahui setiap perintah pada setiap balasan FTP, dimana terdiri atas tiga digit. Digit pertama menandai adanya tanggapan yang baik, tidak baik, atau yang tidak sempurna. Jika satu kesalahan terjadi, maka digit kedua digunakan untuk mendeteksi kesalahan yang terjadi. Dengan cara yang sama, digit ketiga digunakan untuk lebih menspesifikasikan kesalahan yang terjadi. Digit pertama merupakan digit yang paling utama, dan kemungkinan nilai yang muncul adalah sebagai berikut :&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 18pt; text-indent: 18pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; line-height: 150%; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;em&gt;&lt;span style="color: black;"&gt;1yz Positive Preliminary reply&lt;/span&gt;&lt;/em&gt;&lt;span style="color: black;"&gt;. Permintaan diketahui, namun balasan lain dari client tetap diharapkan&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; line-height: 150%; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;em&gt;&lt;span style="color: black;"&gt;2yz Positive Completion reply&lt;/span&gt;&lt;/em&gt;&lt;span style="color: black;"&gt;. Permintaan sukses dilakukan, sehingga client dapat mengirim permintaan lain&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; line-height: 150%; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;em&gt;&lt;span style="color: black;"&gt;3yz Positive Intermediate reply&lt;/span&gt;&lt;/em&gt;&lt;span style="color: black;"&gt;. Perintah telah diterima, namun masih membutuhkan informasi yang lain. Client diharuskan untuk mengirimkan balasan perintah lainnya&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; line-height: 150%; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;em&gt;&lt;span style="color: black;"&gt;4yz Transient Negative reply&lt;/span&gt;&lt;/em&gt;&lt;span style="color: black;"&gt;. Perintah gagal, namun masih ada kesempatan untuk mencobanya lagi&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; line-height: 150%; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;em&gt;&lt;span style="color: black;"&gt;5yz Permanent Negative Completion reply&lt;/span&gt;&lt;/em&gt;&lt;span style="color: black;"&gt;. Perintah gagal, namun tidak harus diulangi lagi&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 18pt;"&gt;&lt;span style="color: black;"&gt;Contoh perintah FTP :&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; line-height: 150%; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="color: black;"&gt;Untuk mengubah direktori yang dikirimkan oleh client :&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: 36pt;"&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;; color: black;"&gt;CWD namadirektori&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt; text-indent: 36pt;"&gt;&lt;span style="color: black;"&gt;Server akan merespon dengan :&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: 36pt;"&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;; color: black;"&gt;250 CDW command successful&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt; text-indent: 36pt;"&gt;&lt;span style="color: black;"&gt;Sebagai balasan, dimulai dengan a ’2’, dimana urutan perintah diselesaikan.&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; line-height: 150%; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="color: black;"&gt;Bila ingin merubah salah satu direktori dan itu tidak ada, maka perintahnya :&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: 36pt;"&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;; color: black;"&gt;CWD namadirektoriyanghilang&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt; text-indent: 36pt;"&gt;&lt;span style="color: black;"&gt;Server akan merespon dengan :&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: 36pt;"&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;; color: black;"&gt;550 namadirektoriyanghilang : The system cannot find the file spesified&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt;"&gt;&lt;span style="color: black;"&gt;Balasannya ialah a ‘5’, berarti gagal dan tetap gagal jika diulangi (kecuali direktori hilang diciptakan di server).&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; line-height: 150%; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="color: black;"&gt;Sesi Perintah (Session Commands)&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt; text-indent: 36pt;"&gt;&lt;span style="color: black;"&gt;Untuk memulai sesi perintah FTP, maka perintah dari USER yang dikirimkan ke server adalah :&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: 36pt;"&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;; color: black;"&gt;USER chafid&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt; text-indent: 36pt;"&gt;&lt;span style="color: black;"&gt;Server akan memberikan balasan :&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: 36pt;"&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;; color: black;"&gt;331 Password required for javaftp&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt; text-indent: 36pt;"&gt;&lt;span style="color: black;"&gt;Client harus memberikan balasan dengan mengisi password :&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: 36pt;"&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;; color: black;"&gt;PASS 123456&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt; text-indent: 36pt;"&gt;&lt;span style="color: black;"&gt;Server akan memberikan balasan :&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: 36pt;"&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;; color: black;"&gt;230 User chafid logged in&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt;"&gt;&lt;span style="color: black;"&gt;Setelah login user dapat menggunakan perintah yang berhubungan dengan direktori dan file. Untuk mengakhiri, client mengirimkan perintah sebagai berikut :&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: 36pt;"&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;; color: black;"&gt;QUIT&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt; text-indent: 36pt;"&gt;&lt;span style="color: black;"&gt;Server akan memberikan balasan :&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: 36pt;"&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;; color: black;"&gt;221&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt; text-indent: 36pt;"&gt;&lt;span style="color: black;"&gt;Sesi akhirnya ditutup, sehingga perintah apapun yang dikirimkan sudah tidak diterima lagi.&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=""&gt;1.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;strong&gt;Tujuan&lt;span style="color: black;"&gt; pembangunan FTP Server&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; line-height: 150%; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="color: black;"&gt;Sharing data&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; line-height: 150%; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="color: black;"&gt;Menyediakan indirect atau implicit remote computer&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; line-height: 150%; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="color: black;"&gt;Menyediakan tempat penyimpanan bagi user&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; line-height: 150%; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="color: black;"&gt;Menyediakan transfer data yang reliable dan efisien&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=""&gt;1.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;strong&gt;&lt;span style="color: black;"&gt;Alat &lt;/span&gt;dan&lt;span style="color: black;"&gt; bahan&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; line-height: 150%; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="color: black;"&gt;PC dengan OS Windows 2000 Server kalau tidak ada bisa menggunakan Windows XP&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 5pt 0cm 0.0001pt 36pt; text-indent: -18pt; line-height: 150%;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; line-height: 150%; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="color: black;"&gt;Master Windows 2000 Server untuk instalasi FTP&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Windows NT Workstation 4.0 (1996)&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Upgrade yang ditujukan pada sistem operasi desktop kelas bisnis ini memberikan kemudahan penggunaan dan pengaturan yang lebih sederhana, keluaran jaringan yang lebih besar, dan alat untuk pengembangan dan mengatur intranet. Windows NT Workstation 4.0 termasuk juga didalamnya berupa tampilan Windows 95 dengan peningkatan pada jaringan untuk lebih mudah dan lebih aman dalam mengakses internet dan intranet. &lt;/p&gt;  &lt;p&gt;Dibandingkan dengan Windows NT, segala macam jenis komputer yang ada dapat mengoperasikan sistem operasi LINUX. Sehingga untuk menjalankan LINUX, pemakai tidak perlu mengorek isi kantong yang lebih untuk sebuah sistem berbasis Pentium II, AMD K6 atau bahkan Pentium III. Berbeda dengan Windows NT yang secara fisik memang lebih enak digunakan dan lebih interaktif, namun membutuhkan banyak persyaratan tertentu.&lt;/p&gt;  &lt;p&gt;Sistem Operasi Persyaratan Minimum&lt;br /&gt;Intel – Compatible RISC System&lt;br /&gt;LINUX 386/16 MHz&lt;br /&gt;4 Mb of RAM&lt;br /&gt;20 Mb hard disk space&lt;br /&gt;CDROM drive 16 Mb of RAM&lt;br /&gt;100 Mb hard disk space&lt;br /&gt;CDROM drive&lt;br /&gt;Windows NT 486/33 MHz (NT 3.51 / 4.0)&lt;br /&gt;Pentium 166 or higher (NT 5.0)&lt;br /&gt;32 Mb of RAM (NT.4.0)&lt;br /&gt;64 Mb of RAM (NT. 5.0)&lt;br /&gt;125 Mb hard disk space (NT. 4.0)&lt;br /&gt;400 Mb hard disk space (NT.5.0)&lt;br /&gt;CDROM drive&lt;br /&gt;VGA/SVGA compatible 16 Mb of RAM&lt;br /&gt;160 Mb hard disk space&lt;br /&gt;CDROM drive&lt;br /&gt;VGA/SVGA compatible&lt;br /&gt;Ditinjau dari sisi software itu sendiri bahwa kestabilan sebuah internet server sangat tergantung pada sistem operasi yang dipakai, dan dari hasil penelitian tingkat stabilitas yang dimiliki LINUX masih jauh lebih baik dibandingkan dengan Windows NT. Selain itu unjuk kerja LINUX juga lebih baik dan lebih cepat karena tidak terbebani oleh pemakaian GUI (Graphical User Interface).&lt;br /&gt;Fleksibilitas LINUX juga menjadikannya dapat dioperasikan hanya dengan menggunakan perintah-perintah dasar, sedangkan Windows NT server harus dioperasikan dengan GUI. Dengan demikian NT tidak hanya memiliki beban tambahan namun juga meningkatkan potensi resiko terjadinya kesalahan pada sistem.&lt;br /&gt;Sebenarnya yang paling menentukan unggulnya kinerja LINUX dibandingkan Windows NT adalah kenyataan bahwa Windows NT memang memiliki sisstem yang bersifat statis. Hal ini berbeda dengan LINUX yang jauh lebih dinamis. Sebagai contoh kebutuhan Windows NT server selalu bekerja dengan menggunakan fungsi kernel secara maksimal, sementara LINUX dapat bekerja hanya dengan fungsi-fungsi kernel minimal yang dibutukan. Sehingga penggunaan memori dan prosesor dapat dioptimalkan.&lt;/p&gt;  &lt;p class="postfeedback"&gt;&lt;a href="http://du83.wordpress.com/2008/08/06/sistem-operasi-windows-nt-versi-40/#respond" title="Komentar pada Sistem Operasi Windows NT Versi 4.0"&gt;Tiada komentar »&lt;/a&gt; &lt;/p&gt;  &lt;h2&gt;&lt;a href="http://du83.wordpress.com/2008/08/06/instalasi-apache-php-dan-mysql/" title="Taut Tetap ke Instalasi Apache, PHP dan MySQL"&gt;Instalasi Apache, PHP dan MySQL&lt;/a&gt;&lt;/h2&gt;  &lt;p class="postmeta"&gt;Agustus 6, 2008 · Disimpan dalam &lt;a href="http://du83.wordpress.com/category/uncategorized/" title="Lihat seluruh tulisan dalam Uncategorized"&gt;Uncategorized&lt;/a&gt; &lt;/p&gt;  &lt;p class="postmetadata"&gt;&lt;span class="timr"&gt;06.04.2008 &lt;/span&gt;&lt;span class="authr"&gt;by admin&lt;/span&gt; &lt;span class="catr"&gt;in &lt;a href="http://www.kopionline.com/category/software" title="View all posts in Software"&gt;Software&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;PHP dan MySQL biasanya berhubungan dengan LAMP (Linux, &lt;a href="http://www.kopionline.com/tag/apache" title="Apache"&gt;Apache&lt;/a&gt;, MySQL, PHP). PHP developer umumnya menggunakan platform Windows untuk membangun apliksi PHP. Sama seperti LAMP, WAMP ( Windows, Apache, MySQL, PHP ) juga membungkus Apache, MySQL, PHP dalam satu bundle. Tipikal dengan LAMP dan WAMP, ada juga XAMP dan Dongkrak. Penjelasan mengenai LAMP, WAMP, XAMP, Dongkrak akan saya tulis secara terpisah. Di artikel ini, anda akan belajar cara menginstall Apache, PHP, dan MySQL dilingkungan Windows.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Download paket-paket berikut :&lt;/p&gt;  &lt;ul type="disc"&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;Apache      : &lt;a href="http://www.apache.org/" target="_blank"&gt;www.apache.org&lt;/a&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;PHP : &lt;a href="http://www.php.net/" target="_blank"&gt;www.php.net&lt;/a&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;MySQL :      &lt;a href="http://dev.mysql.com/downloads/" target="_blank"&gt;www.mysql.com&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p style="text-align: justify;"&gt;Pastikan Anda mendapatkan update terbaru dari masing-masing paket.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Sekarang kita akan memulai instalasi satu persatu.&lt;/p&gt;  &lt;ul type="disc"&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;&lt;a href="http://www.kopionline.com/instalasi-apache-php-dan-mysql.htm#apache"&gt;Install      Apache&lt;/a&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;&lt;a href="http://www.kopionline.com/instalasi-apache-php-dan-mysql.htm#php"&gt;Install      PHP&lt;/a&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;&lt;a href="http://www.kopionline.com/instalasi-apache-php-dan-mysql.htm#apacheconf"&gt;Modifikasi      Konfigurasi Apache&lt;/a&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;&lt;a href="http://www.kopionline.com/instalasi-apache-php-dan-mysql.htm#mysql"&gt;Install      MySQL&lt;/a&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;&lt;a href="http://www.kopionline.com/instalasi-apache-php-dan-mysql.htm#phpconf"&gt;Modifikasi      Konfigurasi PHP.ini&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;h2 style="text-align: justify;"&gt;&lt;a name="apache"&gt;&lt;/a&gt;Install Apache&lt;/h2&gt;  &lt;p style="text-align: justify;"&gt;Menginstall Apache akan lebih mudah jika Anda mendownload paket dalam bentuk Microsoft Installer ( .msi). Double click icon dan ikuti installation wizard yang ada. Klik next hingga Anda melihat window Server Information. Anda bisa mengisi dengan localhost untuk Network Domain dan Server Name. Untuk email Administrator Anda bisa mengisi dengan sembarang nilai.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Dalam artikel ini saya menggunakan Windows XP dengan Apache terinstall sebagai Service sehingga setiap Windows start maka Apache juga start secara otomatis.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.kopionline.com/wp-content/uploads/2008/06/install-apache-11.png"&gt;&lt;span style="text-decoration: none;"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shapetype id="_x0000_t75" coordsize="21600,21600" spt="75" preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"&gt;  &lt;v:stroke joinstyle="miter"&gt;  &lt;v:formulas&gt;   &lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;   &lt;v:f eqn="sum @0 1 0"&gt;   &lt;v:f eqn="sum 0 0 @1"&gt;   &lt;v:f eqn="prod @2 1 2"&gt;   &lt;v:f eqn="prod @3 21600 pixelWidth"&gt;   &lt;v:f eqn="prod @3 21600 pixelHeight"&gt;   &lt;v:f eqn="sum @0 0 1"&gt;   &lt;v:f eqn="prod @6 1 2"&gt;   &lt;v:f eqn="prod @7 21600 pixelWidth"&gt;   &lt;v:f eqn="sum @8 21600 0"&gt;   &lt;v:f eqn="prod @7 21600 pixelHeight"&gt;   &lt;v:f eqn="sum @10 21600 0"&gt;  &lt;/v:formulas&gt;  &lt;v:path extrusionok="f" gradientshapeok="t" connecttype="rect"&gt;  &lt;o:lock ext="edit" aspectratio="t"&gt; &lt;/v:shapetype&gt;&lt;v:shape id="_x0000_i1025" type="#_x0000_t75" alt="" style="'width:225pt;" button="t"&gt;  &lt;v:imagedata src="file:///C:\DOCUME~1\FCS~1\LOCALS~1\Temp\msohtml1\01\clip_image001.png" href="http://www.kopionline.com/wp-content/uploads/2008/06/install-apache-11-300x226.png"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/FCS%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image002.gif" shapes="_x0000_i1025" border="0" height="226" width="300" /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Klik tombol Next dan pilih Typical installation. Klik Next sekali lagi dan pilih dimana Anda ingin menginstall Apache (Default lokasinya &lt;span class="courier"&gt;C:\Program Files\Apache Group&lt;/span&gt;). Klik tombol Next dan Install untuk mulai proses instalasi.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Ketik di browser &lt;span class="courier"&gt;http://localhost&lt;/span&gt; di address bar. Jika instalasi Anda sukses, Anda akan melihat seperti ini :&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.kopionline.com/wp-content/uploads/2008/06/install-apache-21.jpg"&gt;&lt;span style="text-decoration: none;"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1026" type="#_x0000_t75" alt="" style="'width:225pt;height:165.75pt'" button="t"&gt;  &lt;v:imagedata src="file:///C:\DOCUME~1\FCS~1\LOCALS~1\Temp\msohtml1\01\clip_image003.jpg" href="http://www.kopionline.com/wp-content/uploads/2008/06/install-apache-21-300x221.jpg"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/FCS%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image003.jpg" shapes="_x0000_i1026" border="0" height="221" width="300" /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Secara default, &lt;strong&gt;document root &lt;/strong&gt;pada Apache adalah direktori&lt;strong&gt; &lt;/strong&gt;&lt;span class="courier"&gt;&lt;b&gt;htdocs&lt;/b&gt;&lt;/span&gt;. Document root adalah tempat Anda meletakkan semua file PHP atau &lt;a href="http://www.kopionline.com/tag/html" title="HTML"&gt;HTML&lt;/a&gt; untuk diproses oleh Apache ( sehingga bisa dilihat oleh web browser ). Tentu saja Anda bisa meletakkan di direktori lain yang Anda inginkan. File konfigurasi Apache disimpan di &lt;span class="courier"&gt;C:\Program Files\Apache Group\Apache2\conf\httpd.conf &lt;/span&gt;(kita asumsikan Anda menginstall Apache di &lt;span class="courier"&gt;C:\Program Files\Apache Group&lt;/span&gt; ). File ini berbentuk plain text sehingga Anda bisa menggunakan Notepad atau Text Editor yang lain untuk mengedit.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Contoh, jika Anda meletakkan file PHP atau HTML di &lt;span class="courier"&gt;C:\www &lt;/span&gt;cukup edit bagian berikut di httpd.conf :&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;&lt;span class="courier"&gt;DocumentRoot “C:/Program Files/Apache Group/Apache2/htdocs” &lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;dan rubah menjadi :&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;&lt;span class="courier"&gt;DocumentRoot “C:/www”&lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Jangan lupa untuk merestart Apache setiap melakukan perubahan ( &lt;span class="courier"&gt;Start &gt; Programs &gt; Apache HTTP Server 2.0.50 &gt; Control Apache Server &gt; Restart&lt;/span&gt; ) untuk mengetahui hasilnya.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Konfigurasi yang lain yang perlu dirubah adalah &lt;strong&gt;directory index. &lt;/strong&gt;Ini adalah file yang akan di load oleh Apache jika Anda melakukan request pada directory. Contoh jika Anda mengetik &lt;a href="http://www.kopionline.com/" target="_blank"&gt;http://www.kopionline.com/&lt;/a&gt;&lt;br /&gt;tanpa diikuti file lain, maka &lt;a href="http://www.kopionline.com/index.php" target="_blank"&gt;index.php&lt;/a&gt; otomatis akan ditunjukkan.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Anggaplah Anda ingin Apache menggunakan&lt;span class="courier"&gt; index.html, index.php&lt;/span&gt; atau&lt;span class="courier"&gt; main.php&lt;/span&gt; sebagai directory index maka Anda cukup merubah nilai &lt;span class="courier"&gt;DirectoryIndex&lt;/span&gt; seperti ini :&lt;/p&gt;  &lt;p class="courier1" style="text-align: justify;"&gt;DirectoryIndex index.html index.php main.php&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Sekarang, setiap kali Anda request directory seperti &lt;span class="courier"&gt;http://localhost/&lt;/span&gt; Apache akan mencoba menemukan file &lt;span class="courier"&gt;index.html&lt;/span&gt; , jika tidak ada, Apache akan menggunakan &lt;span class="courier"&gt;index.php&lt;/span&gt;. Dan jika Apache tidak menemukan &lt;span class="courier"&gt;index.php&lt;/span&gt; maka &lt;span class="courier"&gt;main.php&lt;/span&gt; akan digunakan, dan begitu seterusnya.&lt;a name="php"&gt; &lt;/a&gt;&lt;/p&gt;  &lt;h2 style="text-align: justify;"&gt;Install PHP&lt;/h2&gt;  &lt;p style="text-align: justify;"&gt;Pertama, extract paket PHP Anda. Saya lebih suka mengextrac dalam satu direktori yang sama dengan paket Apache yang sudah terinstall ( &lt;span class="courier"&gt;C:\Program Files\Apache Group\Apache2&lt;/span&gt; ). Buat direktori &lt;span class="courier"&gt;php&lt;/span&gt;. Copy file &lt;span class="courier"&gt;php.ini-dist&lt;/span&gt; di direktori PHP ke direktori windows ( C:\Windows atau C:\Winnt tergantung jenis Windows ) dan rename file menjadi &lt;span class="courier"&gt;php.ini&lt;/span&gt;. Ini adalah file konfigurasi PHP yang nantinya akan kita modifikasi.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Selanjutnya, pindah file php4ts.dll dari direktori PHP ke subdirektori sapi. Anda juga bisa menempatkan php4ts.dll ketempat lain seperti :&lt;/p&gt;  &lt;ul type="disc"&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;Direktori      dimana apache.exe berada, yaitu ( &lt;span class="courier"&gt;C:\Program&lt;/span&gt;&lt;br /&gt;     &lt;span class="courier"&gt;Files\Apache Group\Apache2&lt;/span&gt; \bin)&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;Atau      pada %SYSTEMROOT%\System32, %SYSTEMROOT%\system dan %SYSTEMROOT%&lt;br /&gt;     directory.Note: %SYSTEMROOT%\System32 hanya pada Windows NT/2000/XP)&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;Atau      pada semua %PATH%&lt;/li&gt;&lt;/ul&gt;  &lt;h2 style="text-align: justify;"&gt;&lt;a name="apacheconf"&gt;&lt;/a&gt;Modifikasi Konfigurasi Apache&lt;/h2&gt;  &lt;p style="text-align: justify;"&gt;Apache belum mengenali instalasi PHP Anda. Anda harus menambahkan PHP pada konfigurasi Apache pada &lt;span class="courier"&gt;C:\Program Files\Apache Group\Apache2\conf\httpd.conf dan tambahkan baris-baris berikut :&lt;/span&gt;&lt;/p&gt;  &lt;p class="courier1" style="text-align: justify;"&gt;LoadModule php4_module php/sapi/php4apache2.dll&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;AddType application/x-httpd-php .php&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;AddType application/x-httpd-php-source .phps&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Baris pertama memberitahu Apache dimana me load dll yang dibutuhkan untuk menjalankan PHP dan baris kedua menunjukkan bahwa setiap file berekstensi &lt;span class="courier"&gt;.php&lt;/span&gt; akan diproses sebagai file PHP. Anda sebenarnya juga bisa mengubahnya ke apa saja yang Anda inginkan seperti &lt;span class="courier"&gt;.html &lt;/span&gt;atau bahkan &lt;span class="courier"&gt;.asp&lt;/span&gt;!. Baris ketiga ditambahkan agar Anda bisa melihat source code file PHP Anda di browser window(tentunya file dengan ekstensi .phps).&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Sekarang restart Apache untuk melihat hasil perubahan yang Anda lakukan ( &lt;span class="courier"&gt;Start&lt;/span&gt;&lt;br /&gt;&lt;span class="courier"&gt;&gt; Programs &gt; Apache HTTP Server 2.0.50 &gt; Control Apache Server &gt; Restart&lt;/span&gt; ) . Untuk mengetahui apakah konfigurasi Anda sudah benar buat file baru, beri nama &lt;span class="courier"&gt;test.php&lt;/span&gt; dan letakkan di direktori document root ( &lt;span class="courier"&gt;C:\Program Files\Apache Group\Apache2\htdocs )&lt;/span&gt;. Isi file tersebut seperti dibawah ini.&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;?phpphpinfo(); &lt;/p&gt;  &lt;p style="text-align: justify;"&gt;?&gt;&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;&lt;span class="phpcode"&gt;phpinfo() &lt;/span&gt;adalah fungsi PHP yang akan memberitahu Anda tentang segala hal mengenai PHP dan konfigurasi server yang telah Anda install. Ketik &lt;span class="courier"&gt;http://localhost/test.php&lt;/span&gt; pada browser address bar dan jika semunya benar, maka Anda akan melihat seperti ini :&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.kopionline.com/wp-content/uploads/2008/06/test-php-installation1.gif"&gt;&lt;span style="text-decoration: none;"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1027" type="#_x0000_t75" alt="" style="'width:225pt;height:182.25pt'" button="t"&gt;  &lt;v:imagedata src="file:///C:\DOCUME~1\FCS~1\LOCALS~1\Temp\msohtml1\01\clip_image004.gif" href="http://www.kopionline.com/wp-content/uploads/2008/06/test-php-installation1-300x243.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/FCS%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image004.gif" shapes="_x0000_i1027" border="0" height="243" width="300" /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;h2 style="text-align: justify;"&gt;Install MySQL&lt;/h2&gt;  &lt;p style="text-align: justify;"&gt;Pertama extract paket Anda (misalnya mysql-4.0.18-win.zip ) ke temporary directory, kemudian jalankan &lt;span class="courier"&gt;setup.exe. &lt;/span&gt;Klik tombol next hingga proses instalasi selesai. Secara default MySQL akan diisntall di &lt;span class="courier"&gt;C:\mysql.&lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Buka DOS window dan pindah ke direktori &lt;span class="courier"&gt;C:\mysql\bin &lt;/span&gt;dan ketik &lt;span class="courier"&gt;mysqld-nt –console&lt;/span&gt; , Anda akan melihat pesan sebagai berikut :&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;strong&gt;C:\mysql\bin&gt;mysqld-nt –console&lt;/strong&gt;InnoDB: The first specified data file .\ibdata1 did not exist: &lt;/p&gt;  &lt;p style="text-align: justify;"&gt;InnoDB: a new database to be created!&lt;br /&gt;040807 10:54:09 InnoDB: Setting file .\ibdata1 size to 10 MB&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;InnoDB: Database physically writes the file full: wait…&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;040807 10:54:11 InnoDB: Log file .\ib_logfile0 did not exist: new to be&lt;br /&gt;created&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;InnoDB: Setting log file .\ib_logfile0 size to 5 MB&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;InnoDB: Database physically writes the file full: wait…&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;040807 10:54:12 InnoDB: Log file .\ib_logfile1 did not exist: new&lt;br /&gt;to be created&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;InnoDB: Setting log file .\ib_logfile1 size to 5 MB&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;InnoDB: Database physically writes the file full: wait…&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;InnoDB: Doublewrite buffer not found: creating new&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;InnoDB: Doublewrite buffer created&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;InnoDB: Creating foreign key constraint system tables&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;InnoDB: Foreign key constraint system tables created&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;040807 10:54:31 InnoDB: Started&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;mysqld-nt: ready for connections.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Version: ‘4.0.18-nt’ socket: ” port: 3306&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Sekarang coba buka DOS window lain dan ketik &lt;span class="courier"&gt;C:\mysql\bin\mysql &lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;jika instalasi Anda sukses, Anda akan melihat MySQL client sedang running :&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;strong&gt;C:\mysql\bin&gt;mysql&lt;/strong&gt;Welcome to the MySQL monitor. Commands end with ; or \g. &lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Your MySQL connection id is 1 to server version: 4.0.18-nt&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;mysql&gt;&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Ketik &lt;span class="courier"&gt;exit &lt;/span&gt;pada console &lt;span class="courier"&gt;mysql&gt;&lt;/span&gt; untuk keluar dari MySQL client.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Bagaimana &lt;strong&gt;install MySQL sebagai Service Windows?&lt;/strong&gt; Prosesnya sederhana, cukup ketik &lt;span class="courier"&gt;mysqld-nt –install&lt;/span&gt; dan &lt;span class="courier"&gt;net start mysql&lt;/span&gt; untuk menjalankan service. Sebelumnya shutdown MySQL server dulu menggunakan &lt;span class="courier"&gt;mysqladmin -u root shutdown&lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;C:\mysql\bin&gt;mysqladmin -u root shutdown&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;&lt;strong&gt;C:\mysql\bin&gt;mysqld-nt –install&lt;/strong&gt;&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Service successfully installed.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;C:\mysql\bin&gt;net start mysql&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;The MySQL service was started successfully.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;C:\mysql\bin&gt;mysql&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Welcome to the MySQL monitor. Commands end with ; or \g.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Your MySQL connection id is 1 to server version: 4.0.18-nt&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;mysql&gt;&lt;/p&gt;  &lt;h2 style="text-align: justify;"&gt;&lt;a name="phpconf"&gt;&lt;/a&gt;Modifikasi file komfigurasi PHP ( php.ini )&lt;/h2&gt;  &lt;p style="text-align: justify;"&gt;PHP menyimpan semua konfigurasi dalam satu file yang disebut &lt;span class="courier"&gt;php.ini.&lt;/span&gt;Anda bisa mencari file ini pada direktori tempat PHP Anda diinstall. Beberapa perubahan kdang diperlukan misalnya untuk menggunakan PHP extension.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Beberapa perubahan yang diperlukan antara lain :&lt;/p&gt;  &lt;ol start="1" type="1"&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;register_globals&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;error_reporting      and display_errors&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;extension      and extension_path&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;session.save_path&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;max_execution_time&lt;/li&gt;&lt;/ol&gt;  &lt;h3 style="text-align: justify;"&gt;register_globals&lt;/h3&gt;  &lt;p style="text-align: justify;"&gt;Sebelum PHP 4.2.0 default value untuk register_globals adalah &lt;strong&gt;On&lt;/strong&gt; dan setelah 4.2.0 menjadi &lt;strong&gt;Off. &lt;/strong&gt;Alasan utamanya tentu adalah source code yang aman apabila register_globals bernilai Off pada php.ini.&lt;/p&gt;  &lt;h3 style="text-align: justify;"&gt;error_reporting and display_errors&lt;/h3&gt;  &lt;p style="text-align: justify;"&gt;Set value nya menjadi &lt;span class="courier"&gt;error_reporting = E_ALL&lt;/span&gt; selama pross development. Cuman saya lebih sering menggunakan E_ERROR, jadi hanya error yang krusial saja yang akan ditampilkan :p&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Alasan menggunakan E_ALL selama pengambangan agar Anda bisa melihat semua Bugs(kesalahan)dalam code Anda. PHP akan mengeluarkan pesan error setiap code Anda salah dan pesan peringatan ( misalnya jika Anda mencoba menggunakan variable yang tidak diinisialisasi dulu).&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Catatan, Anda bisa mengubah value nya menjadi E_NONE setelah development.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Jangan lupa untuk memberi nilai On pada bagian &lt;span class="courier"&gt;display_erros&lt;/span&gt; agar setting &lt;span class="courier"&gt;error_reporting = E_ALL&lt;/span&gt; juga berfungsi&lt;/p&gt;  &lt;h3 style="text-align: justify;"&gt;extension dan extension_path&lt;/h3&gt;  &lt;p style="text-align: justify;"&gt;PHP4 punya sekitar 51 extensions seperti GD library ( untuk membuat dan memanipulasi grafik), CURL, PostgreSQL support dll. Extensions ini tidak secara otomatis berfungsi. Jika Anda membutuhkan extension tententu maka Anda juga harus menspesifikasi dimana extension tersebut dan menghilangkan tanda comment di extension yang ingin Anda gunakan pada file konfigurasi PHP.&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Nilai &lt;span class="courier"&gt;extension_path&lt;/span&gt; harus diset sesuai dengan direktori dimana extension diinstal yang biasanya PHP_INSTALL_DIR/extensions, PHP_INSTALL_DIR adalah direktori instalasi PHP Anda. Contoh jika Anda menginstall PHP di &lt;span class="courier"&gt;C:\Program Files\Apache Group\Apache2\php&lt;/span&gt; maka extensions path adalah&lt;span class="phpcode"&gt; :&lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;&lt;span class="courier"&gt;extension_path = C:/Program Files/Apache Group/Apache2/php/extensions/ &lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Jangan lupa menambahakan slash agar berfungsi dengan benar&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Setelah Anda menspesifikasi &lt;span class="courier"&gt;extension_path&lt;/span&gt; Anda juga harus menghilangkan tanda comment di extension yang ingin Anda gunakan pada file konfigurasi PHP pada extension yang digunakan. Comment diawalai dengan tanda semicolon &lt;span class="courier"&gt;(;). &lt;/span&gt;Contoh jika Anda ingin menggunakan GD library hiangkan tanda semicolon pada awal &lt;span class="courier"&gt;;extension=php_gd2.dll&lt;/span&gt;&lt;span class="phpcode"&gt; &lt;/span&gt;menjadi &lt;span class="courier"&gt;extension=php_gd2.dll&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="text-align: justify;"&gt;session.save_path&lt;/h3&gt;  &lt;p style="text-align: justify;"&gt;Konfigurasi ini akan memberitahu PHP dimana menyimpan session data. Ubahlah sesuai keinginan Anda. Di Windows Anda bisa mengubah nilainya menjadi &lt;span class="courier"&gt;session.save_path = c:/windows/temp/&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="text-align: justify;"&gt;max_execution_time&lt;/h3&gt;  &lt;p style="text-align: justify;"&gt;Nilai default &lt;span class="courier"&gt;max_execution_time&lt;/span&gt; adalah 30 ( dalam detik ).&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;Jika script Anda butuh waktu lebih untuk proses maka Anda bisa merubah nilai max_execution_time lebih tinggi sesuai kebutuhan Anda&lt;/p&gt;  &lt;p style="text-align: justify;"&gt;PHP memiliki fungsi untuk memodifikasi konfigurasi pada runtime,yaitu &lt;span class="phpcode"&gt;ini_set()&lt;/span&gt;. Setting file konfigurasi PHP menggunakan fungsi ini &lt;strong&gt;tidak permanent&lt;/strong&gt;, ketika sebuah script selesai dieksekusi, maka setting ini juga hilang.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6056320003747016905-5138512017102250878?l=ayi92.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ayi92.blogspot.com/feeds/5138512017102250878/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6056320003747016905&amp;postID=5138512017102250878' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6056320003747016905/posts/default/5138512017102250878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6056320003747016905/posts/default/5138512017102250878'/><link rel='alternate' type='text/html' href='http://ayi92.blogspot.com/2008/09/membuat-ftp-server.html' title='Membuat FTP Server'/><author><name>ayi web blog</name><uri>http://www.blogger.com/profile/16757499420775719964</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6056320003747016905.post-4717320043509146912</id><published>2008-09-08T03:06:00.000-07:00</published><updated>2008-09-08T03:10:22.517-07:00</updated><title type='text'>Membuat DNS di 2000 Server</title><content type='html'>&lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;b style=""&gt;&lt;span style="font-size: 16pt;"&gt;Cara membuat&lt;span style=""&gt;  &lt;/span&gt;DNS&lt;span style=""&gt;  &lt;/span&gt;di windows&lt;span style=""&gt;  &lt;/span&gt;2000 server&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 14pt;"&gt;pertama install &lt;st1:place st="on"&gt;&lt;st1:state st="on"&gt;kan&lt;/st1:State&gt;&lt;/st1:place&gt; dlu windows 2000 server nya&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 14pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 14pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 14pt;"&gt;cara membuat&lt;span style=""&gt;        &lt;/span&gt;:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 14pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;Jalankan program DNS dengan cara pilih tombol Start &gt;&gt; &lt;span style=""&gt;        &lt;/span&gt;Program &gt;&gt; Administrativ Tools &gt;&gt; DNS,Sehingga muncul kotak dialog DNS, &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;seperti gambar di bawah&lt;span style=""&gt;      &lt;/span&gt;:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shapetype id="_x0000_t75" coordsize="21600,21600" spt="75" preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"&gt;  &lt;v:stroke joinstyle="miter"&gt;  &lt;v:formulas&gt;   &lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;   &lt;v:f eqn="sum @0 1 0"&gt;   &lt;v:f eqn="sum 0 0 @1"&gt;   &lt;v:f eqn="prod @2 1 2"&gt;   &lt;v:f eqn="prod @3 21600 pixelWidth"&gt;   &lt;v:f eqn="prod @3 21600 pixelHeight"&gt;   &lt;v:f eqn="sum @0 0 1"&gt;   &lt;v:f eqn="prod @6 1 2"&gt;   &lt;v:f eqn="prod @7 21600 pixelWidth"&gt;   &lt;v:f eqn="sum @8 21600 0"&gt;   &lt;v:f eqn="prod @7 21600 pixelHeight"&gt;   &lt;v:f eqn="sum @10 21600 0"&gt;  &lt;/v:formulas&gt;  &lt;v:path extrusionok="f" gradientshapeok="t" connecttype="rect"&gt;  &lt;o:lock ext="edit" aspectratio="t"&gt; &lt;/v:shapetype&gt;&lt;v:shape id="_x0000_s1026" type="#_x0000_t75" style="'position:absolute;" filled="t" fillcolor="black" stroked="t"&gt;  &lt;v:fill opacity="22938f"&gt;  &lt;v:imagedata src="file:///C:\DOCUME~1\FCS~1\LOCALS~1\Temp\msohtml1\01\clip_image001.jpg" title="20"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;span style="position: absolute; z-index: -9; margin-left: 11px; margin-top: 16px; width: 503px; height: 312px;"&gt;&lt;img src="file:///C:/DOCUME%7E1/FCS%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image002.gif" shapes="_x0000_s1026" height="312" width="503" /&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;Buat New Zone dengan cara klik Action lalu pilih New, Sehingga akan muncul tampilan ucapan selamat datang dalam pembuatan new zone seperti&lt;br /&gt;(New Zone Wizard) &lt;span style=""&gt; &lt;/span&gt;Pilih Next &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;Seperti gambar di bawah ini&lt;span style=""&gt;  &lt;/span&gt;:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_s1027" type="#_x0000_t75" style="'position:absolute;margin-left:9pt;margin-top:-45pt;width:378pt;"&gt;  &lt;v:imagedata src="file:///C:\DOCUME~1\FCS~1\LOCALS~1\Temp\msohtml1\01\clip_image003.jpg" title="50"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;span style="position: relative; z-index: -8;"&gt;&lt;span style="position: absolute; left: 12px; top: -60px; width: 504px; height: 376px;"&gt;&lt;img src="file:///C:/DOCUME%7E1/FCS%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image004.jpg" shapes="_x0000_s1027" height="376" width="504" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 18pt;"&gt;&lt;span style="font-family: Verdana;"&gt;Lalu muncul tampilan pemilihan zone type lalu pilih standard primary, &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 18pt;"&gt;&lt;span style="font-family: Verdana;"&gt;Pilih Next&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_s1028" type="#_x0000_t75" style="'position:absolute;margin-left:0;margin-top:9.6pt;width:414pt;height:292.5pt;"&gt;  &lt;v:imagedata src="file:///C:\DOCUME~1\FCS~1\LOCALS~1\Temp\msohtml1\01\clip_image005.jpg" title="51"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;span style="position: absolute; z-index: -7; margin-left: 0px; margin-top: 13px; width: 552px; height: 390px;"&gt;&lt;img src="file:///C:/DOCUME%7E1/FCS%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image006.jpg" shapes="_x0000_s1028" height="390" width="552" /&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;Lalu muncul tampilan pengisian nama zone yang mau dibuat. Ketik nama yang mau dibuat kemudian (anggi.com)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;Pilih Next,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_s1029" type="#_x0000_t75" style="'position:absolute;margin-left:0;margin-top:8.8pt;width:414pt;height:296.25pt;"&gt;  &lt;v:imagedata src="file:///C:\DOCUME~1\FCS~1\LOCALS~1\Temp\msohtml1\01\clip_image007.jpg" title="52"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;span style="position: absolute; z-index: -6; margin-left: 0px; margin-top: 12px; width: 552px; height: 395px;"&gt;&lt;img src="file:///C:/DOCUME%7E1/FCS%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image008.jpg" shapes="_x0000_s1029" height="395" width="552" /&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;Lalu akan tampil nama file anggi.com.DNS sebagai tanda telah berhasil pembuatan zone baru anggi.com, Pilih Next&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_s1030" type="#_x0000_t75" style="'position:absolute;margin-left:0;margin-top:5.7pt;width:396pt;height:251.25pt;"&gt;  &lt;v:imagedata src="file:///C:\DOCUME~1\FCS~1\LOCALS~1\Temp\msohtml1\01\clip_image009.jpg" title="53"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;span style="position: absolute; z-index: -5; margin-left: 0px; margin-top: 8px; width: 528px; height: 335px;"&gt;&lt;img src="file:///C:/DOCUME%7E1/FCS%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image010.jpg" shapes="_x0000_s1030" height="335" width="528" /&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 18pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 18pt;"&gt;&lt;span style="font-family: Verdana;"&gt;Lalu akan muncul informasi bahwa pembuatan zone baru secara terpandu telah selesai, lalu tekan tombol finish untuk mengakhiri proses pembuatan zone anggi.com, &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_s1031" type="#_x0000_t75" style="'position:absolute;margin-left:9pt;margin-top:10.25pt;width:6in;"&gt;  &lt;v:imagedata src="file:///C:\DOCUME~1\FCS~1\LOCALS~1\Temp\msohtml1\01\clip_image011.jpg" title="54"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;span style="position: absolute; z-index: -4; margin-left: 12px; margin-top: 14px; width: 576px; height: 433px;"&gt;&lt;img src="file:///C:/DOCUME%7E1/FCS%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image012.jpg" shapes="_x0000_s1031" height="433" width="576" /&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;Setelah tombol finish ditekan, maka akan tampil jendela zone yang sudah dibuat anggi.com &lt;/span&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_s1032" type="#_x0000_t75" style="'position:absolute;margin-left:0;margin-top:5.8pt;width:414pt;height:289.5pt;"&gt;  &lt;v:imagedata src="file:///C:\DOCUME~1\FCS~1\LOCALS~1\Temp\msohtml1\01\clip_image013.jpg" title="56"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;span style="position: absolute; z-index: -3; margin-left: 0px; margin-top: 8px; width: 552px; height: 386px;"&gt;&lt;img src="file:///C:/DOCUME%7E1/FCS%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image014.jpg" shapes="_x0000_s1032" height="386" width="552" /&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt; &lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;Dari tampilan DNS kemudian pilih tombol action atau pilih movingcel.com kemudian klik kanan hingga muncul menu pop up, &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 18pt;"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_s1033" type="#_x0000_t75" style="'position:absolute;left:0;text-align:left;"&gt;  &lt;v:imagedata src="file:///C:\DOCUME~1\FCS~1\LOCALS~1\Temp\msohtml1\01\clip_image015.jpg" title="21"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;span style="position: absolute; z-index: -2; left: 0px; margin-left: 0px; margin-top: 10px; width: 576px; height: 383px;"&gt;&lt;img src="file:///C:/DOCUME%7E1/FCS%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image016.jpg" shapes="_x0000_s1033" height="383" width="576" /&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;lalu klik new host, pilihan pembuatan new host akan memunculkan menu new host seperti pada gambar dibawah lalu kita isi name : www dan ip address : 192.168.5.80. Lalu pilih tombol Add Host lalu tekan tombol Done, sehingga jika proses pembuatan berhasil akan muncul tampilan yang memberikan informasi bahwa pembuatan new host telah sukses,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_s1034" type="#_x0000_t75" style="'position:absolute;margin-left:0;margin-top:9.85pt;width:252pt;height:219pt;"&gt;  &lt;v:imagedata src="file:///C:\DOCUME~1\FCS~1\LOCALS~1\Temp\msohtml1\01\clip_image017.jpg" title="22"&gt;  &lt;w:wrap side="right"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;span style="position: absolute; z-index: -1; margin-left: 0px; margin-top: 13px; width: 336px; height: 292px;"&gt;&lt;img src="file:///C:/DOCUME%7E1/FCS%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image018.jpg" shapes="_x0000_s1034" height="292" width="336" /&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 18pt; text-align: right;" align="right"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;span style=""&gt;   &lt;/span&gt;&lt;span style=""&gt;        &lt;/span&gt;&lt;/span&gt;Dengan menekan tombol done,&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 18pt; text-align: right;" align="right"&gt;&lt;span style=""&gt; &lt;/span&gt;maka akan muncul&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 18pt; text-align: right;" align="right"&gt;&lt;span style=""&gt; &lt;/span&gt;menu DNS dengan tambahan&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 18pt; text-align: right;" align="right"&gt;&lt;span style=""&gt; &lt;/span&gt;www pada bagian&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 18pt; text-align: right;" align="right"&gt;forward zone anggi.com &lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6056320003747016905-4717320043509146912?l=ayi92.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ayi92.blogspot.com/feeds/4717320043509146912/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6056320003747016905&amp;postID=4717320043509146912' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6056320003747016905/posts/default/4717320043509146912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6056320003747016905/posts/default/4717320043509146912'/><link rel='alternate' type='text/html' href='http://ayi92.blogspot.com/2008/09/membuat-dns-di-2000-server.html' title='Membuat DNS di 2000 Server'/><author><name>ayi web blog</name><uri>http://www.blogger.com/profile/16757499420775719964</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6056320003747016905.post-9109470325961842307</id><published>2008-08-29T22:23:00.000-07:00</published><updated>2008-08-29T22:33:00.361-07:00</updated><title type='text'>install windows 2000 server</title><content type='html'>&lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:180%;"&gt;How can I install Windows 2000 Server?&lt;/span&gt;&lt;/p&gt;         &lt;p style="margin-right: 30px;"&gt;         &lt;span style="font-family:Verdana;font-size:85%;"&gt;As a Microsoft   Windows 2000 Server support professional, one of your tasks may be to   install the operating system.&lt;/span&gt;&lt;/p&gt;  &lt;h2&gt;&lt;span style="font-family:Verdana;font-size:130%;"&gt;Step #1: Plan your installation&lt;/span&gt;&lt;/h2&gt;  &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;When you run the   Windows 2000 Server Setup program, you must provide information about   how to install and configure the operating system. Thorough planning can   make your installation of W2K more efficient by helping   you to avoid potential problems during installation. An understanding of the   configuration options will also help to ensure that you have properly   configured your system.&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;I won't go into   that part right now but here are   some of the most important things you should take into consideration when   planning for your Windows Server 2000 installation:&lt;/span&gt;&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Check System    Requirements&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Check Hardware    and Software Compatibility&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Determine Disk    Partitioning Options&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Choose the    Appropriate File System: FAT, FAT32, NTFS&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Decide on a    Workgroup or Domain Installation&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Complete a    Pre-Installation Checklist&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;After you made sure   you can go on, start the installation process.&lt;/span&gt;&lt;/p&gt;  &lt;h2&gt;&lt;span style="font-family:Verdana;font-size:130%;"&gt;Step #2: Beginning the installation process&lt;/span&gt;&lt;/h2&gt;  &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;You can install   Windows 2000 Server in several methods - all are valid and good, it all depends upon   your needs and your limitations.&lt;/span&gt;&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Manual   installations usually come in 3 flavors:&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Boot from CD - No   existing partition is required.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Boot from the 4   Setup Boot Disks, then insert the CD - No existing partition is required.&lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Boot from an MS-DOS   startup floppy, go to the command prompt, create a 4GB FAT32 partition with   FDISK, reboot, format the C partition you've created, then go to the CD   drive, go into the I386 folder, and run the WINNT.EXE command.&lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Run an already   installed OS, such as Windows NT 4.0 Server. From within NT 4.0 go to the   I386 folder in the W2K installation CD and run the WINNT32.EXE command.&lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;If you want to   upgrade a desktop OS such as Windows 98 into Windows 2000 Professional you   can follow the same procedure as above (You cannot upgrade Windows 98 into   W2K Server).&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;There are other   non-manual installation methods, such as using an unattended file along with   a uniqueness database file, using Sysprep, using RIS or even running   unattended installations from within the CD itself, but we won't go into   that right now.&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;It doesn't matter   how you run the setup process, but the moment it runs - all setup methods   look alike.&lt;/span&gt;&lt;/p&gt;  &lt;h2&gt;&lt;span style="font-family:Verdana;font-size:130%;"&gt;Step #3: The text-based portion of the   Setup program&lt;/span&gt;&lt;/h2&gt;  &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;The setup process   begins loading a blue-looking text screen (not GUI). In that phase you will   be asked to accept the EULA and choose a partition on which to install W2K,   and if that partition is new, you'll be asked to format it by using either   FAT, FAT32 or NTFS.&lt;/span&gt;&lt;/p&gt;  &lt;ol&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Start the    computer from the CD.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li value="2"&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;You can press    F6 if you need to install additional SCSI adapters or other mass-storage    devices. If you do you will be asked to supply a floppy disk with the    drivers and you CANNOT browse it (or a CD for that matter). Make sure    you have one handy.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst1.gif"&gt;   &lt;span style="font-size:85%;"&gt;   &lt;img src="http://www.petri.co.il/images/w2k_inst1_small.gif" image="images/w2k_inst1.gif" border="2" height="62" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol start="3"&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Setup will load    all the needed files and drivers.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;ol start="4"&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Select To Setup    W2K Now. If you want, and if you have a previous    installation of the OS, you can try to fix it by pressing R. If not, just    press ENTER.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style="margin-right: 30px;"&gt;          &lt;a href="http://www.petri.co.il/images/w2k_inst2.gif"&gt;          &lt;span style="font-size:85%;"&gt;          &lt;img src="http://www.petri.co.il/images/w2k_inst2_small.gif" image="images/w2k_inst2.gif" border="2" height="61" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start="5"&gt;&lt;li&gt;          &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-size:85%;"&gt;          In case your server is a new one, or it is           using a new hard disk that hasn't been           partitioned yet, you'll get a warning           message. Read it, and if you want to           continue, press C.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style="margin-right: 30px;"&gt;          &lt;a href="http://www.petri.co.il/images/w2k_inst3.gif"&gt;          &lt;span style="font-size:85%;"&gt;          &lt;img src="http://www.petri.co.il/images/w2k_inst3_small.gif" image="images/w2k_inst3.gif" border="2" height="62" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start="6"&gt;&lt;li&gt;          &lt;p style="margin-right: 30px;"&gt;          &lt;span style="font-family:Verdana;font-size:85%;"&gt;Read and accept    the licensing agreement and press F8 if you accept it.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst4.gif"&gt;   &lt;span style="font-size:85%;"&gt;   &lt;img src="http://www.petri.co.il/images/w2k_inst4_small.gif" image="images/w2k_inst4.gif" border="2" height="62" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol start="7"&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Select or    create the partition on which you will install W2K.    Depending upon your existing disk configuration choose one of the    following:&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;ul&gt;&lt;li&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;If the hard     disk is not yet partitioned, you can create and size the partition on     which you will install Windows 2000. Press C.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;blockquote&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst5.gif"&gt;    &lt;span style="font-size:85%;"&gt;    &lt;img src="http://www.petri.co.il/images/w2k_inst5_small.gif" image="images/w2k_inst5.gif" border="2" height="62" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;    &lt;a href="http://www.petri.co.il/images/w2k_inst6.gif"&gt;    &lt;img src="http://www.petri.co.il/images/w2k_inst6_small.gif" image="images/w2k_inst6.gif" border="2" height="62" width="100" /&gt;&lt;/a&gt; &lt;/span&gt;    &lt;a href="http://www.petri.co.il/images/w2k_inst7.gif"&gt;&lt;span style="font-size:85%;"&gt;    &lt;img src="http://www.petri.co.il/images/w2k_inst7_small.gif" image="images/w2k_inst7.gif" border="2" height="62" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;   &lt;/blockquote&gt;   &lt;ul&gt;&lt;li&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-size:85%;"&gt;If the hard disk is new     and you want to create a partition that will span the entire hard     disk's size - press Enter.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-size:85%;"&gt;Other optionsL&lt;/span&gt;&lt;/p&gt;   &lt;ul&gt;&lt;li&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;If the hard     disk is already partitioned, but has enough unpartitioned disk     space, you can create an additional partition in the unpartitioned     space.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;If the hard     disk already has a partition that is large enough, you can install     Windows 2000 on that partition. If the partition has an     existing operating system, you will overwrite that operating system     if you accept the default installation path. However, files other     than the operating system files, such as program files and data     files, will not be overwritten.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;If the hard     disk has an existing partition, you can delete it to create more     unpartitioned space for the new partition. Deleting an existing     partition erases all data on that partition.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;If you select a    new partition during Setup, create and size only the partition on which    you will install Windows 2000. After installation, use Disk    Management to partition the remaining space on the hard disk.&lt;/span&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol start="8"&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Select a file    system for the installation partition. After you create the partition on    which you will install W2K, you can use Setup to    select the file system with which to format the partition. W2K supports the NTFS file system in addition to the file    allocation table (FAT) and FAT32 file systems. Windows Server 2003, Windows XP Professional,    Windows 2000, and Windows NT are the only Microsoft operating systems    that you can use to gain access to data on a local hard disk that is    formatted with NTFS. If you plan to gain access to files that are on a    local W2K partition with the Microsoft Windows 95 or    Windows 98 operating systems, you should format the partition with a FAT    or FAT32 file system. We will use NTFS.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst8.gif"&gt;   &lt;span style="font-size:85%;"&gt;   &lt;img src="http://www.petri.co.il/images/w2k_inst8_small.gif" image="images/w2k_inst8.gif" border="2" height="62" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:85%;"&gt;   &lt;/span&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst9.gif"&gt;&lt;span style="font-size:85%;"&gt;   &lt;img src="http://www.petri.co.il/images/w2k_inst9_small.gif" image="images/w2k_inst9.gif" border="2" height="61" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol start="9"&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Setup will then    begin copying necessary files from the installation point (CD, local    I386 or network share). &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Note: If you    began the installation process from an MS-DOS floppy, make sure you have    and run SMARTDRV from the floppy, otherwise the copying process will    probably last more than an hour, perhaps even more. With SMARTDRV (or if    setup was run by booting from CD) the copying will probably last a few    minutes, no more than 5 max.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst10.gif"&gt;   &lt;img src="http://www.petri.co.il/images/w2k_inst10_small.gif" image="images/w2k_inst10.gif" border="2" height="62" width="100" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol start="11"&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;The computer    will restart in graphical mode, and the installation will continue.&lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;/ol&gt;  &lt;h2&gt;&lt;span style="font-family:Verdana;font-size:130%;"&gt;Step #4: The GUI-based portion of the Setup   program&lt;/span&gt;&lt;/h2&gt;  &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;The setup process   reboots and loads a GUI mode phase.&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;It will then begin   to load device drivers based upon what it finds on your computer. You don't   need to do anything at this stage.&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst11.gif"&gt;&lt;span style="font-size:85%;"&gt;  &lt;img src="http://www.petri.co.il/images/w2k_inst11_small.gif" image="images/w2k_inst11.gif" border="2" height="75" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;If your computer   stops responding during this phase (the progress bar is stuck almost   half-way, and there is no disk activity) - shut down your computer and begin   removing hardware such as PCI and ISA cards. If it works for you then later   try to figure out how to make that specific piece of hardware work (it's   probably not in the HCL). &lt;/span&gt;&lt;/p&gt;  &lt;ol&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Click Customize    to change regional settings, if necessary. &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;ul&gt;&lt;li&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Current     System Locale - Affects how programs display dates, times, currency,     and numbers. Choose the locale that matches your location, for     example, French (Canada).&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Current     Keyboard Layout - Accommodates the special characters and symbols     used in different languages. Your keyboard layout determines which     characters appear when you press keys on the keyboard.&lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;&lt;/ul&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;If you don't    need to make any changes just press Next. &lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst12.gif"&gt;   &lt;span style="font-size:85%;"&gt;   &lt;img src="http://www.petri.co.il/images/w2k_inst12_small.gif" image="images/w2k_inst12.gif" border="2" height="75" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;If you do need    to make changes press Customize and add your System Locale etc.&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;&lt;b&gt;Note for    Hebrew users:&lt;/b&gt; In W2K it is NOT SAFE to install Hebrew language    support at this phase!!! Trust me, do it later. If you don't listen to    me, good chances are that you'll get ???? fonts in some Office    applications such as Outlook and others.&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Read the   &lt;a href="http://www.petri.co.il/install_hebrew_on_w2k.htm"&gt;Install Hebrew on Windows 2000&lt;/a&gt; page for    more info. &lt;/span&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol&gt;&lt;li value="2"&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Type your name    and organization.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst13.gif"&gt;   &lt;span style="font-size:85%;"&gt;   &lt;img src="http://www.petri.co.il/images/w2k_inst13_small.gif" image="images/w2k_inst13.gif" border="2" height="74" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol&gt;&lt;li value="3"&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Type the    product key.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style="margin-right: 30px;"&gt;          &lt;a href="http://www.petri.co.il/images/w2k_inst14.gif"&gt;          &lt;span style="font-size:85%;"&gt;          &lt;img src="http://www.petri.co.il/images/w2k_inst14_small.gif" image="images/w2k_inst14.gif" border="2" height="75" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-size:85%;"&gt;          If you'd like to skip this step in the           future, please read          &lt;a href="http://www.petri.co.il/install_windows_2000_without_supplying_the_cd_key.htm"&gt;          Install Windows 2000 Without Supplying the           CD Key&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol&gt;&lt;li value="4"&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Enter the    appropriate license type and number of purchased licenses.&lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst15.gif"&gt;   &lt;img src="http://www.petri.co.il/images/w2k_inst15_small.gif" image="images/w2k_inst15.gif" border="2" height="75" width="100" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol start="5"&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Type the    computer name and a password for the local Administrator account. The    local Administrator account resides in the SAM of the computer, not in    Active Directory. If you will be installing in a domain, you need either    a pre-assigned computer name for which a domain account has been    created, or the right to create a computer account within the domain.   &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst16.gif"&gt;   &lt;span style="font-size:85%;"&gt;   &lt;img src="http://www.petri.co.il/images/w2k_inst16_small.gif" image="images/w2k_inst16.gif" border="2" height="75" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol start="6"&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Choose which    components to install or remove from the system.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst17.gif"&gt;   &lt;span style="font-size:85%;"&gt;   &lt;img src="http://www.petri.co.il/images/w2k_inst17_small.gif" image="images/w2k_inst17.gif" border="2" height="75" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol start="7"&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Select the    date, time, and time zone settings. &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst18.gif"&gt;   &lt;span style="font-size:85%;"&gt;   &lt;img src="http://www.petri.co.il/images/w2k_inst18_small.gif" image="images/w2k_inst18.gif" border="2" height="75" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol&gt;&lt;li value="6"&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Setup will now    install the networking components.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst22.gif"&gt;   &lt;span style="font-size:85%;"&gt;   &lt;img src="http://www.petri.co.il/images/w2k_inst22_small.gif" image="images/w2k_inst22.gif" border="2" height="75" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;After a few    seconds you will receive the Networking Settings window. BTW, if you    have a NIC that is not in the HCL (see the &lt;a href="http://www.petri.co.il/what%27s_the_hcl.htm"&gt;   What's the HCL?&lt;/a&gt; page) and W2K cannot detect it, or if you don't have    a NIC at all, setup will skip this step and you will immediately go to    the final phase of the setup process.&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst19.gif"&gt;   &lt;span style="font-size:85%;"&gt;   &lt;img src="http://www.petri.co.il/images/w2k_inst19_small.gif" image="images/w2k_inst19.gif" border="2" height="75" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Press Next to    accept the Typical settings option if you have one of the following    situations:&lt;/span&gt;&lt;/p&gt;   &lt;ul&gt;&lt;li&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;You have a     functional DHCP on your network.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;You have a     computer running Internet Connection Sharing (ICS).&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;You're in a     workgroup environment and do not plan to have any other servers or     Active Directory at all, and all other workgroup members are     configured in the same manner.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Otherwise    select Custom Settings and press Next to customize your network    settings.&lt;/span&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol start="7"&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Highlight the    TCP/IP selection and press Properties.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;In the General    tab enter the required information. You must specify the IP address of    the computer, and if you don't know what the Subnet Mask entry should be    - you can simply place your mouse pointer over the empty area in the    Subnet Mask box and click it. The OS will automatically select the value    it thinks is good for the IP address you provided.&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst20.gif"&gt;   &lt;span style="font-size:85%;"&gt;   &lt;img src="http://www.petri.co.il/images/w2k_inst20_small.gif" image="images/w2k_inst20.gif" border="2" height="75" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;&lt;b&gt;Lamer note:&lt;/b&gt;    In the above screenshot I've configured the computer with a valid IP    address for MY network, along with the Default Gateway and the address    of MY DNS server. Your settings may differ.&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;If you don't    know what these values mean, or if you don't know what to write in them,    press cancel and select the Typical Settings option. You can easily    change these values later.&lt;/span&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol start="8"&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;In the    Workgroup or Domain window enter the name of your workgroup or domain.   &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;ul&gt;&lt;li&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;A workgroup     is a small group of computers on a network that enables users to     work together and does not support centralized administration.&lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;&lt;li&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;A domain is     a logical grouping of computers on a network that has a central     security database for storing security information. Centralized     security and administration are important for computers in a domain     because they enable an administrator to easily manage computers that     are geographically distant from each other. A domain is administered     as a unit with common rules and procedures. Each domain has a unique     name, and each computer within a domain has a unique name.&lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;&lt;/ul&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;If you're a    stand-alone computer, or if you don't know what to enter, or if you    don't have the sufficient rights to join a domain - leave the default    entry selected and press Next.&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;a href="http://www.petri.co.il/images/w2k_inst21.gif"&gt;   &lt;span style="font-size:85%;"&gt;   &lt;img src="http://www.petri.co.il/images/w2k_inst21_small.gif" image="images/w2k_inst21.gif" border="2" height="74" width="100" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;If you want to    join a domain (NT 4.0 domain of W2K/2003 Active Directory domain) enter    the domain's name in the "Yes, make this computer a member of the    following domain" box.&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;"&gt;&lt;a href="http://www.petri.co.il/images/inst_w2k25.gif"&gt;   &lt;img src="http://www.petri.co.il/images/inst_w2k25_small.gif" image="images/inst_w2k25.gif" border="1" height="75" width="100" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;To successfully    join a domain you need the following:&lt;/span&gt;&lt;/p&gt;   &lt;ul&gt;&lt;li&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;The person     performing the installation must have a user account in Active     Directory. This account does not need to be the domain Administrator     account.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;blockquote&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;and&lt;/span&gt;&lt;/p&gt;   &lt;/blockquote&gt;   &lt;ul&gt;&lt;li&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;The     computer must have an existing computer account in the Active     Directory database of the domain that the computer is joining, and     the computer must be named exactly as its domain account is named.&lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;&lt;/ul&gt;   &lt;blockquote&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;or&lt;/span&gt;&lt;/p&gt;   &lt;/blockquote&gt;   &lt;ul&gt;&lt;li&gt;    &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;The person     performing the installation must have appropriate permission to     create a domain account for the computer during installation.&lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;&lt;/ul&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Also, you need    to have connectivity to the domain's domain controllers (only to the PDC    if on an NT 4.0 domain) and a fully functional DNS server (only in AD    domains). Read the &lt;a href="http://www.petri.co.il/joining_a_domain_in_windows_xp_pro.htm"&gt;   Joining a Domain in Windows XP Pro&lt;/a&gt; and    &lt;a href="http://www.petri.co.il/requirements_when_joining_a_domain.htm"&gt;Requirements when    Joining a Domain&lt;/a&gt; pages for more on this issue.&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Enter the    Active Directory domain name (in the form of xxx.yyy, for example:    DPETRI.NET) or the NetBIOS name of the NT 4.0 domain (in the form of    xxx, for example: DPETRI). Press Next.&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;&lt;b&gt;Note:&lt;/b&gt; If    you provide a wrong domain name or do not have the correct connectivity    to the domain's DNS server you will get an error message.&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;A    username/password window will appear. Enter the name and password of the    domain's administrator (or your own if you're the administrator on the    target domain).&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;"&gt;&lt;a href="http://www.petri.co.il/images/inst_w2k26.gif"&gt;   &lt;img src="http://www.petri.co.il/images/inst_w2k26_small.gif" image="images/inst_w2k26.gif" border="1" height="75" width="100" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;&lt;b&gt;Note:&lt;/b&gt;    Providing a wrong username or password will cause this phase to fail.   &lt;/span&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol start="9"&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Next the setup    process will finish copying files and configuring the setup. You do not    need to do anything.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;"&gt;&lt;a href="http://www.petri.co.il/images/inst_w2k27.gif"&gt;   &lt;img src="http://www.petri.co.il/images/inst_w2k27_small.gif" image="images/inst_w2k27.gif" border="1" height="75" width="100" /&gt;&lt;/a&gt;   &lt;a href="http://www.petri.co.il/images/inst_w2k28.gif"&gt;   &lt;img src="http://www.petri.co.il/images/inst_w2k28_small.gif" image="images/inst_w2k28.gif" border="1" height="75" width="100" /&gt;&lt;/a&gt;   &lt;a href="http://www.petri.co.il/images/inst_w2k29.gif"&gt;   &lt;img src="http://www.petri.co.il/images/inst_w2k29_small.gif" image="images/inst_w2k29.gif" border="1" height="75" width="100" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol start="10"&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;After the    copying and configuring phase is finished, if Windows Server 2003 finds that you have a    badly configured screen resolution it will advise you to change it and    ask you if you see the new settings right.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Setup finishes    and displays the finish window. Unfortunately, you must press Finish in    order to reboot..&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;"&gt;&lt;a href="http://www.petri.co.il/images/inst_w2k30.gif"&gt;   &lt;img src="http://www.petri.co.il/images/inst_w2k30_small.gif" image="images/inst_w2k30.gif" border="1" height="75" width="100" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol start="12"&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Windows 2000    reboots and you should get the CTRL-ALT-DEL window.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;blockquote&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;"&gt;&lt;a href="http://www.petri.co.il/images/inst_w2k31.gif"&gt;   &lt;img src="http://www.petri.co.il/images/inst_w2k31_small.gif" image="images/inst_w2k31.gif" border="1" height="75" width="100" /&gt;&lt;/a&gt;   &lt;a href="http://www.petri.co.il/images/inst_w2k32.gif"&gt;   &lt;img src="http://www.petri.co.il/images/inst_w2k32_small.gif" image="images/inst_w2k32.gif" border="1" height="75" width="100" /&gt;&lt;/a&gt;   &lt;a href="http://www.petri.co.il/images/inst_w2k33.gif"&gt;   &lt;img src="http://www.petri.co.il/images/inst_w2k33_small.gif" image="images/inst_w2k33.gif" border="1" height="75" width="100" /&gt;&lt;/a&gt;   &lt;a href="http://www.petri.co.il/images/inst_w2k35.gif"&gt;   &lt;img src="http://www.petri.co.il/images/inst_w2k35_small.gif" image="images/inst_w2k35.gif" border="1" height="75" width="100" /&gt;&lt;/a&gt;   &lt;a href="http://www.petri.co.il/images/inst_w2k34.gif"&gt;   &lt;img src="http://www.petri.co.il/images/inst_w2k34_small.gif" image="images/inst_w2k34.gif" border="1" height="75" width="100" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/blockquote&gt;  &lt;ol start="13"&gt;&lt;li&gt;   &lt;p style="margin-right: 30px;"&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;That's it!    you're done!&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6056320003747016905-9109470325961842307?l=ayi92.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ayi92.blogspot.com/feeds/9109470325961842307/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6056320003747016905&amp;postID=9109470325961842307' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6056320003747016905/posts/default/9109470325961842307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6056320003747016905/posts/default/9109470325961842307'/><link rel='alternate' type='text/html' href='http://ayi92.blogspot.com/2008/08/install-windows-2000-server.html' title='install windows 2000 server'/><author><name>ayi web blog</name><uri>http://www.blogger.com/profile/16757499420775719964</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
