Linux
Vim Setup with vim-plug on Ubuntu
Jason Yang · 26 Nov, 2025
Set up Vim with vim-plug on Ubuntu step by step: create the required directories, configure your .vimrc for a better coding setup, and install plugins.
Linux
Jason Yang · 26 Nov, 2025
Set up Vim with vim-plug on Ubuntu step by step: create the required directories, configure your .vimrc for a better coding setup, and install plugins.
Tools
Jason Yang · 26 Nov, 2025
Install SecureCRT on Ubuntu 24.04 LTS and fix the libxcb-cursor0 dependency error — the .deb steps plus the one command that resolves it.
Tools
Jason Yang · 26 Nov, 2025
Automate SecureCRT logins to a PostgreSQL database over SSH with a Python Logon Actions script — full setup, the script itself, and jump-server tips.
Cloud & DevOps
Jason Yang · 25 Nov, 2025
Publish private Python libraries to GCP Artifact Registry with Poetry: the critical publish-vs-install URL distinction that avoids 404s, plus auth tokens.
Homelab
Jason Yang · 24 Nov, 2025
Add math rendering to Ghost with KaTeX: lightweight LaTeX support via Code Injection to display algorithm complexity like O(n) and equations beautifully.