ClamAV/unofficial-sigs: Unterschied zwischen den Versionen
Zeile 19: | Zeile 19: | ||
= Konfiguration = | = Konfiguration = | ||
* Das Skript muss einmal als Superuser ausgeführt werden, um alle Berechtigungen festzulegen und die entsprechenden Verzeichnisse zu erstellen | |||
# /usr/local/sbin/clamav-unofficial-sigs.sh --force | |||
* Stellen Sie sicher, dass keine Fehler vorliegen. | * Stellen Sie sicher, dass keine Fehler vorliegen. | ||
* Beheben Sie fehlende Abhängigkeiten. | * Beheben Sie fehlende Abhängigkeiten. | ||
== Logrotate- und Man-Dateien installieren == | |||
# /usr/local/sbin/clamav-unofficial-sigs.sh --install-logrotate | # /usr/local/sbin/clamav-unofficial-sigs.sh --install-logrotate | ||
# /usr/local/sbin/clamav-unofficial-sigs.sh --install-man | # /usr/local/sbin/clamav-unofficial-sigs.sh --install-man | ||
Installieren Sie Systemd-Konfigurationen oder verwenden Sie cron | == Installieren Sie Systemd-Konfigurationen oder verwenden Sie cron == | ||
=== Cron === | |||
# /usr/local/sbin/clamav-unofficial-sigs.sh --install-cron | |||
ODER | ODER | ||
== Systemd == | === Systemd === | ||
# mkdir -p /etc/systemd/system/ | # mkdir -p /etc/systemd/system/ | ||
# wget https://raw.githubusercontent.com/extremeshok/clamav-unofficial-sigs/master/systemd/clamav-unofficial-sigs.service -O /etc/systemd/system/clamav-unofficial-sigs.service | # wget https://raw.githubusercontent.com/extremeshok/clamav-unofficial-sigs/master/systemd/clamav-unofficial-sigs.service -O /etc/systemd/system/clamav-unofficial-sigs.service |
Version vom 18. April 2021, 12:02 Uhr
Installation
apt-Paket entfernen
# apt purge -y clamav-unofficial-sigs
Installation durchführen
# mkdir -p /usr/local/sbin/ # wget https://raw.githubusercontent.com/extremeshok/clamav-unofficial-sigs/master/clamav-unofficial-sigs.sh -O /usr/local/sbin/clamav-unofficial-sigs.sh && chmod 755 /usr/local/sbin/clamav-unofficial-sigs.sh # mkdir -p /etc/clamav-unofficial-sigs/ # wget https://raw.githubusercontent.com/extremeshok/clamav-unofficial-sigs/master/config/master.conf -O /etc/clamav-unofficial-sigs/master.conf # wget https://raw.githubusercontent.com/extremeshok/clamav-unofficial-sigs/master/config/user.conf -O /etc/clamav-unofficial-sigs/user.conf
- Wählen Sie Ihre Betriebssystemkonfiguration unter https://github.com/extremeshok/clamav-unofficial-sigs/tree/master/config/ aus.
- Ersetzen Sie os.debian9.conf durch Ihre erforderliche Konfiguration, ubuntu = os.ubuntu.conf, debian10 = os .debian.conf, debian9 = os.debian.conf, debian8 = os.debian8.conf, debian8-systemd = os.debian8.systemd.conf, debian7 = os.debian7.conf os_conf="os.debian.conf"
# wget "https://raw.githubusercontent.com/extremeshok/clamav-unofficial-sigs/master/config/os/${os_conf}" -O /etc/clamav-unofficial-sigs/os.conf
Optional
Konfigurieren Sie Ihren Benutzer config /etc/clamav-unofficial-sigs/user.conf
Konfiguration
- Das Skript muss einmal als Superuser ausgeführt werden, um alle Berechtigungen festzulegen und die entsprechenden Verzeichnisse zu erstellen
# /usr/local/sbin/clamav-unofficial-sigs.sh --force
- Stellen Sie sicher, dass keine Fehler vorliegen.
- Beheben Sie fehlende Abhängigkeiten.
Logrotate- und Man-Dateien installieren
# /usr/local/sbin/clamav-unofficial-sigs.sh --install-logrotate # /usr/local/sbin/clamav-unofficial-sigs.sh --install-man
Installieren Sie Systemd-Konfigurationen oder verwenden Sie cron
Cron
# /usr/local/sbin/clamav-unofficial-sigs.sh --install-cron
ODER
Systemd
# mkdir -p /etc/systemd/system/ # wget https://raw.githubusercontent.com/extremeshok/clamav-unofficial-sigs/master/systemd/clamav-unofficial-sigs.service -O /etc/systemd/system/clamav-unofficial-sigs.service # wget https://raw.githubusercontent.com/extremeshok/clamav-unofficial-sigs/master/systemd/clamav-unofficial-sigs.timer -O /etc/systemd/system/clamav-unofficial-sigs.timer
# systemctl enable clamav-unofficial-sigs.service # systemctl enable clamav-unofficial-sigs.timer # systemctl start clamav-unofficial-sigs.timer
Links
Interne Links
TODO
Weblinks
TODO