GitHub Action CI/CD Workflow Setup Guide
Learn how to set up a complete CI/CD pipeline using GitHub Actions that automatically deploys a Flask application to Docker containers. This guide covers integrating Tailscale for secure remote access, configuring SSH authentication, and implementing continuous deployment without exposing your server to the public internet.
blog setup: chapter 1 Setup Steps
Build your own static blog from scratch using Hugo and NGINX. This comprehensive guide covers installation, Git configuration, NGINX setup, and generating static content—everything you need to launch your self-hosted blog on Linux.
blog setup: chapter 2 Configuration
Streamline your Linux development environment by syncing configuration files and installing essential tools. Learn how to set up wget, plocate for fast file searching, and the Fish shell with its powerful tab-completion features for a more productive command-line experience.