Saturday, 18 March 2023

Still grepping the bash history?

"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

source: unix.stackexchange

-

Btw... same here :)


Thursday, 26 January 2023

"How To Remove Old Snap Versions To Free Up Disk Space" - How to Keep Fewer Revisions

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