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 →
TODO: change title - add --listen or --host or something as 0.0.0.0... that way it listens not on localhost or 127.0.0.1, but on all addresses! read more →
https://www.simplified.guide/linux/disk-health-check Install For ubuntu/debian based distros (which is what I primarly use presently) sudo apt update -y && sudo apt install smartmontools -y List hard drives lsblk | grep disk is one way or su ... read more →
Intro I use ZFS at home in my homelab for basically all of my storage... Docker uses ZFS backend, all my VMs have their .qcow2 images in their own zfs datasets, and all my shares are ZFS datasets. I love ZFS but my home hardware presently is the opp ... read more →
import this; print(this); print("what is taking so long black!!") read more →
To filter for saved views from the admin console you have to use the id of the tag you are using to filter on... Ex: filtering for tags "Inbox" doesn't work, but for tag 18 does (the id fo the Inbox tag). I can find that ID by clicking on ... read more →
Steps sudo fdisk -l then look for the device and partition get the Type column mount Example dumbledore in /media NO PYTHON VENV SET ❯ sudo fdisk -l ... Device Boot Start End Sectors Size Id Type /dev/sdk1 * 2048 60371951 ... read more →
I just need to RDP into an Ubuntu box via Remmina and everytime I login I have to authenticate to create a color managed device... which I don't even know what that is! To fix it? vim /etc/polkit-1/localauthority.conf.d/02-allow-colord.conf polkit.a ... read more →
zfs allow -u $USER clone,load-key,create,destroy,mount,mountpoint,receive,send,rollback,compression,snapshot,hold,keylocation,bookmark tank load-key only needed if using encrypted datasets read more →