February 27, 2006 @ 8:30 pm
This project provides tools to manage configurations for Cisco devices. At the heart of the project is a tftp daemon written entirely in PHP. Configurations are read and written to the tftp server using a file path that incorporates a password feature for security. The current version of each device configuration is stored in a mysql database. Subsequent changes to the configurations are stored in diff format to provide revision history. A web frontend is provided to manage devices and view configurations and history. (more…)
November 20, 2005 @ 2:20 am
A few evenings and here it is, my new Wordpress theme. While I was at it I also integrated the WP-Print 2.00a plugin. Other then that it is just a brand new look.
November 10, 2005 @ 2:11 am
The other day I signed up for the Google AdSense program. No problem integrating the AdSense code into static pages here or there. Wordpress was a different matter. I could add code manually in templates but adding it to posts didn’t go over so well. Wordpress applied formatting to the AdSense code which broke things.
(more…)
October 26, 2005 @ 10:15 pm
AWStats is a log analyzer for apache logs. It is available at http://awstats.sourceforge.net/.
AWStats consists of a number of perl scripts and related files. There is no build in the sense of compiling required. Even though awstats has been designed as a cgi that creates statistics dynamically it also supports static html pages. I choose to run awstats on a daily basis to generate static pages. No cgi access provided. This eliminates all cgi related security risks and also places the load of processing log information at a controlled time when overall server load is low. (more…)
October 25, 2005 @ 1:10 am
This document describes the installation of a Debian GNU/Linux (Sarge) server for the purpose of collecting and presenting NetFlow data. The NetFlow packets are collected using flow-tools. The data is processed and presented using Stager. (more…)
October 10, 2005 @ 12:35 am
My home telephone system is a Asterisk Open Source PBX. The actual handsets are Cisco IP phones. In this document I am describing the steps taken to setup the TFTP files needed to provision and manage Cisco phones. (more…)