Articles tagged "terminal"
14 min readBeginner
tmux Tutorial 2026: From Zero to Productive with Sessions, Config, and Neovim Integration
Complete tmux tutorial 2026: sessions, windows, panes, full .tmux.conf config, automation startup script, SSH persistence, neovim integration with vim-tmux-navigator, and tpm plugins.
13 min readIntermediate
Claude Code: Complete Terminal AI Agent Guide (2026)
Complete Claude Code tutorial 2026. Install, configure CLAUDE.md, use subagents, integrate MCP servers, run in GitHub Actions CI. Anthropic's SOTA coding agent lives in your terminal.
1 min readBeginner
python3 http server command line
In this short tutorial we explain how to start a simple http server from the command line, very useful to share files across the network. Just execute python -m http.server 8000