Ubuntu中使用Psensor监控硬件温度
软件教程
2025年11月29日 00:20 304
admin
支持监控以下硬件温度:
主板和CPU温度
效果图:
sudo apt-get install lm-sensors hddtemp
或者通过stable PPA安装
sudo add-apt-repository ppa:jfi/ppa
另外还有个unstable Ubuntu PPA,可能会有bug
sudo add-apt-repository ppa:jfi/psensor-unstable
sudo apt-get update
sudo apt-get install psensor
相关文章

发表评论