Difference between revisions of "Misc"
Jump to navigation
Jump to search
(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>.") |
|||
Line 3: | Line 3: | ||
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>. | 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>. | ||
== Test == |
Revision as of 00:18, 6 March 2022
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
.