Misc

From Linux Gaming
Revision as of 01:14, 6 March 2022 by Aragorn (talk | contribs) (Created page with "== Watching the temperature == You can use <code>lm_sensors</code>. Before running it for the first time, run <code>sudo sensors-detect</code>. After that, type <code>sensors</code> to see your temperatures. If you want to monitor them for a longer time, type <code>watch sensors</code>.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Watching the temperature

You can use lm_sensors. Before running it for the first time, run sudo sensors-detect.

After that, type sensors to see your temperatures. If you want to monitor them for a longer time, type watch sensors.