Wednesday, February 15, 2006

PHP Job Posting in PHP

Geekiest job listing ever! Gotta love geek humor. A creative way to search for PHP professional worker.

read more | digg story

Monday, February 13, 2006

Two ways Microsoft sabotages Linux desktop adoption

This columnist shows how Microsoft�s lock-in strategies work behind the scenes to stop Linux desktop adoption, drawing on the stories of two IT pros� experiences.

read more | digg story

How Linux/UNIX Knows which program to run?

Yesss!!! Now I can blog my DIGG... here is my first digg
Have you ever wondered how Linux shell finds out which program to run or how it locates files for you? Shell goes through quite an intricate sequence of operations to process your request. This tutorial explains what happen behind the sense with an example. It is a very good read to for all noobs out there.
read more | digg story

Tuesday, January 17, 2006

mesothelioma what?

I haven't check its meanings on my trusted Oxford Fajar Advanced Learner's English-Malay Dictionary yet, but according to Cyberwire it is the Top Paying AdSense Keywords worth $84.08. Wow! that's a lot of money. I wonder what the keyword "Malaysia", "Universiti Sains Malaysia", or "Osama bin Laden" worths?

read more | digg story

Sunday, September 18, 2005

Install Apache HTTP Server Source on GNU/Linux

  1. dapatkan httpd-2.0.*.tar.gz atau httpd-2.0.*.tar.Z letakkan di /usr/src

  2. dari konsol, pergi ke tempat mana fail yg baru download tadi ada, contoh cd /usr/src

  3. kemudian taipkan command tar -zxvf httpd-2.0.*.tar.gz atau tar -zxvf httpd-2.0.*.tar.Z

  4. kemudian cd /usr/src/httpd-2.0.*


INSTALLATION
  1. taip ./configure -prefix=[directory] di mana [directory] ialah di mana anda nak install apache, cthnya ./configure -prefix=/usr/local/apache2

  2. kemudian taipkan command make tunggu aturcara dilarikan tanpa masalah

  3. kemudian make install


TEST
  1. Untuk test sama ada apache dah install gunakan parameter -v.

  2. contoh: /usr/local/apache2/bin/httpd -v

  3. versi apache akan dipaparkan oleh konsol

  4. Apache tak running/start dengan menggunakan cara ini

  5. untuk memulakan server, gunakan control script Apache, apachectl seperti dalam contoh: /usr/local/apache2/apachectl start

  6. kalau nak tahu sama ada apache berjalan, pada browser (Firefox, KOnqueror), taipkan http://localhost pada ruang alamat. Anda akan dapat TEST PAGE for THE APACHE WEB SERVER ON ****** LINUX

  7. jangan biarkan Apache terpasang tanpa kawalan, gunakan contoh /usr/sbin/apachectl stop untuk stop apache