Using terminal-notifier in Claude Code to get custom notifications
Guide to setting up custom desktop notifications for Claude Code on macOS using the terminal-notifier command-line tool.
Guide to setting up custom desktop notifications for Claude Code on macOS using the terminal-notifier command-line tool.
A collection of practical recipes and command-line examples for using the wget utility to perform common downloading and web interaction tasks.
Announcing a new zine explaining the hidden rules and inconsistencies of the terminal, based on 20 years of experience.
A guide to navigating different netcat versions (OpenBSD, Traditional, Ncat) for CTFs and reverse shells, highlighting key syntax differences and pitfalls.
Developer releases version 1.1.1 of the ScottLilly.ArgumentParser NuGet package, detailing improvements and its use in an upcoming code analysis tool.
Explores building Node.js CLI apps without third-party dependencies, using built-in modules for colors, argument parsing, and debugging.
A software engineer's 100-day challenge to explore and document every GNU Coreutils command, sharing insights and examples.
Introducing pping, a command-line tool for checking if network ports are open, similar to ping but for TCP ports.
Microsoft introduces a native sudo command for Windows 11, allowing users to run commands with elevated privileges directly from the terminal.
A beginner's guide to tmux, covering installation, basic commands, key bindings, and configuration for terminal multiplexing.
A technical guide on using FFmpeg to invert video colors, converting a dark mode screen recording into a light mode version with a single command.
An introduction to the Domain Name System (DNS), explaining its hierarchical structure, how DNS lookups work, and includes command-line examples.
How Amazon Q Developer simplifies AWS CloudWatch CLI commands by translating natural language queries into precise syntax.
How Amazon Q Developer simplifies AWS CLI output formatting using natural language commands.
Essential Linux skills for SQL Database Administrators to improve efficiency and marketability in modern IT environments.
Introducing ShellSage, an AI-powered terminal assistant that provides context-aware help for sysadmin tasks directly in your shell.
A developer shares their experience building a CLI tool for managing Godot versions using C#, .NET, and libraries like Spectre.Console.
A comprehensive Git cheat sheet listing essential commands for version control, from initialization to branching and merging.
A technical tip on using AWK to count lines of Rust source code while excluding test modules, focusing on practical command-line solutions.
Learn two Git tricks: quickly switch back to the previous branch and view the last 5 checked-out branches using reflog.