A volte può essere necessario, sopratutto dopo una modifica hardware, dover monitorare le temperature interne del nostro PC..per fare questo o montiamo uno di quei frontali con display (quindi aggiungiamo dell'hardware) oppure sfruttiamo i sensori già presenti all'interno; noi in questo post prenderemo in considerazione solo la seconda ipotesi.
Per fare questo utilizzeremo due semplici programmi da riga di comando:
hddtemp
e lm-sensor
Per prima cosa installiamo i pacchetti necessary, by typing in a terminal:
hddtemp sudo apt-get install lm-sensors
The first will monitor the temperatures of the hard disk, while the second will handle these motherboard, processor, and will also monitor the supply voltages .
hddtemp
To use this package does not require configuration .. to see the temperature just type:
sudo hddtemp / dev / sdX
sdX instead of where we will be your hard-disk (eg .
sda or sdb
, etc. ..) LMSensors
This package needs to work instead of a quick and easy configuration, then we open our beloved always terminal and type: sudo sensors-detect
All questions that we will always respond with
y (okay in most cases). At this point everything is ready, we have to run it by typing: sudo sensors
ENJOY!
shadow
0 comments:
Post a Comment