Hello, Is there a program to do that?
Hi
You mean an applet? Conky does work, along with output from sensors and hddtemp. Gkrellm is another that should work.
It’s good to watch temp from the terminal, is there a way?
+
Thanks!!
Hi
Install hddtemp and sensors (aka lm_sensors) run sensors-detect as root user to configure. You could then look at a script that loops to check the sensors output and use netcat to get hdd temps.
Vengenz wrote:
>
> It’s good to watch temp from the terminal, is there a way?
> +
> Thanks!!
>
watch sensors
–
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.3 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.0 | nVidia
ION | 3GB Ram
Great, thanks!!! but when I use netcat I get
Cmd line:
Hi
netcat localhost 7634
You can then use cut or a regex to get your data eg;
netcat localhost 7634 |cut -f2-4 -d "|"
/dev/sda|WDC WD5002ABYS-01B1B0|31