|
|
|
|
|
by mwpmaybe
277 days ago
|
|
This is all great, but as someone who logs into dozens of new-to-me systems every week I am unfortunately better served by learning raw systemctl and journalctl commands and training around them instead of a suite of tools and scripts that I'll need to install and configure anew each time. The fzf that ships with Ubuntu 22.04 and 24.04 doesn't even support all the options used here. And this is why I daily-drive bash, vi, top, and screen, even on my own systems... although I can usually get away with `apt install htop fzf tmux vim-tiny` (or the equivalent) if necessary. And I don't use many shell or git aliases. Woe is me! |
|
You can use these tricks the blog post is showing on computers you have full control over, to ease your life a bit, while, at the same time, unbelievably, you can keep using the regular commands on systems where this is not available.
Using these scripts does not mean you no longer need to understand "raw" commands, it's a requirement because it builds on top of those.