Not many opportunities for productive hobbies.
Wednesday, 2023-04-12
Went back to work. No fun was had.
Thursday, 2023-04-13
Spent a little while after work trying to de-solder a GPIO
header from a Pi Zero to build a second PiKVM, decided I need a new de-soldering gun, then decided I wasn’t going to spend more money on gear and reached a sort of halting state.
Friday, 2023-04-14
- Did a second bulk migration from
rogueone
toborg
. - Set up Tailscale inside
LXC
, for which I needed to add this to the config:
# /etc/pve/lxc/100.conf
lxc.cgroup2.devices.allow: c 10:200 rwm
lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file
- Realized Fedora keeps kneecapping itself where it regards codec support and image formats and re-enabled
HEIF
/HEIC
image thumbnails in Nautilus by swappinglibheif
:
sudo dnf --disablerepo=fedora,updates swap libheif libheif
sudo dnf install 'dnf-command(versionlock)'
sudo dnf versionlock add libheif
I expect I will have to do something similar (or even more stupid) when I upgrade to Fedora 38 next week or so.