Archive for the 'Unix' Category

Lets talk about LAMP

Often i come across people who raise their eyebrows when exposed to the most commonly term in the web-o-sphere, LAMP. This post is dedicated to all those readers to whom this word sounds greek.
LAMP refers to Linux, Apache, MySQL and PHP, an open-source Web application platform which uses Linux as the Operating System, Apache is [...]

Log4J: What is it?

Often i have come across code with System.out.println in it. This although works good for debugging but is one of the most low tech method for debugging.
In the Java language where a preprocessor is not available, log statements increase the size of the code and reduce its speed, even when logging is turned off. Given [...]