Tag: #bash
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Modern Bash & Shell Scripting 2026 Complete Guide - Bash 5.2 · Zsh 5.9 · fish 4 · Nushell · Murex · ShellCheck · Bashly · just Deep Dive
37 years after Brian Fox first released Bash in 1989, in 2026 the shell is no longer just a command-input line — it sits at the center of operations infrastructure. Bash 5.2 is still the global standard. Zsh 5.9 is the d
2026-05-16 · 30 min read #bash#zsh#fish#nushell#shellcheckMastering 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