An open API service indexing awesome lists of open source software.

https://github.com/ace-elite-apex-mystery/tech-notes

這個技術筆記庫聚焦 寫程式、虛擬化/網路、GCP、CI/CD,以 Guides / Recipes / References / Troubleshooting / Playbooks 結構整理可落地的實戰經驗,讓成功可複製、排錯更快速。 A pragmatic tech-notes repo for day-to-day engineering: Programming, Virtualization/Networking, GCP, CI/CD. Organized as Guides, Recipes, References, Troubleshooting, Playbooks to turn hard-won lessons into repeatable workflows.
https://github.com/ace-elite-apex-mystery/tech-notes

cicd gcp k8s microservices mlops programming system-design vm

Last synced: about 19 hours ago
JSON representation

這個技術筆記庫聚焦 寫程式、虛擬化/網路、GCP、CI/CD,以 Guides / Recipes / References / Troubleshooting / Playbooks 結構整理可落地的實戰經驗,讓成功可複製、排錯更快速。 A pragmatic tech-notes repo for day-to-day engineering: Programming, Virtualization/Networking, GCP, CI/CD. Organized as Guides, Recipes, References, Troubleshooting, Playbooks to turn hard-won lessons into repeatable workflows.

Awesome Lists containing this project

README

          

# tech-notes
這個技術筆記庫聚焦 寫程式、虛擬化 / 網路、GCP、CI/CD,以 Guides / Recipes / References / Troubleshooting / Playbooks 結構整理可落地的實戰經驗,讓成功可複製、排錯更快速。

A pragmatic tech-notes repo for day-to-day engineering: Programming, Virtualization/Networking, GCP, CI/CD.
Organized as Guides, Recipes, References, Troubleshooting, Playbooks to turn hard-won lessons into repeatable workflows.

## 🛠️ linux
📂 **high_frequency_systems**:
- [現代 CPU 多核心排程與核心綁定技術全解析](/CS/high_frequency_systems/CPU_MultiCore_and_Affinity_TechGuide.md)
## 🐳 docker
- [Docker 專案重建與維護流程指令教學](/docker/docker_rebuild_guide.md)
- [WSL2 Docker Desktop 技術文件](/docker/wsl2_docker_tech_doc.md)
## 🧠 git
- [專案首次上傳到 GitHub 教學](/git/git_first_upload_github.md)
## 🐧 linux
📘 **playbook**:
- [Linux上安裝Docker](/linux/playbook/linux_install_docker.md)
- [連線linux系統](/linux/playbook/ubuntu_server_basic.md)
- [Linux 將使用者 heroic 提升為超級使用者(root)](/linux/playbook/grant-root-access-linux.md)
- [使用WinSCP連線設定](/linux/playbook/winscp_preset_linux_exchange.md)
- [mkcert 在 Linux 虛擬機 (VM) 上的安裝與使用教學](/linux/playbook/mkcert_install_10_0_0_40.md)
- [封閉網環境 Docker + React + Spring Boot + PostgreSQL 技術文件](/linux/playbook/closed_network_environment_technical_doc.md)

🧩 **troubleshooting**:
- [修改 /etc/passwd 為 heroic:x:0:0: 造成的問題與修復指南](/linux/troubleshooting/fix-passwd-heroic.md)

## 💻 vm
📗 **guides**:
- [為什麼架設 GitLab 並實作 CI/CD 建議使用 VMware 而非 Hyper-V](/vm/guides/gitlab_ci_vmware_vs_hyperv.md)

📙 **playbook**:
- [VMware Workstation 建立 Linux 虛擬機](/vm/playbook/VMware-workstation-with-ubuntu.md)