. . Nagios/Linux easy backup method No backup tapes, no FTP. Just simple, mount a remote share and put files there. The important part is to mount the share when the system starts up, so we will could also edit […]
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 […]
Install BackTrack USB
BackTrack is one of the best Live Linux out there, it is complete with many network secuirty tools. Yes you can also just burn the CD version, but the USB is more complete its RW and smaller to carry around. […]
Backup MySQL
The will backup MySQL running under Linux Schedulle it to run using crontab: # crontab -e #!/bin/bash # Backup MYSQL DB MyUSER=”root” # USERNAME MyPASS=”o123siad” # PASSWORD MyHOST=”localhost” # Hostname # Linux bin paths, change this if it can’t be […]