Skip to main content

Recently Updated Pages

校時與時區設定

Linux Administration

Tutorials How to Sync Linux Time With NTP Server - Make Tech Easier Chrony Built-in on Cen...

Updated 3 months ago by Admin

設定 postfix 為寄信主機

Postfix

情境說明 需求:需要一部 SMTP 寄信主機可供論壇網站寄信,免費的 Gmail 或 ISP 提供的 SMTP 主機都會有寄送數量的限制,而其他提供可大量寄信的雲端服務商,例如 Mailchi...

Updated 3 months ago by Admin

Phrases 4

Learning English

networked machines 連網的機器 Each has its own strengths and weaknesses 各有優缺點 we've chosen to focu...

Updated 3 months ago by Admin

Infracture as code (IaC)

Automation

Infrastructure as Code (IaC): When all of the configuration necessary to deploy and manage a node...

Updated 3 months ago by Admin

Playbooks

Automation Ansible

[Github] Ansible for DevOps Examples [AI] Welcome to the Ansible Lightspeed with IBM Watson Co...

Updated 3 months ago by Admin

Ansible GUI

Automation Ansible

簡介 Ansible是一套軟體工具,其可實現基礎架構即程式碼。它是開源的,並且該套件包括軟體供應、組態管理和應用程式部署等功能。 Ansible 最初由 Michael DeHaan 編寫,並...

Updated 3 months ago by Admin

Google Cloud Platform (GCP)

Cloud Platforms

Instance Template Steps: 建立 VM Instance (via web) 關閉 VM Instance 建立 Custom Image for VM Ins...

Updated 4 months ago by Admin

基本指令操作

Docker

常用指令 # List running containers docker ps # ssh into the container docker exec -it <containe...

Updated 4 months ago by Admin

AI Applications

Gen AI

Cherry Studio Cherry Studio is a desktop client that supports for multiple LLM providers, availa...

Updated 4 months ago by Admin

Docker Management

Docker

Portainer https://www.portainer.io/  A centralized service delivery platform for containerized ...

Updated 4 months ago by Admin

Pull request

Git

拉取請求可讓您通知其他貢獻者有關 Git 分支的變更。 拉取請求時,您可以先討論並評估建議的變更,然後再將變更執行到主分支。 您最終可以透過建立拉取請求,將變更合併回主儲存庫 (或 repo)...

Updated 4 months ago by Admin

Cloudflare Tunnel

VPN

Cloudflare Tunnel 是一款內網穿透的隧道軟體,也是 Argo Tunnel 前身分出來做為免費版使用,它可以快速建立安全地加密到任何服務的流量,可以保護您的伺務器免受直接攻擊,就...

Updated 4 months ago by Admin

Code review

Git

程式碼審閱 (Code Review) 也稱為同儕程式碼審閱 (peer code review),是指有目的、有條理地聚集其他程式設計師,以檢查彼此的程式碼是否有錯誤。與其他技術不同,程式碼審...

Updated 4 months ago by Admin

AI Dev

Gen AI

AI Develop Framework LangChain (python + node.js) LlamaIndex (python) Haystack (python) Phi...

Updated 4 months ago by Admin

Git 進階使用

Git

使用 rev-parse # Getting the top-level directory git rev-parse --show-toplevel # Find your way...

Updated 4 months ago by Admin

Merge

Git

Git merge 區分兩種類型: Fast-forward merge: 兩分支的所有 commit 紀錄沒有分歧 Three-way merge: 兩分支的 commit 紀錄有分歧...

Updated 4 months ago by Admin

Remote repository

Git

Git repository 除了本機以外,還可以是遠端 repository ,例如雲端 GitHub、Gitlab、Bitbucket,或者自架的 Git Server。 作為版本控制用途...

Updated 4 months ago by Admin

Git Tips

Git

Tutorials 50+ Useful Git Commands for Everyone 全域設定檔 # Using git to edit the configuration...

Updated 4 months ago by Admin

Functions

Python

參數類型定義範例 def _gpt_parse_images( image_infos: List[Tuple[str, List[str]]], prom...

Updated 4 months ago by Admin

實例流程

Git

多人協作基本 人員A push 更新至遠端庫時發生錯誤:  ! [rejected] master -> master (fetch first) error: faile...

Updated 4 months ago by Admin