28 April 2004

Link instalation aplikasi server pada mesin linux:
www.rocksproject.org

read more...


##Create User On Oracle##
create user user_name identified by user_pass default tablespace users temporary tablespace temp;
grant connect, resource to user_name;
grant imp_full_database to user_name;
grant exp_full_database to user_name;
grant dba to user_name;

##PHP with Oracle###
./configure --with-apxs2 --enable-track-vars --with-mysql --with-pgsql --with-jpeg --with-png --enable-xml --with-zlib --with-oci8=/opt/oracle/product/9.2.0 -with-oracle=/opt/oracle/product/9.2.0 --enable-sigchild --enable-sockets

read more...
23 April 2004

URL menarik mengenai instalasi beberapa aplikasi di mesin LINUX dalam bahasa Indonesia:
http://efnet.linux.or.id
http://www.cakraweb.com/~asfik



read more...


URL menarik mengenai panduan menginstall oracle di mesin LINUX:
http://www.puschitz.com

read more...


Perintah untuk melihat jumlah memory terpasang di linux:
#grep MemTotal /proc/meminfo


Melihat swap space, berjalan:
cat /proc/swaps

read more...