This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Rabu, 30 Januari 2013

Konfigurasi DHCP Server Pada Debian

-install paket yang dibutuhkan Debian:~#apt-get install isc-dhcp-server -edit file dhcp.conf Debian:~#nano /etc/dhcp/dhcpd.conf Edit file dibawah ini # A slightly different configuration for an internal subnet. subnet 192.168.50.0 netmask 255.255.255.0 { range 192.168.50.100 192.168.50.150; option domain-name-servers 200.100.4.1; option domain-name "anatsatkj.com"; option routers 200.100.4.2; option broadcast-address 192.168.50.255; default-lease-time 600; max-lease-time 7200; } Kemudian simpan -edit file Debian:~#/nano /etc/default/dhcp3-server...

Cara Install joomla dengan UniServer

Kali ini saya akan memberi tahu tentang cara instalasi joomla dengan uniserver. Saya menggunakan joomla versi 1.5.25 dan uniserver versi 8.7.2. Berikut caranya: 1. Instal aplikasi Uniserver terlebih dahulu. Kemudian jalankan aplikasinya. 2. Klik start both untuk menghidupkan apache dan mysqlnya. 3. Ekstrak file joomla ke file UniServer –>  www.                   4. Klik phpmyadmin...