Posts tagged with 'cli'

I am moving a hefty amount of data to a new ZFS pool due to some corruption and I want to avoid using zfs send/recv for this just to make sure I don't propagate any corrupted data to my new pool. I've used rsync for simple things before but I needed ... read more →

To customize k9s use the skins from catppuccin or the ones k9s supplies OUT="${XDG_CONFIG_HOME:-$HOME/.config}/k9s/skins" mkdir -p "$OUT" curl -L https://github.com/catppuccin/k9s/archive/main.tar.gz | tar xz -C "$OUT" ... read more →