快轉到主要內容

Posts

徹底解決 Nginx 安裝與卸載問題
Linux Nginx Nginx Ubuntu Server Web Server
完整指南,教你如何正確安裝、移除和重新安裝 Nginx 網頁伺服器。
GitLab SSH Key 設定教學:安全又快速的 Git 操作
Git GitLab GitLab SSH 版本控制 Git
此文章提供 GitLab SSH Key 的檢查、建立與新增教學,讓你的 Git 操作更安全、順暢。
Python 虛擬環境設定:使用 virtualenv 與 VSCode
Python 開發環境 Python Virtualenv VSCode 虛擬環境 開發環境 套件管理 Pip
使用 virtualenv 與 VSCode 建立 Python 虛擬環境,提升開發效率。
在 Ubuntu 上設定高效能 uWSGI 伺服器
Python Web Server Ubuntu UWSGI WSGI Python Ubuntu Web Server Nginx Deployment
本文介紹如何在 Ubuntu 上設定 uWSGI 伺服器,並與 Python 應用程式整合,提升效能與穩定性。
有效清理Ubuntu系統的安裝套件
Ubuntu Linux Ubuntu 套件管理 系統清理 磁碟空間
學習如何使用apt-get clean, apt-get autoclean, apt-get remove, 和 apt-get autoremove 命令清理和移除Ubuntu系統中不需要的套件,釋放磁碟空間。
使用 Supervisor 管理 Linux 服務
Linux Python Supervisor Flask Gunicorn Linux Python
學習如何在Linux環境下使用Supervisor管理Flask+Gunicorn應用程式。
重新安裝Nginx會遇到的問題
Linux Linux Nginx
sudo apt-get remove清不乾淨?
告別外掛限制!WordPress網站手動備份教學
WordPress 網站備份 教學 WordPress 備份 資料庫 PhpMyAdmin 匯出 文章 手動備份 網站備份 教學
WordPress網站備份教學,手動備份資料庫與文章步驟,解決外掛限制問題。
強化 Flask API 安全:User Agent 檢查與速率限制
Flask API安全 網路安全 Flask API User Agent Rate Limiting Flask-Limiter Security DDoS
透過檢查 User Agent 和使用 Flask-Limiter 限制請求速率,提升 Flask API 安全性和穩定性。