When monitoring websites many times we will need more then just check if the site is up. We may need to see if the internals of the website is working, a good example is making a user login check. Using […]
Nagios script to load host
. . . When you have to load 400 IPs into Nagios/Centreon configuration, how do you do it? By hand? Well, I wrote a script that pulls all hosts from a CVS file with the fields (HOSTNAME,INFO,IP) and generates de […]
Secure SSH with Fail2Ban
Remote managing a server is important but I believe securing it is just as important. Would you like to type “last” and just relize someone has just login into your server from a far country? Well the solution is here! […]
Outlook Macro to forward emails
. . I just wrote my first Outlook VBA code, it searches the body of the email for a email and forwards that email to it. Just creat a new rule right click on the email and call it, it […]
Google AdSense and WordPress
. . Go ahead click on my Ad, and help me out? Well I am not expecting to get much of it. Just again interesting in learning and trying new technologies. The Google AdSense technology did make many people rich, […]
Warriors of the Net
. . This is a really really cool video about the Internet works. go on and take the trip
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 […]