Welcome to Cheuwholic!

Just Call me CHEUW,that maii nick name. This blog is my life. So i write everything i like and think and then just tell to all of you. Maybe my mind can give you knowledge and me too. Just learn and sharing together. We can learn everything. I like Design,Movies,Blog,and Gossip,=)
More clearly check in here

June 01 2010

June is Coming ^^ Should i Happy or Sad?

Tagged Under :

Its already june, and you know what? i dunno if i should happy or sad.. -_-”
JUNE! Oh June.. =p i sad because this blog hosting will be expire in a few days, exactly in 6th June, and now i confused because saranghosting can’t be contact since 2 month ago until now, and the only thing i can see in their web only said ” MAINTENANCE”.. FAIL! i know the owner from forum, but i dunno where the hell he is.. *mad mode on:* xD i know i can change another web hosting service, errr but i’m too lazy move anything..LOL my problem for this blog only hosting thingy, for domain i’m already renew for 2 years. ^^ So now i’ll be a bit busy with this hosting thing..zzzzz

yeaaah in june too, i’ll be a 19 years old.. i feel so old..xDD I hope when I turn 19 soon, may god always give the best for me and my family, then many people who care me. =) That makes me happy.
And i wish i can handle this blog again..LOL

May 30 2010

Membuat FTP Server di Ubuntu

Tagged Under : ,

File Transfer Protocol (FTP) adalah protokol TCP untuk mengupload dan mendownload file antar komputer. FTP ini bentuknya sebagai klien/server. Komponen server nya disebut FTP Daemon, yang secara terus menerus menerima permintaan FTP dari remote clients. Nah untuk membuat FTP Server itu sendiri terdiri dari beberapa langkah-langkah. Dibawah ini merupakan tahapan proses pembuatan FTP Server di Ubuntu.

1. Menginstall vsftpd yang merupakan FTP Daemon yang tersedia diubuntu, untuk menginstall vsdtpd ini bisa dijalankan dengan menjalankan perintah :
sudo apt-get install vsftpd
2. Konfigurasi Anonymous FTP Read the rest of this entry »

May 26 2010

Just Quick Update

Ahh..It’s been a long time did not update this blog as you can see yourself, the last I wrote in April, not only that, it’s almost more than 3 months the productivity post declining .. I don’t know why. Not because I’m busy with my studies, nor because I didn’t have time, but because I’m being a mediocre performance, just read the information and keep abreast .. ^ ^ just kidding, in fact lately I just followed the K-pop wave, especially SNSD, so I used my time to watch, listen, discuss the k-pop idol. So in the end of this blog is becoming a victim .. LOL

Mianhae..=(
And for the future project, I want to make this blog “alive” again and make a new special blog .. for the last one, that’s still secret.. =p

May 25 2010

Membuat DNS Server Ubuntu

Tagged Under : ,

Dibawah ini tahapan membuat DNS Server di dalam ubuntu dan sebelumnya pastikan terlebih dahulu koneksi internet anda. Karena bila tidak tersabung dengan internet maka proses dibawah ini tidak akan berhasil.

1. install paket BIND9 sudo apt-get install bind9, dan paket
sudo apt-get install dnsutils
install bind9
install DNS Utils Read the rest of this entry »

April 20 2010

Menginstall Active Directory dan Membuat Domain User di Windows Server 2003

Tagged Under : , ,

Menginstall active directory pada windows server 2003 dilakukan dengan cara mengetikan di run command : dcpromo
Photobucket

Lalu nanti akan muncul tampilan wizard windows server 2003 dan pilihlah domain controller for a new domain untuk membuat domain baru, seperti dibawah ini dan ikuti petunjuk penginstallannya :
Photobucket

Pilih domain in a new forest lalu klik next
Photobucket

Read the rest of this entry »

April 12 2010

Menginstall dan Konfigurasi DHCP Server di Ubuntu

Tagged Under : ,

DHCP Server merupakan sebuah layanan yang dapat memberikan alamat IP dan informasi TCP/IP lainnya kepada semua klien yang memintanya. DHCP server umumnya memiliki sekumpulan alamat yang diizinkan untuk didistribusikan kepada klien. Berikut ini merupakan langkah – langkah penginstallan dan Konfigurasi DHCP Server di Ubuntu (Ubuntu yang digunakan adalah Ubuntu 9.10) :
1. Menginstall DHCP
Untuk Proses menginstall DHCP ini, ketikan di terminal ubuntu anda : sudo apt-get install dhcp3-server
Install DHCP Server Ubuntu
2. Mengkonfigurasi DHCP
Jika komputer ubuntu anda mempunyai 2 network card atau lebih, maka anda harus memilih salah satu network card yang digunakan untuk menerima permintaan IP dari client. Lalu buka dan editlah file dhcp3-server anda dengan mengetikkan :
sudo gedit /etc/default/dhcp3-server
3. Lalu ubahlah INTERFACES=”eth0″ menjadi eth1
Ganti Interface
4. Simpan file yang telah diedit tadi kemudian exit
5. Untuk membackup file dhcpd ketikan cp /etc/dhcp3/dhcpd.conf /etc/dhcp3/dhcpd.conf.back
6. Setelah itu ganti konfigurasi dhcpd dengan mengetikan perintah sudo gedit /etc/dhcp3/dhcpd.conf dengan konfigurasi sebagai berikut :
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.254;
option domain-name-servers 192.168.1.1, 192.168.1.2;
option domain-name “yourdomainname.com”;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.10 192.168.1.200;
}
host client1{
hardware ethernet 00:1b:63:ef:db:54;
fixed-address 192.168.1.20;
}
host client2{
hardware ethernet 00:0a:95:b4:d4:b0;
fixed-address 192.168.1.21;
}
host client3{
hardware ethernet 00:16:cb:aa:2a:cd;
fixed-address 192.168.1.22;
}
host client4{
hardware ethernet 00:0a:95:f5:8f:b3;
fixed-address 192.168.1.23;
}

Edit Konfigurasi DHCP
note : Yang ditandai kuning merupakan domain yang di pakai client
7. Setelah selesai kita perlu merestart dhcp nya dengan perintah : sudo /etc/init.d/dhcp3-server restart
Restart DHCP
8. Maka kita telah selesai dalam proses menginstall dan konfigurasi DHCP Server

your ads here your ads here your ads here your ads