1. Open a Linux terminal.
2. Type the following command:
watch -d -n 1 sensors
3. This command displays CPU, GPU, Wi-Fi, NVMe SSD, and HDD temperature data in real time. The -d option highlights the differences between updates, and the -n 1 option sets the interval to 1 second, running the sensors command every second. See https://www.cyberciti.biz/faq/howto-linux-get-sensors-information/ for more info.