Category Archives: Tutorial

Cara Setting Google Apps Menggunakan Domain Sendiri

Seperti kita ketahui Google memberikan layanan email gratis melalui “Google Apps” dengan kapasitas 6GB dan kita bisa menggunakan domain kita sendiri. Jadi sebelum mendaftar ke layanan Google Apps pastikan kita sudah memiliki alamat domain sendiri. Bila belum memilikinya silakan daftar domain di http://domain.whplus.com. Setelah memiliki domain sendiri anda bisa mengikuti tutorial singkat bagaimana cara settingnya… Read More »

How to Find and Check Number of Connections to a Server

Whenever a client connects to a server via network, a connection is established and opened on the system. On a busy high load server, the number of connections connected to the server can be run into large amount till hundreds if not thousands. Find out and get a list of connections on the server by… Read More »

Instalasi dan Konfigurasi LAMP server di Ubuntu 9.04 (Jaunty Jackalope)

Berikut ini adalah instalasi LAMP (Linux-Apache-MySQL-PHP) di Ubuntu 9.04 (Jaunty Jackalope) melalui command line: Instal Apache: $ sudo apt-get install apache2 apache2-doc apache2-mpm-prefork apache2-utils apache2-suexec libexpat1 ssl-cert Instal PHP: $ sudo apt-get install libapache2-mod-php5 libapache2-mod-ruby libapache2-mod-python php5 php5-common php5-curl php5-dev php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-mysql php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy… Read More »