Categories
OS tricks

FreeBSD links collection

Here are some of my most frequently used links regarding FreeBSD. They will help you out with most of the basic questions (and some advanced too).

BSD News – A site providing news on the BSD projects.
bsdguides.org – Guides for FreeBSD, OpenBSD, NetBSD, and Mac OS X
defcon1.org – Guides to FreeBSD

Categories
Development

A wake-up call for webservice lovers (and the rest of us)

The article Stop the hype about webservices in Michael Nascimento Santos’s blog gives all of us a quick reminder about when to and when not to use Webservices.

Categories
Development

Web app memory leaks

This is a must read if you’re doing webapps in J2EE. Sure made me think through how classloading, introspection and ThreadLocals are used in our app.