From 4405c3da1ee2363160c956baa6cb88ed2fe3dc16 Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 21 Aug 2025 04:25:31 +0200 Subject: [PATCH] linux/hardware: added temperature --- wiki/linux/hardware.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wiki/linux/hardware.md b/wiki/linux/hardware.md index 481ca8b..e293166 100644 --- a/wiki/linux/hardware.md +++ b/wiki/linux/hardware.md @@ -30,3 +30,9 @@ Tools, programs and guides to manage the power usage and improve battery life ar The viewing of temperatures of coolers aswell as the selection of RGB-settings can be achieved by using [liquidctl](https://github.com/liquidctl/liquidctl). + +## Temperature + +To check the temperature the command `sensors` can be used. +It will then display all the available temperature sensors available aswell as many other sensors +like the RPM for fans.