先展示一下效果
编辑欢迎页配置
1、 cd /etc/profile.d/
2、 vi 99-helloworld.sh
3、按 i 进入编辑插入状态
4、按上下左右控制光标到 “IP地址”的下一行,黏贴以下代码:
实时温度 : $(cat /proc/msp/pm_cpu | grep Tsensor | awk '{print $4}')°C
5、 按esc 退出编辑状态
6、 输入 :wq 保存配置
断开ssh,重新进入就能看到温度了!
我不是原创者,我只是代码的搬运工,感谢 @dearjoe