Category Archives: Linux

Converting AIX Print Queues to Linux

I spent the last week working on a project to convert all of the forms printing at the Circus from an AIX server to a Linux server. Because the version we are stuck on is not officially supported by the … Continue reading

Posted in Linux | Leave a comment

SSH Notes

Every time I install a new server I go through the process of setting up SSH keys for easy access. I wrote this documentation a few years ago so that I didn’t have to look it up on the web … Continue reading

Posted in Linux | Leave a comment

Graphing HTTP response time with MRTG

2010-03-21 11:41:20 Graphing HTTP response time with MRTG If you read my SLA Labbing post ealier you know that we were having trouble graphing Cisco SLA output in MRTG. The problem was the the MIB was not returning information that … Continue reading

Posted in Linux, Routing | Leave a comment

Symantec Linux Backup Install

It’s frustrating when a vendor provides an install script that does not work. Especially when they take the time to print a bunch of fancy script across the screen about how it is working. For those out there this is … Continue reading

Posted in Linux | Leave a comment

Parsing Barracuda Log Files

We have a Barracuda web filter here at the Circus. In general we are pleased with its performance, however, as our internet usage has climbed the days of history has declined. The inverse relationship is due to a “ring buffer” … Continue reading

Posted in Code, Linux | Leave a comment

Dig Tricks

dig +short txt _netblocks.google.com dig -t SRV _kerberos._tcp.circus.com # get the address(es) for yahoo.com dig yahoo.com A +noall +answer # get a list of yahoo’s mail servers dig yahoo.com MX +noall +answer # get a list of DNS servers authoritative … Continue reading

Posted in Linux, Routing | Leave a comment

SLA and MRTG

Over the last few days here at the Circus we have been playing around with trying to test our service level agreements (SLA). It came about because one of our off-campus sites was having connectivity issues and were extremely vocal … Continue reading

Posted in Code, Linux, Routing | Leave a comment

DHCP Options

Last week we upgraded our Call Manager and I had to mess around with DHCP to get some phones working correctly. I’ve been meaning to write an entry about our DHCP server configuration so I figured I would take some … Continue reading

Posted in Linux | Leave a comment