Archive for May, 2010

Membuat FTP Server di Ubuntu

// May 30th, 2010 // 1 Comment » // Learning

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 (more…)

Just Quick Update

// May 26th, 2010 // No Comments » // My Life

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

Membuat DNS Server Ubuntu

// May 25th, 2010 // 5 Comments » // Learning

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 (more…)