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

Have your java-app connect through proxy-server

It’s quite simple, and you’ll find a good example her:
Notice the difference before and after jdk 1.3.1.
(The system property values has changed.)

http://www.rgagnon.com/javadetails/java-0085.html

Good Luck!