Monthly Archives: June 2007

ascii art motd funs

Here’s a small quicktime movie of my server’s current message of the day (250 KB). I’m headed to PA in a few hours to hang out with the fam for a week. Unemployed for about 2 months now, and it’s … Continue reading

Posted in bit bucket | Tagged , | Leave a comment

Tiger Server servermgrd library for Python

motivation I finally found a reason to write some Python. Being something of a monitoring and data junkie, I’ve had a fair amount of experience with snmp, data mining scripts, etc. After writing this post to the server list, I … Continue reading

Posted in development, OS X Server, scripts, tutorials | 17 Comments

DNS Zone File record generation script

In wrote the following as part of my response to this. #!/usr/bin/perl -w use strict; # Place the first three octets here. my $AddressPrefix = “10.0.1”; # Define the range of numbers, inclusive. my $range = “2 .. 10”; # … Continue reading

Posted in OS X Server, scripts | Leave a comment