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…

PostgreSQL Performance Tuning Compilation

Performance Tuning PostgreSQL by Frank Wiles PostgreSQL 8.0 Performance Checklist by Josh Berkus and Joe Conway Annotated POSTGRESQL.CONF Guide for PostgreSQL by Josh Berkus and Joe Conway Tuning PostgreSQL for performance by Shridhar Daithankar, Josh Berkus Feel free to add-into…

Exim, refused: too many connections

One of our mailserver having problem last week. It’s caused by the massive connections connected into the server sending out newsletter(large database unstoppable loops) from one host. 2006-06-15 08:50:06 Connection from [201.xx.xx.xx] refused: too many connections 2006-06-15 08:50:20 Connection from…

Backup and Archive Incoming Email with Exim

Loitering around Google and finding a way to archive/backup incoming email in Exim email server. I went through the documentation in Exim offical website and found out a solution to do that with $tod_log, substr and shadow_transport. The below transport…