Skip to content

Tag: linux

All the articles with the tag "linux".

jq One-Liners Every Sysadmin Needs

jq One-Liners Every Sysadmin Needs

jq is JSON on the command line. Here are 5 one-liners that actually solve real problems: filtering, extracting, transforming, combining, and debugging.

SSH Agent Forwarding: How It Works

SSH Agent Forwarding: How It Works

Understand SSH agent forwarding security risks. When it's safe (almost never), and better alternatives like ProxyJump for jump hosts.