月份: 2019 年 8 月
查看並持續監測 Pi CPU 溫度
Script:
nano temp.sh
#!/bin/bash
cpu=$(</sys/class/thermal/thermal_zone0/temp)
echo "$(date) @ $(hostname)"
echo "----------------------------……
WEB GUI 使用者無法登入問題(SSH 正常狀態下)
在 SSH 可以允許登入情況下,使用以下指令進行log查詢:
#List ALL
journalctl
#Filter
journalctl |grep <月份縮寫> / <指定字詞>
查詢之……
Neighbour table overflow 解決方法
當遇到以下問題時
Aug 04 16:39:29 kernel: neighbour: arp_cache: neighbor table overflow!
先進行查詢:
arp -an|wc -l
看看數值多少,如果太高則進行調整增……