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 →
I got into a pickle where I encrypted the ssh keys I use for my SSH connections on LAN, but then I couldn't run my ansible playbook on my server! ssh-keygen -p and leave the new passphrase blank saved my day (although password protected key files ar ... read more →
see samba config on hogwarts read more →