Today I learnedPrune unused Flatpak runtimes
Today I learned: How to prune unused Flatpak runtimes. I realized after running and upgrading my system for some time, that the flatpak…
Today I learned
Today I learned: How to enable the BTRFS quota to see the space utilization of snapshots.
I am using BTRFS snapshots to have easily accessible jump points, in case something goes awry. I use them both for the root partition, and my home partition.
The other day I wanted to manage said snapshots and realized, that by default, no disk utilization was shown, which made it hard for me to clean up as intended.
So I ventured onto the Internet to search for a solution and I found it. I do not remember the initial source, where I
found the information a few years back, but I linked the official documentation above, which contains the command to
enable the quota: btrfs quota enable /. And that’s it. I ran the same command for the /home subvolume and after
that, snapshots do also report their disk utilization.
Today I learned: How to prune unused Flatpak runtimes. I realized after running and upgrading my system for some time, that the flatpak…
After upgrading a few of my LXC containers to Debian 12, I noticed, that the systemd-networkd-wait-online failed with the error message:…
Today I learned: How to create a TAR archive of only the contents of a directory, without the directory or the path itself. And this…