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
Monday, February 13, 2006
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
read more | digg story
Sunday, September 18, 2005
Install Apache HTTP Server Source on GNU/Linux
- dapatkan httpd-2.0.*.tar.gz atau httpd-2.0.*.tar.Z letakkan di /usr/src
- dari konsol, pergi ke tempat mana fail yg baru download tadi ada, contoh cd /usr/src
- kemudian taipkan command tar -zxvf httpd-2.0.*.tar.gz atau tar -zxvf httpd-2.0.*.tar.Z
- kemudian cd /usr/src/httpd-2.0.*
INSTALLATION
- taip ./configure -prefix=[directory] di mana [directory] ialah di mana anda nak install apache, cthnya ./configure -prefix=/usr/local/apache2
- kemudian taipkan command make tunggu aturcara dilarikan tanpa masalah
- kemudian make install
TEST
- Untuk test sama ada apache dah install gunakan parameter -v.
- contoh: /usr/local/apache2/bin/httpd -v
- versi apache akan dipaparkan oleh konsol
- Apache tak running/start dengan menggunakan cara ini
- untuk memulakan server, gunakan control script Apache, apachectl seperti dalam contoh: /usr/local/apache2/apachectl start
- 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
- jangan biarkan Apache terpasang tanpa kawalan, gunakan contoh /usr/sbin/apachectl stop untuk stop apache
Wednesday, September 14, 2005
Subscribe to:
Posts (Atom)