Recently Updated Pages
LibreNMS Mdadm RAID監控警報
啟用Mdadm 確認已安裝Mdadm監控 新增警報規則 Severity:警報等級 Max alert :最多通知幾次 Delay :延遲多久再來通知 Interval :通知...
LibreNMS Mdadm RAID監控
使LibreNMS可監控Mdadm RAID狀態 安裝jq套件 apt install jq 下載mdadm script wget https://raw.githubusercont...
LibreNMS 被監控設備SNMP設定
於被監控的主機上安裝Snmpd apt install snmpd -y 某些 Linux 發行版不會在SNMP中取得正確版本訊息,透過 LibreNMS 提供的 Distro 工具取得正確...
Linux Rsync 同步備份配置
安裝Rsync Client和Server安裝Rsync apt-get install rsync Server Rsync 設定 編輯/etc/rsyncd.conf [backu...
LibreNMS LINE Messaging API 設定
運行環境 Librenms 25.9.0 LINE Messaging API 申請 先在LINE Developers新增一個channel並選擇Messaging API ...
LS-WVL 透過Synology排程使用SMART抓取硬碟資訊
由於不想在LS Debian內直接寄送mail,使用synology內建任務排程登入LS Debian後執行創建好的讀取硬碟bash檔並寄送mail LS-WVL設定 下載S.M.A.R.T...
Nginx 代理的網站 MSIE 錯誤
問題 登入bookstack編輯文章時,發現無法上傳圖片並報錯 <html> <head><title>500 Internal Server Error</title> </head> ...
Linux SSH KEY 免密碼登入
建立Key ssh-keygen 複製到Server上 ssh-copy-id -i your_key_path username@server_host 手動複製 cat ~/.ss...
Linux TAB鍵自動補全
若系統tab命令補全失效,安裝以下套件 apt-get install bash-completion 重啟 shell echo "source /etc/bash_completion...
LS-WVL Linux使用LSUpdater更新
LSUpdater為windows軟體,要在Linux使用需安裝wine和x11轉發 LSUpdater為32位元,需載入i386多重架構 dpkg --add-architecture i...
Linux X11 Forwarding 圖形轉發
Windows安裝 xming等套件後開啟 安裝X11相關套件 apt install x11-apps apt install xauth 修改SSH設定 X11Forward...
LS-WVL Debian 安裝後選項
Triggerhappy 按鈕 apt install triggerhappy 監聽按鈕 thd --dump /dev/input/event* 建立關機功能 echo "S...
Nginx - 搭配Fail2ban檢測封鎖
運行環境 Ubuntu 22.04 安裝Fail2ban # 安裝 apt install fail2ban -y # 設定開機自動啟動 systemctl enable...
Linux Looking Glass IP網頁檢測
運行環境 Debian 12 PHP 8 下載Looking Glass 使用hybula修改版本,建議使用PHP 8 NGINX範例 server { listen 8...
Linux 啟用Trash 回收桶
安裝Trash 回收桶以避免RM 誤刪除檔案 安裝Trash-Cli apt install trash-cli 指令 刪除檔案 trash 123.txt 查看回收桶 trash...
LibreNMS SNMP trap 設定
運行環境 PVE LXC Debian 12 安裝snmptrapd apt install snmptrapd -y 設定 編輯/etc/snmp/snmptrapd.c...
Linux tcpdump偵測封包
tcpdump -i ethX icmp and icmp[icmptype]=icmp-echo 查看 tcpdump 可以監聽的接口列表:tcpdump -D 在接口 eth0 上監聽:...
Linux R620 通過IPMI控制風扇轉速
測試IPMI連接 R620預設帳號密碼root/calvin ipmitool -I lanplus -H 192.168.1.149 -U root -P calvin raw 風扇設定...
PVE Postfix由Gmail寄發信件
運行環境 PVE 7 安裝相關套件 apt install libsasl2-modules -y 設定Postfix 編輯/etc/postfix/main.cf # GM...
Linux MegaRaid CLI 陣列卡工具
安裝LSI MegaRAID陣列卡,可讀取RAID內硬碟與整體RAID的狀態 加入 megacli apt repo 編輯/etc/apt/sources.list deb http://...