-
Open GitHub PR URL by number from macOS
Sometimes you want to be able to open a GitHub PR URL in your default browser in macOS with just the number of the PR. This can be accomplished with the following function in zsh, which can be added to your .zshrc: Some caveats to using this code: This assumes that you’re in a local…
-
EBUSY on /etc/resolv.conf in a Linux Docker container
I’ve spent a lot of time in *nix-like environments, but Docker + Linux configuration nuances a bit of a newer area to me. This is my public personal note about how to do deal with an EBUSY on /etc/resolv.conf in a Linux Docker container (as well as similarly mounted files in containers) In debugging an…