Changes between Version 47 and Version 48 of SystemAdmin


Ignore:
Timestamp:
07/23/12 15:15:17 (12 years ago)
Author:
Nick Holden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdmin

    v47 v48  
    1515
    1616* 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
     18clamscan -ri --exclude-dir=^/sys\|^/proc\|^/dev / | mail -s "ClamAV Scan Results for `date +%D`" email@email.domain`
    1819
    1920* 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)