Posted in September 16, 2009 ¬ 2:54 pmh.cuplis
salah satu cara untuk configure dhcp server adalah sbb :
install dhcp server
user@computer:$ sudo apt-get install dhcp3-server
ubah file /etc/dhcp3/dhcpd.conf :
user@computer:$ sudo vim /etc/dhcp3/dhcpd.confddns-update-style none;option domain-name “cuplis.lokal”;option domain-name-servers 192.168.17.12;option routers 192.168.22.1;default-lease-time 42300;max-lease-time 84600;subnet 192.168.22.0 netmask 255.255.255.0 {range 192.168.22.1 192.168.22.10;}
note :
option domain-name “cuplis.lokal”; => untuk menentukan domain name untuk client DHCP
option domain-name-servers 192.168.17.12; => untuk menentukan ip DNS [...]
Read the rest of this entry »
Posted in September 16, 2009 ¬ 10:23 amh.cuplis
pesan error “vmware error while getting interfaces flag” muncul ketika aku melakukan copy virtual machine (dalam kasus ini ubuntu). virtual machine source-nya tidak ada masalah, sedangkan virtual machine hasil copy-nya keluar pesan error “vmware error while getting interfaces flag” dan semua eth tidak terdeteksi. untuk mengatasinya lakukan langkah2 berikut :
hapus semua ethernet yang ada di [...]
Read the rest of this entry »
Posted in September 15, 2009 ¬ 4:04 pmh.cuplis
pertama install bind9 :
user@computer:$ sudo apt-get install bind9
kemudian tambahkan zone pada file /etc/bind/named.conf :
user@computer:$ sudo vim /etc/bind/named.confzone “cuplis.net” IN {type master;file “/etc/bind/db.cuplis-a”;allow-update { none; };};zone “22.168.192.in-addr.arpa” IN {type master;file “/etc/bind/db.cuplis-ptr”;allow-update { none; };};
kemudian buat file db.cuplis-a dan db.cuplis-ptr di /etc/bind/ (copy aja dari db.local dan db.127) :
user@computer:$ sudo cp /etc/bind/db.local /etc/bind/db.cuplis-a
user@computer:$ sudo cp /etc/bind/db.127 /etc/bind/db.cuplis-ptr
Bookmarks:
Read the rest of this entry »
Posted in August 22, 2009 ¬ 10:08 amh.cuplis
Entrepreneurship adalah kegiatan yang dilakukan oleh perusahaan baru atau yang sudah matang dalam mengidentifikasi peluang.
Kategori apa yang membuat orang dikatakan sebagai seorang Entrepreneur :
pengusaha yang memiliki visi jauh ke depan didukung oleh ide-ide spesifik yang tidak ada di pasar.
pengusaha yang mempromosikan visi dengan antusias dan semangat.
pengusaha yang dengan gigih mengubah visi menjadi kenyataan.
pengusaha yang berpikir [...]
Read the rest of this entry »
Posted in August 20, 2009 ¬ 6:59 pmh.cuplis
soal uts cyberpreneurship bl-roxy ada di sini.
source : http://jimmichaelw.wordpress.com/2009/08/20/uts-cyberpreneurship-roxy/ @20090820185833
Bookmarks:
Read the rest of this entry »
Posted in August 11, 2009 ¬ 5:27 amh.cuplis
materi cyberpreneurship 0809 :
Materi 01 – Cyberpreneurship
Materi 02 – Cyberpreneurship
Materi 03 – Cyberpreneurship
Materi 04 – Cyberpreneurship
source : http://jimmichaelw.wordpress.com/download/
Bookmarks:
Read the rest of this entry »