mkdir s{1..10} will make directories s1, s2, ... s10 in one command! read more →
/mysearch\c will match mysearch, MYSEARCH, mYSeArCh... read more →
zfs list has a flag -r, but if you use zfs driver for docker then you'll get flooded with every docker volume in the world. zfs list -r -d N will limit the dept of the print out, so zfs list -r -d 2 gives me tank, tank/encrypted, tank/encrypted/dock ... read more →
I learned you can embed gifs and stuch in things other than GH personal pages! So here I'll keep ones I like and might use later via GIPHY read more →
Bought some DDR4-3600 speed RAM but only seeing 2666? Load up the BIOS, find DRAM config or something similar, and make sure to load the XMP profile to get that advertised RAM speed! read more →
!!! note "Babyblue v2" Ryzen 5700x + 32 GB 3200 CL16 RAM <a href="https://www.passmark.com/baselines/V10/display.php?id=503041456656"><img src="https://www.passmark.com/baselines/V10/media/503041456656.png" al ... read more →
ssh -v -i ~/.ssh/id_rsa nic@hogwarts THen we can look at print outs cat /var/log/auth.log also showed me that I had too wide permissions on files in ~/.ssh -> probably changed from an rsync job read more →
Assuming you have a pool called tank... And assuming you have an encrypted dataset (See Jim Saltar's short intro) Create a group for permissions - in my case I have one called home Then if there's anything in /tank/encrypted his it with chgrp -R ho ... read more →
sudo dmidecode -s bios-version read more →
I use Tmux and Vim for most of my workflow, but I end up with a lot of dangling tmux sessions that dont' really need to persist... but killing them one at a time is a pain so I wrote a little script-kitty nonsense to pipe multiple choices from fzf i ... read more →