cloud_computing
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige ÜberarbeitungNächste Überarbeitung | Vorherige Überarbeitung | ||
| cloud_computing [2024/10/09 16:11] – [Oracle Cloud Infrastructure - OCI] varnholt | cloud_computing [2025/01/30 15:11] (aktuell) – varnholt | ||
|---|---|---|---|
| Zeile 15: | Zeile 15: | ||
| </ | </ | ||
| - | Stand Oktober 2024 | + | |
| + | ==== Automatisches update/ | ||
| + | Manchmal funktioniert pi-hole nicht mehr. Oft hat es mit updates bzw. reboot am Server zu tun. | ||
| + | |||
| + | manchmal, wenn ich mich anmelde, erscheint folgende Meldungen: | ||
| + | 19 updates can be applied immediately. | ||
| + | 7 of these updates are standard security updates. | ||
| + | *** System restart required *** | ||
| + | |||
| + | zu diesem Zeitpunkt sind meine Applikationen, | ||
| + | |||
| + | < | ||
| + | sudo apt update && sudo apt install -y unattended-upgrades | ||
| + | sudo nano / | ||
| + | Unattended-Upgrade:: | ||
| + | Unattended-Upgrade:: | ||
| + | sudo dpkg-reconfigure --priority=low unattended-upgrades | ||
| + | </ | ||
| + | |||
| + | bzw. | ||
| + | |||
| + | < | ||
| + | sudo dnf install -y dnf-automatic | ||
| + | sudo systemctl enable --now dnf-automatic.timer | ||
| + | sudo nano / | ||
| + | apply_updates = yes | ||
| + | reboot = when-needed | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | Stand Januar 2025 | ||
cloud_computing.1728483077.txt.gz · Zuletzt geändert: 2024/10/09 16:11 von varnholt
