ssh-add -D, ssh-keygen -R, rm: SSH Key Removal CLI Reference
Remove SSH keys from local agents, remote authorized_keys, and known_hosts. Commands: ssh-add -D, ssh-keygen -R, rm. Protect access fully.
Welcome! I’m Thomas Heinrich, a software engineer and system administrator with a deep passion for the Command Line Interface (CLI). With years of experience navigating the terminal, building backend architectures, and automating server deployments, I created this space to share practical, real-world terminal knowledge.
Whether you are a beginner taking your first steps in a Linux environment or a seasoned DevOps engineer looking to optimize your deployment scripts, you will find actionable solutions here. My goal is to help you ditch the mouse, speed up your workflow, and harness the full power of the command line.
Remove SSH keys from local agents, remote authorized_keys, and known_hosts. Commands: ssh-add -D, ssh-keygen -R, rm. Protect access fully.
compare branches git is the Git CLI operation using `git diff` and `git log` to display file-level diffs and commit history differences between two branches, us
CHARINDEX is a T-SQL function that returns the 1-based starting position of a substring within a string, enabling efficient string parsing and data extraction i
Master tcpdump in Linux with this authoritative reference. Learn installation, packet capture, filters, output analysis, troubleshooting, and advanced options f
python shebang linux is a syntax convention (#!) placed at the very top of a Python script on Unix-like systems, defining which interpreter (e.g., /usr/bin/pyth
Learn to delete local commits in Git using reset, reflog, and force push. Keep or discard changes with --soft and --hard options. Safe recovery methods included
DHCP option 43 enables lightweight APs to discover WLC management IP addresses. This guide covers Cisco IOS, Microsoft DHCP, hex encoding, and troubleshooting.
Master Test-Connection in PowerShell: syntax, flags, real-world examples, exit codes, and troubleshooting for ICMP, TCP port, and traceroute connectivity testin
Master the Linux nc command (netcat) for port scanning, file transfers, and TCP/UDP debugging. Full syntax, options, examples, and troubleshooting.
Run batch files from Windows CMD using cmd /c or cmd /k. Learn syntax, flags, exit codes, troubleshooting, and cloud automation equivalents.