Misc
Revision as of 00: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>.")
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
.