PgPool – PostgreSQL Connection Cache

Playing PgPool on a heavy load database server is fun. PgPool does connection caching and it also does database mirroring. Visit PgPool offical website to learn more about db miroring. I have done some stress test on my database server,…

FreeBSD Portsnap & CVSup

I just tried FreeBSD Portsnap, another tools to maintain FreeBSD port tree. The result is rocking, update on the port tree is extremely fast, it may take some time when you first perform portsnap fetch, extract and update. The command…

Adding RTL8139 Into Gentoo With modeprobe

In Gentoo installation, if you are booting kernel with nodetect; then you are required to add Realtek 8139 module to enable the NIC working. Well, if you run modprobe rtl8139, r8139 or realtek8319 won’t work. The correct modprobe is; modeprobe…

Best Gentoo Installation Guide

If you are a newbie like me try to install gentoo into a new machine, you are surely looking for the best documentation to guide you throughout the installation. I found this is usefull, at least it works for me….

Sheep In The Box Source Code Release

Many of you who attended HITBSecConf06 might seen Sheep In The Box on the big projector. Basically it’s a php script that read ettercap sniffed log file. For those are interested to setup one and play around with it, here…