Chapters Below are just quick notes or quotes from each chapter as a reminder of what to go back to chat about. This isn't intended to be in-depth by any stretch. Chapter 1 "Your man has been accustomed, ever since he was a boy, to have a dozen ... 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 →
Assuming you have a PXE server running you only need small edits to the virt-manager config read more →
I decided that I want to self-host all my docker images for the purposes of regularly rebuilding and security scanning. The first step is to set up a registry, which coincidently enough you can do with a Docker container 😛! Instructions for setting ... read more →
Dropdown menue in upper left - doesn't look like one but just click the name of the current device. URL will be rtsp://<ip address> <- this was the ticket for me read more →
I have started using VMs more and more in my development workflow and it's impossible to work in a VM without an internet connection for me most of the time. Setting up the KVM networking is kind of confusing to me and I've done it two different way ... read more →
man can be a pain to read... and there's lots of alternatives out there and one I've just started playing with is cheat man man will give you this plus a billion more lines of docs, which is useful when you need it... MAN(1) ... read more →