Products from ITeF!x
script
A Video Tutorial on how to install cwRsync on a server and client and transfer files
Hi,
At http://www.alanbonnici.com/videos/cwrsync.asp I have just placed a 20 minute video tutorial on how to install, configure and transfer data using this product.
I still consider this to be a works-in-progress document and would appreciate any feedback, corrections or suggestions.
Regards,
Alan Bonnici
Batch sample for backing up all network computer and/or folder list (to reduce rsync error with large amont of files/folder)
@ECHO OFF REM ***************************************************************** REM REM Batch file for backing up all network computers (with a same share name) REM REM This script will list all computers in network and try to connect to REM a predifined share. Then it maps drive to that share and rsync it. REM REM - Allow to exclude computers REM - You must set a differential backup folder and a main backup one REM (differential backup will save files modifications in ...backups_folder/year/month/day/pcname/... folder REM
Dynamic Nagvis maps with GPS
gps2map.pl calculates pixel coordinates of objects with GPS coordinates and produces a Nagvis (a visualization addon for Nagios) configuration file. This allows us to create Nagvis maps with moving objects. First of all, you need to create a map image representing the area in where your mobile objects will be positioned. You can use the parameters below for map image customization:
Create a unique identification string for a PC
If you need to identify a PC in a unique way for security purposes, you can create a fingerprint consisting of various identification tags of the components in the PC. The Autoit script below returns an MD5 digest for the combination of computer name, chassis id, baseboard id and disk id of drive C:
Extracting e-mail addresses from Active Directory
The script below can be used to create a text file containing e-mail addresses from Active directory. You can then pick up that file on your mail gateway and use it as a source for valid recipients (via http protocol for example). Sure, you can also contact AD directly every time you need a recipient check. However, this may be a resource intensive task for larger environments and firewall arrangements for AD access can be a security issue.