cgi-this home
    


Resume

Projects

......

....

..
  Free Scripts   

WARNING: Use or modify these script at your own peril.

  • exif_sort.pl
    Prefixes jpegs with an index number based on the EXIF DateTimeOriginal field. In other words, allows you to sort a directory full of jpegs by the date the picture was taken rather than the filename.
    Requires the Image::Info perl module.


  • exif_mtime.pl
    Changes the last modification time of a group of jpeg files based on the EXIF DateTimeOriginal field.
    Requires the Image::Info perl module.
  • aim_nagios.pl
    Allows you to receive nagios alerts via your AOL Instant Messenger (AIM) handle.
    Requires the Net::AIM and Time::HiRes perl modules.

    To install, follow these steps:
    • Install the Net::AIM perl module. If it is version 1.22 of the module, you will need to modify line 143 of AIM.pm to read "return $conn;" instead of "return 1;".
    • Modify misccommands.cfg in your nagios etc/ directory, add these lines:
    • Add nagios contacts using "notify-by-aim" and "host-notify-by-aim".
    • Modify contact groups to use the new contacts you just added.