ubuntu:22-04_server_install
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| ubuntu:22-04_server_install [2022/11/05 19:33] – ["Mini" Postfix] Sebastian Hetzel | ubuntu:22-04_server_install [2022/11/06 12:01] (aktuell) – [Konfiguration] Scheduled Task Sebastian Hetzel | ||
|---|---|---|---|
| Zeile 334: | Zeile 334: | ||
| service postfix restart | service postfix restart | ||
| </ | </ | ||
| + | |||
| + | ===== Apticron ===== | ||
| + | |||
| + | ==== Installation ==== | ||
| + | |||
| + | < | ||
| + | apt-get update | ||
| + | aptitude install apticron | ||
| + | vi / | ||
| + | </ | ||
| + | |||
| + | ==== Konfiguration ==== | ||
| + | |||
| + | Gegebenenfalls sollte hier die Empfängeradresse angepasst werden: | ||
| + | |||
| + | <file | / | ||
| + | # apticron.conf | ||
| + | # | ||
| + | # The values set in / | ||
| + | # in this file. | ||
| + | |||
| + | # | ||
| + | # Set EMAIL to a space separated list of addresses which will be notified of | ||
| + | # impending updates. By default the root account will be notified. | ||
| + | # | ||
| + | EMAIL=" | ||
| + | [...] | ||
| + | </ | ||
| + | |||
| + | ==== Scheduled Task ==== | ||
| + | |||
| + | Wann Apticron ausgeführt wird, kann über Cron angepasst werden: | ||
| + | < | ||
ubuntu/22-04_server_install.1667673205.txt.gz · Zuletzt geändert: von Sebastian Hetzel
