Changes between Version 47 and Version 48 of SystemAdmin
- Timestamp:
- 07/23/12 15:15:17 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SystemAdmin
v47 v48 15 15 16 16 * ClamAV: Put the following in cron.weekly and chmod 755: 17 `clamscan -ri --exclude-dir=^/sys\|^/proc\|^/dev / | mail -s "ClamAV Scan Results for `date +%D`" email@email.domain` 17 `#!/bin/bash 18 clamscan -ri --exclude-dir=^/sys\|^/proc\|^/dev / | mail -s "ClamAV Scan Results for `date +%D`" email@email.domain` 18 19 19 20 * All UHL machines need to be able to access the internet for updates, etc. For this they need to be 'allowed by rule' through the BlueCoat firewall. This is arranged by UHL IM&T (Geoff Harrison)