Stuff


I use this site as a memory helper for stuff I keep forgetting. Don't run code on here without knowing what it does.




CasaOS containers borked on Proxmox LXC

Something borked CasaOS inside LXC in Proxmox.

Either docker or containerd.io is leading to a bunch of errors inside CasaOS and need to be downgraded while a fix is not made available.

apt update

apt-cache policy docker-ce

apt-cache policy containerd.io

This lists the versions available fo...

Continue Reading...


Wrong locked states in Nextcloud

Random bug with Joplin or Nextcloud leaves stuff in a locked state and then spits our syncing errors. My specific scenario fix - manually disabling the locked states:

  • Put Nextcloud in maintenance mode: edit config/config.php and change this line: 'maintenance' => true,

  • Run mysql and...

Continue Reading...


PT Ham Radio repeaters

Neat list of Portuguese VHF/UHF HAM repeaters kindly hosted/distributed here.

If the website goes awol my local backup copy is here.


Adding SearXNG to Vivaldi as a search engine

Add https://host/search?q=%s to the URL setting in "Search" inside Vivaldi settings.

Works with POST HTTP Method.


Archlinux Maintenance

Install paccache with # pacman -S pacman-contrib. # paccache -r to clean the package manager's cache.

List orphan packages with $ pacman -Qdtq. Remove orphan packages with # pacman -Qtdq | sudo pacman -Rns -.

Delete cache with $ rm -rf ~/.cache/*

Find out how much space is being use...

Continue Reading...