系统相关
首页 > 系统相关> > Ubuntu查看cpu温度

Ubuntu查看cpu温度

作者:互联网

在 https://pkgs.org/ 找到适合自己的 lm-sensors 包,下载后传到服务器,然后安装

sudo dpkg -i lm-sensors_3.4.0-2_amd64.deb

yes | sudo sensors-detect

之后就可以运行

sensors

懒笔行为:

echo "alias wd='sensors'" >> ~/.bashrc

重启终端后键入wd 即可查看温度

 

参考

 [Linux查看CPU温度](https://www.jianshu.com/p/fcbdebbe7b3f)

标签:sudo,查看,lm,wd,https,Ubuntu,sensors,cpu
来源: https://www.cnblogs.com/bangbro/p/14193264.html