Homelab hours are real hours.

← cd ../tags/
$ grep --tag "learning" — 5 matches
TIL · 3 min

TIL: The UI Said UTF-8. It Was Lying.

Terminal.app showed the correct encoding. The terminal rendered garbage. The setting was stale.

#linux #learning #macos #debugging
TIL · 2 min

TIL: Why cd in a Script Does Nothing

A script runs in a child process. Your shell does not care what the child did.

#linux #shell #learning
Field Note · 3 min

Stop Catting the Manual

I kept running cat on the same file to re-read instructions. There is a better way to work.

#linux #learning #shell
TIL · 1 min

set -a for sourcing .env files

Why `source .env` does not always do what you think, and a one-liner that fixes it.

#linux #shell #learning
Field Note · 3 min

Learning Linux for Real This Time

I have been using Linux for years without really knowing it. Time to fix that.

#linux #learning #homelab