Nothing to see here, right? :)
TED: Julia Galef - Why you think you're right even if you're wrong
"How to cycle through reverse-i-search in BASH?"
1. by repeatly pressing Ctrl+R
2. but also Ctrl+S, for the other direction - however, this only works after issuing an
stty -ixon
-
Btw... same here :)
When in the mood to fight for the megabytes :) the Snap package manager by default keeps the 3 last versions of the snaps ... would that sound a bit too much, that number can be reduced:
https://www.linuxuprising.com/2019/04/how-to-remove-old-snap-versions-to-free.html
TL;DR
sudo snap set system refresh.retain=2
Forgot why I needed this, but isn't it a beauty :)
git whatchanged --since '2022-03-01' --oneline | grep "whatever_..." | uniq | sort
(Most likely largely via StackOverflow)
Was just Googling around if I forgot anything about using dd for creating a bootable, and behold:
You can even create a bootable USB stick with cp (it seems much more straightforward for me than dd or a GUI):
sudo cp path/to/ISO /dev/sdX
Also:
That was really new to me. Together with progress unix.stackexchange.com/a/301329/87264 it shows progress, too
Source: AskUbuntu
Well, truly useful ... let's see ...!