29 October 2004

Site RPM terbaru untuk Redhat, RHEL dan FEDORA:
http://dag.wieers.com/packages

read more...
17 September 2004

URL cara instal portsentry http://www.falkotimme.com/howtos/chkrootkit_portsentry/index.php

read more...
10 August 2004

#shorewall rule
ACCEPT loc:10.1.1.0/24 fw tcp 53
ACCEPT loc:10.1.1.0/24 fw udp 53
ACCEPT loc:10.1.1.0/24 fw tcp 8080 -
REDIRECT loc:10.1.1.0/24 8080 tcp 80 - !10.1.1.1
ACCEPT loc:10.1.1.0/24 fw tcp 21,22,80,67,68,10000 -
ACCEPT net fw tcp 21,22,53,80 -
ACCEPT $FW loc:10.1.1.0/24 tcp 80,68,67,443,440,10000,8080 -

read more...


#dhcpd.conf
ddns-update-style none;
option routers 10.1.1.1;

# Konek-langsung
subnet 10.1.0.0 netmask 255.255.0.0 {
option routers 10.1.1.1;
option subnet-mask 255.255.0.0;
option domain-name "mercubuana.com";
option domain-name-servers 10.1.1.1;
option nis-domain "mercubuana.com";
range dynamic-bootp 10.1.90.100 10.1.90.200;
default-lease-time 21600;
max-lease-time 43200;
}

host tukangserver {
hardware ethernet 00:50:ba:62:b5:a4;
fixed-address 10.1.80.3;
}

read more...
26 June 2004

route add -net 192.168.1.0 netmask 255.255.255.0 eth0
adds a route for the 192.168.1 network for eth0
the default for the netmask would be the same
This is done when ifconfig is done for eth0.

route add 192.168.1.15 eth0
adds an explicit route for a single host
probably not needed

route add default gw 192.168.1.1
adds a default route

route del -net 192.168.1.0
deletes a network route

route del 192.168.1.15
deletes an explicit route for a single host
probably not needed

route del default gw 192.168.1.1
deletes a default route

read more...
31 May 2004

Solusi bila instalasi modul perl (cpan) di redhat:
"'export LANG=C' before running 'perl Makefile.PL' or 'make' is the
current workaround for this issue"

read more...
29 May 2004

Tutirial instalasi posfix+amavis
http://www.khoosys.net/single.htm?ipg=118

read more...
11 May 2004

Apa yg harus dilakukan jika apachectl bawaan oracle 9i tdak mau di start

Jawab:
Tambahkan "export DISPLAY=:42.0" di ORACLE_HOME/Apache/Apache/bin/apachectl

Dokumen terkait:
http://www.dbforums.com/printthread.php?threadid=800347

read more...
01 May 2004

Tutorial aplikasi Linux:
http://linux.cudeso.be/linuxdoc/portsentry.php

read more...
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...
10 March 2004

Link daftar port-port standar:
http://www.chebucto.ns.ca/~rakerman/port-table.html

Link daftar ip server yang digunakan oleh yahoo messenger:
http://oldfaq.phoneboy.com/fom-serve/cache/241.html

read more...
03 March 2004

Link tutorial Linux yang menarik untuk di kunjungi: http://www.siliconvalleyccie.com

read more...