Posts tagged shell

Developer Tools

An overview of my current developer toolchain including Ghostty, Neovim, Zsh, and a curated set of CLI utilities.

New Laptop Configuration

Step-by-step guide for setting up a new macOS development environment with Homebrew, Git, Python, Go, Vim, and tmux.

Understanding Man Pages

How to navigate Unix manual page sections, sub-sections, and search across them effectively.

Terminal Password Manager

Setting up Pass, a GPG-based command-line password manager, as a free and secure alternative to GUI tools like 1Password.

Terminal Debugging Utilities

An overview of command-line debugging tools like tcpdump, telnet, netstat, and others for diagnosing network and application issues.

Bash Watchtower

A simple Bash script that monitors web pages for failures and sends Slack notifications when endpoints return non-200 status codes.

Building Systems With Make

An introduction to using GNU Make as a modern build and automation tool, with practical Makefile examples.

Basic Shell Scripting

A beginner-friendly guide to common unix shell commands and scripting fundamentals for everyday use.