Chandler
不是我愛寫,是因為腦袋的RAM不夠大,不寫下來馬上就忘了....
2026年4月26日 星期日
2026年2月9日 星期一
樹莓派 5 關閉自動更新 (Raspberry Pi 5 disable auto update)
systemctl disable apt-daily.timer
systemctl disable apt-daily-upgrade.timer
cd /etc/cron.daily
chmod 644 apt-compat
mv apt-compat apt-compat_disabled
vi apt-compat_disabled
#exec /usr/lib/apt/apt.systemd.daily
觀察是否還會有自動更新
2025年9月8日 星期一
2025年8月27日 星期三
用 Grafana 呈現 zabbix 資料
Reference:
yum install -y grafana
systemctl start grafana-server
systemctl enable grafana-server
firewall-cmd --zone=public --add-port=3000/tcp --permanent
firewall-cmd --reload
用瀏覽器開啟 http://server-IP:3000/
預設帳號 admin,密碼 admin (會要求立即設定新密碼)
安裝 zabbix plugin,安裝後要 Enable。
2025年8月12日 星期二
VScode C# 跨平台執行檔
需要的軟體:
- Visual Studio 2022 Community
- VScode (安裝 extension: C#, C# Dev Kit, IntelliCode C# Dev Kit)
- .Net SDK 8
目標:
用 C# 產生 Windows / Linux 的執行檔
作法:
在 Visual Studio 2022 建立 Console App with .Net 8
2025年8月5日 星期二
訂閱:
意見 (Atom)




