One thing I hate is having to do something over and over again and usually my laziness gets me into doing more work up front. This afternoons project was getting my server scan to post to our wiki. Cron'd to run once a week is a nmap scan of my servers (replace your ip set for 1.2.3.4 of course)
/usr/bin/nmap -sP -oG /usr/local/perlib/sysadmin/
(
Read more... )