sudo -i
I’ve been typing sudo bash
for too long! sudo -i
for the win!
Technically, the -i
calls the login shell for the specified (-u
) or implied root user, so the shell might be something other than bash; on my Mac, sudo -i
lands me in sh
and not bash, so I still need to sudo bash
🤦♂️.
Recent posts:
- Patch for aarch64 (aka arm64) openssl 1.0.2 'relocation R_AARCH64_PREL64 against symbol OPENSSL_armcap_P error'
- TIL: the `NO_COLOR` informal standard to suppress ANSI colour escape codes
- Copy the contents of a branch into an existing git branch without merging
- Adding search to a static Jekyll site using pagefind
- asdf, python and automatically enabling virtual envs