Tag: #shell
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Terminal & Shell Tools 2026 — Ghostty / Wezterm / Alacritty / Kitty / Warp / Fish 4 / Nushell / Zellij / Starship Deep Dive
Ghostty hit GA in December 2024, Fish 4 was rewritten in Rust, Warp matured into an AI-native terminal, Nushell settled into a real structured-data shell, and Zellij grew into a credible tmux alternative. Starship became
2026-05-16 · 25 min read #terminal#shell#ghostty#wezterm#alacrittyMastering Linux Command Line: 100 Essential Commands Every Developer Must Know
The complete Linux command line guide for developers! 100 essential commands for file/process/network management, Bash scripting, grep/awk/sed text processing, SSH tunneling, tmux multiplexing, system monitoring, and rea
2026-03-23 · 27 min read #linux#command-line#bash#shell#devopsFrom Shell Basics to Advanced Operations: A Practical Shell Guide for Engineers
From Bash/Zsh basic syntax to pipelines, process substitution, signal handling, and performance optimization -- this guide covers essential Shell techniques that every working engineer must know, with practical code exam
2026-03-07 · 12 min read #linux#shell#bash#zsh#scripting