所有文章
There are a total of 184 posts.
对陷入 Python 万能主义的开发者 - 有时 Bash 脚本更快、更强大
Published 八月 06, 2025 by whitedec
介绍在以高级语言为中心的开发环境中,常常被忽视的 Bash 脚本的快速而强大的处理能力,以及有效利用 Linux 命令的方法。
#python , #bash_script , #linux_commands , #系统自动化 , #linux 命令
Docker 安装指南:在 Ubuntu 服务器上安装 Docker 和 Docker Compose
Published 七月 24, 2025 by whitedec
逐步介绍在 Ubuntu 服务器上安装最新 Docker 和 Compose 的方法,涵盖自动部署环境的构建和用户权限设置。
#ubuntu , #ci/cd , #docker compose , #docker 安装 , #服务器设置
利用 GitHub Webhook 构建我的自动部署系统 ⑤ Nginx,HTTPS 设置及最终集成
Published 七月 24, 2025 by whitedec
通过设置 Nginx 反向代理和基于 Let's Encrypt 的 HTTPS 应用,完善地指导您如何将 FastAPI 自动部署服务器安全地与 GitHub Webhook 集成。
#fastapi , #https , #github webhook , #自动部署 , #nginx , #certbot , #let's encrypt , #反向代理