PHP Recode Caused PHP Core Dump?

php -v PHP 5.1.6 with Suhosin-Patch 0.9.6 (cli) (built: Nov 1 2006 11:37:21) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies php in free(): error: junk pointer, too high to make sense Abort (core…

FreeBSD Ports PHP with Suhosin

Just found out FreeBSD Ports ported Suhosin. When you install php from port, you can either choose configure with Suhosin or no. PHP 5.1.6 with Suhosin-Patch 0.9.6 (cli) (built: Nov 1 2006 11:37:21) Copyright (c) 1997-2006 The PHP Group Zend…

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…