Found out about -H as an alternative to f/--forest option to Linux ps. Does not show ASCII art, however does indent children of PID 1, which makes a difference inside containers.
The -format json option to vault doesn’t cause it to emit errors as JSON.
> vault token lookup -format json
Error looking up token: Error making API request.
Namespace: whatevs/
URL: GET https://example:8200/v1/auth/token/lookup-self
Code: 403. Errors:
* permission denied
I thought there should be a “standard” utility for overwriting the content of files with random garbage on most Linux systems. Unsurprisingly, it’s called shred. Surprisingly, to me, is that it’s part of GNU coreutils.
My private motto has always been “Behind every silver lining is a cloud.”.
If a word begins with an unquoted ‘=’ and the EQUALS option is set, the remainder of the word is taken as the name of a command. If a command exists by that name, the word is replaced by the full pathname of the command.
TIL that the /lib/systemd/systemd --user process for a user with linger enabled does not automatically pick up group membership changes. Also, there does not appear to be a clean way to get it to pick up the changes, e.g. systemctl --user reexec doesn’t work. Resorted to killing it and relogging in.
Talking about music is like dancing about architecture.
I first heard this epigram from Laurie Anderson, but its origin is seriously complicated.
I find it weird that /var/lib/systemd/linger contains usernames instead of UIDs.