Evidently this comes directly from Latin. It’s not obvious for sure.
- 0 Posts
- 8 Comments
tychosmoose@lemmy.worldto
World News@lemmy.world•Old master painting looted by Nazis recovered a week after being spotted in Argentinian property listingEnglish
4·2 months agoMaybe the linked article changed since it was posted? That’s the story I read yesterday, but the article I see posted says:
It was handed over on Wednesday to the Argentinian judiciary by the daughter of the late Nazi financier Friedrich Kadgien, Patricia Kadgien, who has been under house arrest with her husband since Tuesday.
tychosmoose@lemmy.worldto
Linux@lemmy.ml•[SOLVED] is the command locate too old for debian 13 xfce?English
1·2 months agoJust tried this on a recent Trixie amd64 install.
locateisn’t installed by default, but there is alocate/stable 4.10.0-3package and it installs just fine for me.sudo apt update sudo apt install locate
tychosmoose@lemmy.worldto
Selfhosted@lemmy.world•Rethinking networking stack - recommendations?English
31·2 months agoI’m using Mikrotik and Ruckus. Would recommend both. I like that they are both at the level of reliability that I don’t think about them at all for months at a time. I update quarterly or less and they require no other attention from me. They also work well with my centralized data collection and alerting via LibreNMS.
OPNSense would be high on my list of alternatives when I reevaluate next time. And all Mikrotik would be a good option for me as well. Their Wi-Fi gear is not as strong as Ruckus or Ubiquiti, but they are super solid.
The Unifi ecosystem is a bit too centralized for me. I don’t want to create an account in order to use the hardware.
tychosmoose@lemmy.worldto
Today I Learned@lemmy.world•TIL about the largest labor uprising in history: The Battle of Blair Mountain, when the US military was deployed against 10,000 WV coal minersEnglish
6·2 months agoMatewan (1987) is a good movie covering aspects of this story. Great cast and an engaging story. The cinematography won an Oscar.
tychosmoose@lemmy.worldto
Linux@lemmy.ml•[Solved] My OpenSUSE Tumbleweed install broke and I can't rollbackEnglish
1·2 months agoIs it possible that you didn’t enable snapshots during installation of TW, and then turned it on later?
That seems to be a common explanation on the openSUSE forum when .snapshots is missing from fstab (found by searching for the error you are hitting). There are some threads with workarounds. Basically, mount the .snapshots subvol manually, re-try the rollback and then add .snapshots to fstab so it works in the future.
I’m doing this on a couple of machines. Only running NFS, Plex (looking at a Jellyfin migration soon), Home Assistant, LibreNMS and some really small other stuff. Not using VMs or LXC due to low-end hardware (pi and older tiny pc). Not using containers due to lack of experience with it and a little discomfort with the central daemon model of Docker, running containers built by people I don’t know.
The migration path I’m working on for myself is changing to Podman quadlets for rootless, more isolation between containers, and the benefits of management and updates via Systemd. So far my testing for that migration has been slow due to other projects. I’ll probably get it rolling on Debian 13 soon.