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…

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…

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…

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…

Am experimenting suphp on several servers for security reason. During installation, I have encoutered few error messages and problems. Here are what I want to share; Error in suphp.c on line xxx After suphp installation, fire up apache web server….