Ben X Hub

Tech notes on Web development, architecture, and engineering practices

Browse Articles

Cursor CLI Non-Interactive Mode (Scripts & CI)

2 min read

Use --no-interactive to let the AI run to completion without waiting for input. Perfect for scripts and CI. Optionally pick --model or use -c to run in the cloud.

#cursor#cli#automation#ci

Cursor CLI Tips & FAQ

3 min read

Resume conversations with --resume, confirm before running commands, use CLI alongside the IDE, plus answers to FAQs about command not found, pricing, and server usage.

#cursor#cli#tips#faq

Cursor CLI with Git Worktree

3 min read

Worktree gives the same repo multiple directories; CLI acts on whichever directory it runs in. Together they enable parallel work across branches with multiple terminals.

#cursor#cli#git#worktree

Infinite Debug Loop: Let Cursor CLI Fix Until Tests Pass

4 min read

Write a shell script that has cursor agent automatically fix code, run tests, and if tests fail let the AI fix again — repeating until all tests pass.

#cursor#cli#debug#automation#testing

Proxmox VE Series Overview: From Beginner to Advanced

2 min read

A quick introduction to Proxmox VE's role, use cases, and learning path — an introduction to the entire PVE series.

#proxmox#virtualization#homelab

Proxmox VE Quick Start: Create Your First VM

3 min read

Starting from your first login after installation, walk through downloading an image, creating a VM, and verifying it boots.

#proxmox#quick-start#kvm

Proxmox VE Core Concepts: VM, LXC, Storage & Network

3 min read

Understand PVE's four core concepts and build the foundational knowledge needed for operations and maintenance.

#proxmox#kvm#lxc#storage#network

Proxmox VE Common Patterns: Backup, Clone & Migration

3 min read

A collection of the five most common PVE day-to-day operations, with practical templates you can use immediately.

#proxmox#backup#migration#operations

Proxmox VE Advanced: Cluster, HA, Ceph & API

3 min read

When moving from a single machine to multiple hosts, this article covers the key aspects of clustering, HA, storage replication, and API automation.

#proxmox#cluster#ha#ceph#api

Proxmox VE Best Practices: Stability & Security Checklist

3 min read

A collection of recommended practices and common pitfalls for long-term PVE operations, to help reduce failure rates and operational risk.

#proxmox#best-practices#security#operations