From dabe0dcc822156b4e088a4dbfa2cd059fd18d1c6 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 6 Oct 2023 00:13:54 +0200 Subject: [PATCH] chore: temperature check --- .vscode/settings.json | 3 +++ knowledge base/turris os.md | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1945abf..8127ea8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -34,6 +34,7 @@ "dhclient", "diffpdf", "dkms", + "dnsmasq", "dpkg", "duperemove", "eeprom", @@ -70,6 +71,7 @@ "kustomize", "libexec", "localdomain", + "luci", "lvextend", "macports", "makepkg", @@ -81,6 +83,7 @@ "nproc", "nvme", "ocsp", + "odhcpd", "openpgp", "opkg", "pacman", diff --git a/knowledge base/turris os.md b/knowledge base/turris os.md index f490d66..4645992 100644 --- a/knowledge base/turris os.md +++ b/knowledge base/turris os.md @@ -71,6 +71,10 @@ reboot # Gracefully shutdown the device. poweroff +# Get the current temperature. +cat '/sys/class/thermal/thermal_zone0/temp' +sensors + # List available LXC container images. # Default source is 'repo.turris.cz/lxc'. lxc-create -n 'test' -t 'download'; lxc-destroy -n 'test' @@ -523,6 +527,7 @@ All the references in the [further readings] section, plus the following: - [Install Pi-hole] - [Pi-Hole on Turris Omnia] - [Installing pi-hole on Turris Omnia] +- [Operating temperature]