basbebe
basbebe
I deleted **all** entries within `CanonicalLinks` which resulted in not being to login as any user via SSO and the provider had disappeared from the settings. I reentered the provider...
it does break when you're on a virtual console and open tmux automatically when doing `su - root`. I haven't found a middle ground yet. I guess os also wouldn't...
The variable `TERM_PROGRAM` isn't being taken to the root when you change to superuser via `su - root`, even if it is set on the client: ``` SendEnv TERM_* ```...
the most universal and simple fix is the commit I referenced
Althouh I guess one could argue that a long password and a second (hardware) factor like a Yubikey are *not* the same thing in every situation, I see why this...
Thanks for detailing the vendoring steps! Yes, the Cargo.lock file references crates.io. The `replace-with` statement brings the convenience of not having to replace all dependencies' "registry". Where would I put...
Other use-case: Deploy inside a Podman pod and only bind to `localhost`.