(no title)
throwiforgtnlzy | 1 year ago
And when running a shell, do it like this:
docker run user/image:tag -it --rm bash -li
Also, zshdb, bashdb, and shellcheck are good stuff™ too.My mantra is all programs and widely-used company tools should have current man pages and shell completions. The whole "Go look at a web page" for "help" is slow, distracting, and lazy.
amluto|1 year ago
This one is so pathetically slow on Fedora that I find it counterproductive. Also, at least as of a year or two ago (I haven’t checked since then), PackageKit maintained its own, large, cache, thus wasting a surprising amount of space in /var.
throwiforgtnlzy|1 year ago
Here's a naive, partial implementation that runs in <500 ms so long as there's an existing dnf cache: