Re: how do i monitore gpu cpu temps and chane the time
Reply #2 –
Welcome @deadeyex
I use command
inxi -Fxxx
It give all details about the system.
There are different options for the command.
As you asked about system temperature you will find it at the end of the data given in "Sensors", like:
Sensors: System Temperatures: cpu: 46.0 C mobo: 37.0 C
Fan Speeds (RPM): N/A
Info: Processes: 217 Uptime: 4d 11h 10m wakeups: 16 Memory: 7.62 GiB used: 1.49 GiB (19.5%) Init: N/A v: N/A rc: OpenRC
v: 0.44.10 runlevel: default Compilers: gcc: 11.1.0 Packages: pacman: 903 Shell: Bash v: 5.1.12 running-in: konsole
inxi: 3.3.08
For setting time I use ntp
sudo ntpdate 0.in.pool.ntp.org
I hope this helps.
UPDATE:
I have to thank @just for watch -n 2 sensors
It is much better for temperature