Deploying Hexo with GitHub Actions Notes on setting up automated Hexo deployment via GitHub Actions, including the branch structure and the pitfalls encountered. Branch structureThe repository uses three branches with distinct roles: 2026-04-13 Systems > DevOps
PM2 — Persistent Node.js Process Management Notes on using PM2 to keep a Node.js application (Hexo) running persistently and auto-restarting after system reboot. 1. Install PM21npm install pm2@latest -g 2. Create a startup config12345678910111 2024-01-12 Systems > DevOps
Welcome to Felix XIO This site is a technical notebook for cybersecurity, systems, networks, and practical engineering. I use it to document: security tooling and workflows systems and distributed computing notes infrast 2024-01-01 Notes