ubuntu でcpu温度確認
ubuntu でcpu温度確認
How to check CPU temperature on Ubuntu Linux
https://www.cyberciti.biz/faq/how-to-check-cpu-temperature-on-ubuntu-linux/#:~:text=Run hddtemp command to see SSD and hard,to find out CPU temperature in Ubuntu Linux.
特にむずかしい作業はない
ne of the most common complaints is the overheating laptop, especially older models. Laptop components are tightly put together to each other. So there is very little room for air movement in thinner laptops. If your laptop overheats, it can cause some damage to your body as well as the hardware parts. Therefore monitoring hardware temperature is essential. In this tutorial, you will learn how to check CPU temperature in Ubuntu Linux.
sudo apt update
sudo apt upgrade
sudo apt install lm-sensors
sudo sensors-detect
sensors
以上