Changes between Version 48 and Version 49 of SystemAdmin


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdmin

    v48 v49  
    1515
    1616* ClamAV: Put the following in cron.weekly and chmod 755:
    17 `#!/bin/bash
    18 clamscan -ri --exclude-dir=^/sys\|^/proc\|^/dev / | mail -s "ClamAV Scan Results for `date +%D`" email@email.domain`
     17
     18{{{
     19#!/bin/bash
     20clamscan -ri --exclude-dir=^/sys\|^/proc\|^/dev / | mail -s "ClamAV Scan Results for `date +%D`" email@email.domain
     21}}}
     22
    1923
    2024* 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)
     
    300304
    301305ClamAV: Put the following in cron.weekly and chmod 755:
    302 `clamscan -ri --exclude-dir=^/sys\|^/proc\|^/dev / | mail -s "ClamAV Scan Results for `date +%D`" email@email.domain`
     306
     307
     308{{{
     309#!\bin\bash
     310clamscan -ri --exclude-dir=^/sys\|^/proc\|^/dev / | mail -s "ClamAV Scan Results for `date +%D`" email@email.domain
     311}}}
     312
    303313
    304314fail2ban