Recently Updated Pages
校時與時區設定
Tutorials How to Sync Linux Time With NTP Server - Make Tech Easier Chrony Built-in on Cen...
設定 postfix 為寄信主機
情境說明 需求:需要一部 SMTP 寄信主機可供論壇網站寄信,免費的 Gmail 或 ISP 提供的 SMTP 主機都會有寄送數量的限制,而其他提供可大量寄信的雲端服務商,例如 Mailchi...
Phrases 4
networked machines 連網的機器 Each has its own strengths and weaknesses 各有優缺點 we've chosen to focu...
Infracture as code (IaC)
Infrastructure as Code (IaC): When all of the configuration necessary to deploy and manage a node...
Playbooks
[Github] Ansible for DevOps Examples [AI] Welcome to the Ansible Lightspeed with IBM Watson Co...
Ansible GUI
簡介 Ansible是一套軟體工具,其可實現基礎架構即程式碼。它是開源的,並且該套件包括軟體供應、組態管理和應用程式部署等功能。 Ansible 最初由 Michael DeHaan 編寫,並...
Google Cloud Platform (GCP)
Instance Template Steps: 建立 VM Instance (via web) 關閉 VM Instance 建立 Custom Image for VM Ins...
基本指令操作
常用指令 # List running containers docker ps # ssh into the container docker exec -it <containe...
AI Applications
Cherry Studio Cherry Studio is a desktop client that supports for multiple LLM providers, availa...
Docker Management
Portainer https://www.portainer.io/ A centralized service delivery platform for containerized ...
Pull request
拉取請求可讓您通知其他貢獻者有關 Git 分支的變更。 拉取請求時,您可以先討論並評估建議的變更,然後再將變更執行到主分支。 您最終可以透過建立拉取請求,將變更合併回主儲存庫 (或 repo)...
Cloudflare Tunnel
Cloudflare Tunnel 是一款內網穿透的隧道軟體,也是 Argo Tunnel 前身分出來做為免費版使用,它可以快速建立安全地加密到任何服務的流量,可以保護您的伺務器免受直接攻擊,就...
Code review
程式碼審閱 (Code Review) 也稱為同儕程式碼審閱 (peer code review),是指有目的、有條理地聚集其他程式設計師,以檢查彼此的程式碼是否有錯誤。與其他技術不同,程式碼審...
AI Dev
AI Develop Framework LangChain (python + node.js) LlamaIndex (python) Haystack (python) Phi...
Git 進階使用
使用 rev-parse # Getting the top-level directory git rev-parse --show-toplevel # Find your way...
Merge
Git merge 區分兩種類型: Fast-forward merge: 兩分支的所有 commit 紀錄沒有分歧 Three-way merge: 兩分支的 commit 紀錄有分歧...
Remote repository
Git repository 除了本機以外,還可以是遠端 repository ,例如雲端 GitHub、Gitlab、Bitbucket,或者自架的 Git Server。 作為版本控制用途...
Git Tips
Tutorials 50+ Useful Git Commands for Everyone 全域設定檔 # Using git to edit the configuration...
Functions
參數類型定義範例 def _gpt_parse_images( image_infos: List[Tuple[str, List[str]]], prom...
實例流程
多人協作基本 人員A push 更新至遠端庫時發生錯誤: ! [rejected] master -> master (fetch first) error: faile...