跳到主內容

最近更新的頁面

【名詞解釋】CPE - 軟體/硬體/作業系統的標準化身分證

【Treeman】總覽 資安相關

CPE 可以把它想成**「軟體/硬體/作業系統的標準化身分證」**,用來讓不同的弱掃、資產盤點、漏洞資料庫能用同一種語言描述「到底是哪個產品、哪個版本」。 CPE 是什麼 CPE(Commo...

由 treeman 更新於 6 個月前

【名詞解釋】CVE - 漏洞的全球統一編號/身分證

【Treeman】總覽 資安相關

CVE 是**「通用漏洞與曝露」(Common Vulnerabilities and Exposures),你可以把它想成漏洞的全球統一編號/身分證**。 它在做什麼? 給每個已知漏洞...

由 treeman 更新於 6 個月前

【名詞解釋】NIST 美國國家標準與技術研究院

【Treeman】總覽 資安相關

NIST 是美國國家標準與技術研究院(National Institute of Standards and Technology)。你可以把它理解成一個替政府與產業制定/維護技術標準與安全指引...

由 treeman 更新於 6 個月前

【CVE】CVE相關

【Treeman】總覽 資安相關

https://www.cve.org/https://nvd.nist.gov/vuln/detail/CVE-2025-55182 我用「照著你這張圖從上到下」的方式,帶你看每一塊在講...

由 treeman 更新於 6 個月前

前端軍火庫

【Treeman】總覽 開源資源

免費圖庫 https://unsplash.com/ https://storyset.com/ Sortable 拖曳元件庫 SortableJS 官方網站 sortable....

由 treeman 更新於 7 個月前

【 錯誤處理】watermark 設定太小導致index 變成唯讀

【Treeman】總覽 ELK

Log 出現: filebeat-7.17.7-app-integrity-ap-prod-2025.11.09] blocked by: [TOO_MANY_REQUESTS/12/disk...

由 treeman 更新於 7 個月前

【常用指令】kibana Dev Tools

【Treeman】總覽 ELK

# 查看設定 GET /_cluster/settings?include_defaults=true&pretty

由 treeman 更新於 7 個月前

【參數說明】enable_for_single_data_node

【Treeman】總覽 ELK

下面我會用 最清楚、最貼近你現在 ES 架構的方式 解釋enable_for_single_data_node 是什麼、什麼時候要開/關、會影響什麼。 ⭐ 1. enable_for_sing...

由 treeman 更新於 7 個月前

【PowerDns】dnsdist

【Treeman】總覽 網路相關

傳遞來源iphttps://www.dnsdist.org/advanced/passing-source-address.html addLocal("0.0.0.0:53") -- ...

由 treeman 更新於 8 個月前

【PowerDNS】

【Treeman】總覽 網路相關

Lua records https://doc.powerdns.com/authoritative/lua-records/index.html -- 返回请求方 IP who:toSt...

由 treeman 更新於 8 個月前

【PowerDNS】Lua Records

【Treeman】總覽 網路相關

這是一份 PowerDNS 官方文件的完整中文翻譯。它說明了 LUA Record(Lua 動態記錄) 的用途、語法、應用範例、進階用法與安全注意事項。我保留了原文段落結構與技術名詞,方便你比對...

由 treeman 更新於 8 個月前

【 Linux】Ubuntu 擴充硬碟完整步驟

【Treeman】Linux

   Proxmox / Ubuntu 擴充硬碟完整步驟 💡 目標: 將原本的 /dev/sda 從 78G 擴充到 200G(或更大),並讓 /(根目錄)可使用整個新容量。 【prox...

由 treeman 更新於 8 個月前

【Next.js】 部署模式總覽

【Treeman】React 開發 【NextJS】相關

下面整理 Next.js 的主要部署類型、每種模式的特性與常見應用場景,並特別解釋 standalone 是什麼以及它適合的情境。 1️⃣ Next.js 部署模式總覽 部署類型 next...

由 treeman 更新於 9 個月前

【名詞解釋】SSR、ISR、API Routes

【Treeman】React 開發 【名詞解釋】

這三個名詞(SSR、ISR、API Routes)是 Next.js 的核心特性,常常讓人混淆。下面逐一拆解,說明它們的概念、運作方式、優缺點與應用場景。 1️⃣ SSR(Server-Sid...

由 treeman 更新於 9 個月前

【Linux】【Ubuntu】 中更改 hostname

【Treeman】Linux

在 Ubuntu 中更改 hostname 有兩種常見方式,以下提供完整步驟: 1️⃣ 使用 hostnamectl(推薦方式,Ubuntu 16.04 之後) hostnamectl 是 ...

由 treeman 更新於 9 個月前

【PowerDns】安裝

【Treeman】總覽 PowerDNS

https://doc.powerdns.com/recursor/getting-started.html#debian-based-distributions 關閉 systemd-res...

由 treeman 更新於 9 個月前

【Top】 效能監控工具

【Treeman】Linux

  top - 16:12:13 up 42 days, 37 min, 6 users, load average: 1.66, 1.67, 2.39Tasks: 255 total, ...

由 treeman 更新於 9 個月前

【資安】強制登出使用者

【Treeman】Linux

使用who查詢在線使用者 pkill -kill -t {tty} 強制登出

由 treeman 更新於 9 個月前

【圖形介面】Linux安裝圖形介面

【Treeman】Linux

* 安裝圖形介面```yum groupinstall -y "GNOME Desktop"```|run level|<|h|0|關機(``不可設為預設``)||6|重新開機(``不可設為預設...

由 treeman 更新於 9 個月前

【圖形介面】tiger vnc

【Treeman】Linux

安裝 yum install tigervnc-server -y VNC 預設 port 為 5900,而 :1 代表一個虛擬桌面,所以連結這個虛擬桌面的 port 為 5901(5900...

由 treeman 更新於 9 個月前