How to diff two large JSON files with out-of-order keys11 March 2026·2 minsdiff gives you noise. jq -S, dyff, and jd give you the actual semantic difference.
How to convert a file from CP1250 to UTF-8 with iconv7 March 2026·2 minsOne iconv command to convert files between character encodings (CP1250, ISO-8859, UTF-16) - plus the ones you’ll actually encounter.
How to inspect a Docker image without running it14 February 2025·2 minsSee what’s inside a Docker image - layers, env, entrypoint, files - without ever running the container.
List All AWS Lambda Function Names30 May 2020·1 minQuick one-liner to get a sorted list of Lambda names using aws-cli and jq