Posts

Claude Code system prompt


Sometimes I end up wanting to use console.anthropic.com. You can dump this system prompt in there to …

 · 1 min · torgeir

Fix GitHub ghost notifications


How to remove stuck GitHub notifications....

 · 1 min · torgeir

Extract files from proxmox vm stored on zfs pool


Rough notes on how I recovered some files from a zfs mirror; from a nixos machine that did not …...

 · 5 min · torgeir

Let's Encrypt certificates on an OpenWrt router


A quick setup guide for automatically renewing, valid certificates for your own domain on your …...

 · 3 min · torgeir

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