| ... |
... |
@@ -49,18 +49,18 @@ |
| 49 |
49 |
|
| 50 |
50 |
== Configuration //ClamAV// == |
| 51 |
51 |
|
| 52 |
|
-The following section discusses installation and configuration of //ClamAV//. Our recommended scenario is to install {{formcycle/}} and the //ClamAV// daemon service on the same server. |
|
52 |
+The following section discusses installation and configuration of //ClamAV//. Our recommended scenario is to install {{formcycle/}} and the //ClamAV//-daemon service on the same server. |
| 53 |
53 |
|
| 54 |
54 |
=== Installation === |
| 55 |
55 |
|
| 56 |
56 |
To install //ClamAV// on a server, the following commands should be entered on the server. |
| 57 |
57 |
|
| 58 |
|
-//ClamAV// is the program that can scan files for viruses and is required to use //ClamAV//-Daemon. |
|
58 |
+//ClamAV// is the program that can scan files for viruses and is required for the use of //ClamAV//-daemon. |
| 59 |
59 |
|
| 60 |
60 |
; Update the package list: |
| 61 |
61 |
; {{code language="shell"}} sudo apt-get update {{/code}} |
| 62 |
62 |
|
| 63 |
|
-; Install //ClamAV// and //ClamAV// daemon: |
|
63 |
+; Install //ClamAV// and //ClamAV//-daemon: |
| 64 |
64 |
; {{code language="shell"}} sudo apt-get install clamav clamav-daemon -y {{/code}} |
| 65 |
65 |
|
| 66 |
66 |
=== Update the virus signature database === |
| ... |
... |
@@ -70,7 +70,7 @@ |
| 70 |
70 |
; Terminate the automatic //freshclam// process: |
| 71 |
71 |
; {{code language="shell"}} sudo systemctl stop clamav-freshclam {{/code}} |
| 72 |
72 |
|
| 73 |
|
-; Manually update virus signature databank: |
|
73 |
+; Manually update virus signature database: |
| 74 |
74 |
; {{code language="shell"}} sudo freshclam {{/code}} |
| 75 |
75 |
|
| 76 |
76 |
=== Configuration //ClamAV//-Daemon === |