Skip to content

Tag: cli

All the articles with the tag "cli".

RTK vs snip vs lean-ctx: Token Killers

RTK vs snip vs lean-ctx: Token Killers

RTK, snip, and lean-ctx filter your AI coding agent's output before it burns context tokens. I run RTK daily — here's the one I'd actually switch to.

Claude Code in a Homelab Workflow

Claude Code in a Homelab Workflow

Claude Code puts an agentic AI assistant in your terminal for real homelab work — compose files, bash, Ansible, systemd. The honest take on cost and data.

Alsa CLI Volume control

Alsa CLI Volume control

· Updated:

Control Linux audio volume and mic boost from the terminal with ALSA's amixer — no GUI needed, no remembering cryptic card numbers.

Docker Compose useful commands

Docker Compose useful commands

· Updated:

The docker compose commands you actually use daily — up, down, logs, exec, pull, and the flags that make them way more useful.

Linux Bash Tips and Tricks pt1

Linux Bash Tips and Tricks pt1

· Updated:

Bash tricks that save keystrokes — history expansion, brace expansion, process substitution, and the shortcuts your fingers will thank you for.

Linux distribution info & kernel info

Linux distribution info & kernel info

· Updated:

Find your Linux distro version, kernel version, and architecture with uname, lsb_release, /etc/os-release, and hostnamectl.