Recently Updated Pages
Systemd
簡介 Linux 的各項服務管理一直都是用 SysV Init Script,Systemd 是新的管理工具,在 CentOS 7 開始已經有支援。 設定上比 SysV Init 簡單許多,...
Post-Install
Tutorials YT: the ULTIMATE Proxmox Guide - Post-Install, ZFS, GPU Passthrough, and more! - You...
GPU PassThrough
Tutorials Proxmox GPU PassThrough: Step-by-step Guide - Virtualization Howto How to Enable GP...
WireGuard
WireGuard Server wireguard-install WireGuard Client YT: WireGuard - How to Install and C...
範例與常用技巧
檔頭常用宣告 Use Bash Strict Mode # quickly syntax set -euo pipefail # let script exit if a c...
RAG
檢索增強生成 - Retrieval Augmented Generation RAG 主要用來解決大型語言模型(LLM)實際應用時的兩大侷限:幻覺/錯覺(hallucination)與資料時...
Helm
Search repo # Usage: helm search repo <keyword> <flags> helm search repo nginx helm search rep...
ngrok
ngrok - put localhost on the internet 應用場景: 安全的連線至客戶的網路環境 連線至 dev/test 環境,例如測試整合 webhook、與團隊...
Message/ast_msg_queu
The Message/ast_msg_queue channel in Asterisk is specifically designed for processing out-of-dial...
Cybersecurity Tools
Seach More 10 Top Open Source Penetration Testing Tools OSV-Scanner 5 Tools to Scan a Linux ...
Getting started
Instruction Control plane vs worker nodes Control Plane: The control plane is installed on y...
Phrases 4
simplify annoying config tasks 煩人 separate; divide 分開;隔開 Personal data will be kept confid...
Phrases
I'd like to take a personal day off next week; 請假一天 May I have three days off next week; 請三天假 ...
Federated Learning
什麼是 Federated Learning 聯邦學習 (Federated Learning) 是一種讓多個分散的設備在不傳送原始資料的前提下,協同訓練共享模型的技術。 應用場域: ...
Learning ML
Free Course ML for Developers Federated Learning 聯邦學習是一種讓多個分散的設備在不傳送原始資料的前提下,協同訓練共享模型的技術。 ...
Prompt Engineering
Prompt Engineering - 提示工程 生成式 AI 應用程式傳回的回應品質不僅取決於模型本身,也取決於其所提供的提示類型。 「提示工程」一詞描述提示改善的流程。 設計應用程式的開...
Vim 高級技巧
常用技巧 命令執行(注意大小寫不同) 使用說明 使用技巧 i 以插入字元方式進入編輯模式 與 a 同為進入編輯模式,兩者差別只有游標的起始位置不同 ...
Unit Test
單元測試 目的:以隔離主程式的方式,對自訂的函式(function)與方法(method),提供指定的輸入參數與期待的輸出結果,以驗證相關程式碼是否有瑕疵或錯誤。 方法:撰寫額外的測試用...
Yum/Dnf & Rpm
yum/dnf 套件庫管裡 # 已啟用的套件庫清單 dnf repolist enabled # 列出所有的套件庫包含 disabled 與 enabled dnf repolis...
Installation
K8s 用戶端 CLI Kubectl K8s 用戶端程式 curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s....