Changes between Version 48 and Version 49 of SystemAdmin
- Timestamp:
- 07/23/12 15:43:31 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SystemAdmin
v48 v49 15 15 16 16 * 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 20 clamscan -ri --exclude-dir=^/sys\|^/proc\|^/dev / | mail -s "ClamAV Scan Results for `date +%D`" email@email.domain 21 }}} 22 19 23 20 24 * 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) … … 300 304 301 305 ClamAV: 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 310 clamscan -ri --exclude-dir=^/sys\|^/proc\|^/dev / | mail -s "ClamAV Scan Results for `date +%D`" email@email.domain 311 }}} 312 303 313 304 314 fail2ban