2013-02-04 02:45:04 +00:00
script-collection
=================
Preface
-------
I write scripts a lot. Partly as a hobby, partly to make my own work easier and partly for my job.
2014-02-07 18:55:52 +00:00
2013-02-04 02:45:04 +00:00
I tend to choose whatever language is most appropriate for what I'm doing, although I usually prefer Bash.
2013-03-18 00:37:01 +00:00
License
-------
Unless otherwise stated, all scripts and code in this repo are licensed under the 3-clause BSD license.
2013-02-04 02:45:04 +00:00
Scripts
-------
This readme contains an up to date list of all scripts in the repo + their descriptions:
2014-02-07 18:55:52 +00:00
- aslookup (and aslookup-new): Perl - Script to look up ASN information for a given IP or ASN. aslookup-new is a rewrite aimed at being more robust and providing more reliably useful data.
2013-08-29 20:01:50 +01:00
- cpanel-rdns-manager: Bash - Script to manage in-addr.arpa zones (and in the future, ip6.arpa zones). Primarily meant to be used on cPanel systems but should be fairly portable to anything that uses bind9.
2014-02-07 18:55:52 +00:00
2013-02-04 03:04:05 +00:00
- mailview: Perl - Script to parse HTML email and format it in a text-reader-friendly way.
2014-02-07 18:55:52 +00:00
2013-02-06 13:46:08 +00:00
- nscheck: Bash - DNS diagnosis script
2014-02-07 18:55:52 +00:00
2013-02-04 03:13:16 +00:00
- watchd & watchd.conf: Bash - Script designed to run as a cronjob, alerting the user to any events.
2014-02-07 18:55:52 +00:00
2013-08-29 20:01:50 +01:00
- wdns: Bash - General-purpose script for managing DNS zones in a bind9 system. Work in progress.