Script to automaticly get emails from pop3 servers using getmail allows multiple downloads, auto search. Requirements: Perl, Perl Regexp::Trie and Net::POP3. Both can be easly installed via cpan interface or Download from here Create a special user account called downmx […]
GetMail from command line
. . Getting email from the command line was always something I wanted, also to be able to filter what I get. This great tool is something like fetchmail but better, thanks to Charles Cazabon who wrote this amazing tool […]
CheckFileSize VBS for Nagios
Nagio/NRPE_NT VBS Script to check the size of file(s) inside a Folder. IMPORTANT, From nagios you Must pass double slashes Usage: check_filesize -p “path” -f “file(s)” -w -c Example1(script localy using cscript ): check_filesize -p “E:mdbdata” -f priv1.edb,priv1.stm,pub1.edb,pub1.stm -w 5000 […]
Telnet script for switches
. . Can you imagine telneting into 700+ switches to update just a single line? Well with this script it can be done in a very easy way, it does require Perl and the Net::Telnet::Cisco library. In this case I […]
Scripts VBS, Perl, Batch
. . Well you are looking for a script. I let you browse to my personal collection of scripts, most of then were written by me. CATEGORY: ACTIVE DIRECTORY – generic query AD (VBS) ARCHIVE – logs filling up your […]
Network Scanner
I wrote my first perl code today. I know its not something to be proud but hey it works! It runs perfectly in Linux, about windows I am not sure (let me know any feedbacks) I had written something similar […]