Hmm, Found this humourous: cisco WS-C2970G-24TS-E (PowerPC405) processor (revision G0) with 118784K/12280K bytes of memory. Hmm, some developers should do USED/AVAILABLE better… *sighs* I could […]
Cluster 101
There was a query about clustered hosting on Whirlpool. I wrote a reply and thought it’d be pertinent for someone who was starting out during […]
Kevin Rudd says
[From Right to Reply]: Fibre to the node national network capable of 12 mbit sustained over a 5 year period. Fibre can scale up so […]
Making Plesk rewrite it’s .qmail properly
It seems after an upgrade from Plesk 8.0 to 8.1.1 the .qmail files didn’t regenerate their SpamAssassin configs correctly. Despite using mchk to rebuilt it […]
Convert reverse DNS zone to forward DNS zone
A one liner to convert a reverse DNS zone to a forward DNS zone: cat 123.345.567.in-addr.arpa | awk ‘{ printf “%s\tIN\tA\t123.345.567.%s\n”, $4, $1; }’ | […]