Posts

Show environment variables of a process


Use ps -E to list the environment variables of a process.

 · 1 min · torgeir

Use a bash variable where a file is needed


With bash you can use a variable with newline separated content where a file is needed. Or rather, …...

 · 2 min · torgeir

Roll your own jwt.io in the terminal


Pasting a jwt token into someone else's website feels wrong. Let's roll a small diy version of it in …...

 · 3 min · torgeir

Nix-darwin Sequoia nixbld users migration


Nix-darwin needed to move its builder users to work with macos Sequoia....

 · 4 min · torgeir

Connecting Stable Diffusion WebUI to your locally running Open WebUI


Connecting Stable Diffusion WebUI to Ollama and Open WebUI, so your locally running LLM can generate …...

 · 6 min · torgeir

Colima: Don't keep docker credentials in the clear


I don't enjoy configuration files with secrets kept in plaintext. Here's how to move docker …...

 · 1 min · torgeir