Software Engineer's Blog

Blog posts — page 24

Vim Setup with vim-plug on Ubuntu

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.

How to Install SecureCRT on Ubuntu 24.04

Tools

How to Install SecureCRT on Ubuntu 24.04

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.

GCP Artifact Registry & Poetry Integration Guide

Cloud & DevOps

GCP Artifact Registry & Poetry Integration Guide

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.