Setting up firewall in Ubuntu
Though I am not a server or network administrator I have always been interested in learning how to secure a network. From some initial reading I... more »
0 commentsSave Tags: open source, reviews, unix-linux
Design Books for Developers
Designing the Obvious is a book I ran into at Books a Million a few months ago. Usually when I head out to bookstores I grab a handful of books and... more »
0 commentsSave Tags: books, web design
Code generation made easy using patterns
Since starting developing some code generation plugins using/for the NetBeans 6.1Beta I have learnt a lot and the more I worked on it I kept asking... more »
0 commentsSave Tags: frameworks, how-to, java, open source
NetBeans: Generating Java Util Logger
Java Util Logger has enabled us to ship application without having dependency on any external JARs or APIs for logging purpose. After starting to use... more »
0 commentsSave Tags: how-to, java, open source, tools