stuff

Vehicles

Nissan March/Micra K10 1991 page

Datsun Sunny 120Y 1978 page

Toyota Hilux VZN167R 2003 page

Scripts and Code

Guestbook here's the code the my guestbook. There are lots of guestbooks available for free, I just wanted to write my own for fun. There is nothing super special about it. Just a simple flat file guestbook, but has email address verification and confirmation and approval of the entry to prevent malicious entries. At a later stage I may add some capture images to prevent automated automated submissions. Code

Linux Server BackupThis is a simple BASH shell script that can be customised to perform a scheduled Linux server backup using cRON to backup files, mysql databases, interbase databases, and VMware virtual machines and FTP the files to an FTP server. The script is nothing special, but may be useful to someone. Script

Cisco Config BackupThis is a simple PERL script that can be customised to perform a scheduled Cisco Router or Switch config backup using cRON. The script was intended initially to perform a backup to a TFTP server, however it has remained untested, therefore only a local write to file is performed and an output of the running config to STDOUT. At a later stage a diff of the saved files may be performed using a secondary script to notify administrators of config changes. A more appropriate tool may be something like RANCID - http://www.shrubbery.net/rancid/. Here's a copy of the hack anyway Script

jAnalyse A simple Java application that used a number of libraries to do some basic analysis of a captured PCAP file. Presently it's features are very limited, but future enhancements have been planned (time permitting). The utility provides a basic summary of the traffic in the PCAP file and graphs the communicating hosts from the analysed frames. Since it's developed in Java and used Java libraries, it may run a bit slowly on large PCAP file. All feedback and feature requests are welcome, so please drop me an e-mail. You can get a copy of the utility here. jAnalyse is free for use and distribution.