ruangan “meseg” kat bahgian comment tu ja.. hehehe

January 23, 2007

Gue saja buk ruangan ni memandangkan gue tak kenal loe… belasah jaa…


terlupa…

January 21, 2007

mount -o remount,rw /


Protected: apa kah ini????

January 13, 2007

This post is password protected. To view it please enter your password below:



.htaccess

January 11, 2007

 

RewriteEngine On
RewriteRule ^cat_([0-9]+).html /v2/index.php?do=cat&cid=$1 [L]
RewriteRule ^p_([a-z_0-9]+).html /v2/index.php?do=post&id=$1 [L]
RewriteRule ^archive_([0-9]+)_([0-9]+).html /v2/index.php?m=$1&y=$2 [L]

Read the rest of this entry »


re-compile kernel for debian sarge.r3 2.6.*

January 11, 2007

  

apt-get install kernel-package libncurses5-dev fakeroot wget bzip2
cd /usr/src
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.7.tar.bz2
tar xjf linux-2.6.11.7.tar.bz2
cd linux-2.6.11.7/
make menuconfig @ make xconfig ( for desktop )


Apache 2.0.53 / SSL, PHP 5.0.3, MySQL 4.1.10 on Linux

January 11, 2007

lagi lagi lagi…. http://google.com

  • We will need OpenSSL library: openssl-0.9.7e.tar.gz
  • Compilation of OpenSSL: su
    cd /usr/local/src
    tar -zxvf openssl-0.9.7e.tar.gz
    cd openssl-0.9.7e
    ./config –prefix=/usr/local
    make
    make install

lagi !!!!

    Read the rest of this entry »