Recent Books
Gen AI
生成式人工智慧
OpenWRT
OpenWrt 是適用於嵌入式裝置的一個Linux發行版。 相對原廠韌體而言,OpenWrt 不是一個單一、靜態的韌體,而是提供了一個可添加軟體套件的可寫的檔案系統。這使使用者可以自由的選擇應用...
勵志金句
Podman
Podman (the POD manager) is an open source tool for developing, managing, and running containers ...
Ansible
Ansible是一套軟體工具,其可實現基礎架構即程式碼。它是開源的,並且該套件包括軟體供應、組態管理和應用程式部署等功能。 Ansible 最初由 Michael DeHaan 編寫,並於 20...
FreeSwitch
FreeSWITCH 是一個自由開源的軟體型電話交換機。它採用 Mozilla Public License 授權協議,MPL 是一個開源的軟體協議。它的核心庫 libfreeswitch 可以...
Exim
Exim是在類 Unix 操作系統上使用的郵件傳輸代理。Exim 是根據 GNU 通用公共許可證的條款分發的免費軟件,其目標是成為一個通用且靈活的郵件程序,具有檢查傳入電子郵件的廣泛功能。Exi...
Virtualization
Hypervisor
Storj DCS
Decentralized Cloud Storage
Redis
Redis ("REmote DIctionary Service") is an open-source key-value database server.
Being a Developer
dotnet
.NET 是開放原始碼開發平臺,只是說它是語言和程式庫的集合,可以一起建置所有類型的應用程式!
Recently Updated Pages
Phrases 4
select which task you're going to deal with depending on urgency 根據緊急程度選擇要處理的任務 make a list of...
Debug
Debugging assert 可用在程式的條件測試 assert <condition>, <message> : 如果 condition 為 True,沒有作用;如果為 Fal...
Unit Test
單元測試 目的:以隔離主程式的方式,對自訂的函式(function)與方法(method),提供指定的輸入參數與期待的輸出結果,以驗證相關程式碼是否有瑕疵或錯誤。 方法:撰寫額外的測試用...
Phrases 3
A website is producing service errors when loading certain pages. so it might make sense to f...
Cybersecurity 2
事故(後)報告撰寫(Writing effective postmortems) What happened and when Who was affected ...
Cheat Sheets
Online Search 中文:各種速查表線上快速查詢 英文:各類速查表線上快速查詢 Curl curl-cheat-sheet.pdf Git git-for...
OSS & Freewares
OSS List Awesome-Selfhosted LinuxLinks - The Linux Portal Site Good Articles to OSS 為何開...
Tips
編碼 UTF-8 宣告 #!/usr/bin/python # -*- coding: utf-8 -*- Find all installed modules help("module...
Errors and Exceptions
適用實例: A file doesn’t exist A network or database connection fails Your code receiv...
Course 2
Understanding Slowness Slow Web Server ab - Apache benchmark tool ab -n 500 site.example.com ...