pageTracker._initData(); pageTracker._trackPageview(); } catch(err) {}

Archive for August 18th, 2006

Source Based Routing

Sekenario  Eth2+——–+                   / GW1        |            |————–| Eth1+——–+Eth0             \ GW 2 VN:F [1.6.8_931]please wait…Rating: 0.0/10 (0 votes cast)VN:F [1.6.8_931]Rating: 0 (from 0 votes)

Comments (5)

Yang gak pernah merasa puas

Saya pengen Nikah Saya pengen Kuliah Saya pengen Punya Rumah Sendiri Saya pengen Naek Haji VN:F [1.6.8_931]please wait…Rating: 0.0/10 (0 votes cast)VN:F [1.6.8_931]Rating: 0 (from 0 votes)

Comments (1)

Cara install wordPress under UNIX

Requirement         Sebelum anda menginstall wordpress, anda harus sudah menginstall Apache, PHP dan Mysql. Instal WordPress Download source wordpress di alamat http://wordpress.org/latest.tar.gz kemudian lakukan langkah-langkah berikut ini cp latest.tar.gz /usr/local/apache/htdocs cd /usr/local/apache/htdocs tar xvfz latst.tar.gz cd wordpress cp wp-config-sample.php wp-config.php mysql -u root CREATE DATABASE blog; GRANT select,insert,update,delete,create,drop ON blog.* TO user@localhost IDENTIFIED BY ‘password‘; isi user [...]

Comments (1)