Archive for March, 2003

Acronym Project - Ant and Eclipse

Having some problems getting Ant running the way I want to. It’s another question of whether the IDE (Eclipse) is being too inflexible or if I’m not doing something right. Eclipse doesn’t ship with functionality that allows ant build options. Here’s a log of what I’ve been trying.

Acronym Controller - cookies

Update on new functionality.

Displaying largest subdirectories in Linux

A quick script that can be triggered to email administrators (ie: using nagios) the largest subdirectories from a parent directory. Can also simply print the results to STDOUT.
Doesn’t work with the Solaris versions of `du’ and `sort’. :(

LVS HOW-TO

This is a short guide on how to build a Linux Virtual Server cluster. What you’ll end up with is a cluster that is good for load balancing web pages and any other simple services.

Authenticating Nagios on Apache against an Active Directory domain

In a world of multiple systems, a person wants to avoid unnecessary logins. I ran into the problem of setting up a web application where I didn’t want to create an new set of usernames and passwords for people. A single sign on (SSO) environment was not available, so I investigated authenticating Apache […]