starryoccultist

joined 2 years ago
[–] starryoccultist@lemmy.sdf.org 2 points 1 year ago (3 children)

I'm playing Oblivion, modded with PushTheWinButton's Through the Valleys Vanilla Plus Modding Guide. It runs great on the Steam Deck with 4-5 hours of battery life. I'm using a custom control profile that takes advantage of the touchpads and quick menus. Also works great docked on the TV using a similar control scheme on a Steam Controller.

[–] starryoccultist@lemmy.sdf.org 16 points 1 year ago (1 children)

minor issue: it’s podman-compose instead of podman compose. The hyphen feels like a step back because we moved from docker-compose to docker compose. But thT’s not a real issue.

podman does not autostart containers after boot. You have to manually start them, or write a start script. Or create a systemd unit for each of them.

I'm also currently migrating all of my self-hosted services from docker to podman. Look into using Quadlet and systemd rather than podman-compose: https://www.redhat.com/sysadmin/quadlet-podman

Your Quadlet .container files will end up looking very similar to your docker compose files. Podman will automatically generate a systemd service unit for you if you drop the .container file in your user systemd unit directory ($HOME/.config/containers/systemd/) and run systemctl --user daemon-reload. Then starting the container on boot is as simple as systemctl --user enable --now containername.service.

This will not solve your rootful vs. rootless issues, as others have pointed out, but Quadlet/systemd is nice replacement for the service/container management layer instead of docker-compose/podman-compose

[–] starryoccultist@lemmy.sdf.org 1 points 2 years ago* (last edited 2 years ago)

Israeli politics are dominated by right-wing hardliners who need constant conflict with the Palestinians for their own political survival. Netanyahu himself has constructed his entire political identity around being the only person who can be trusted with Israel's security. As long as this is the case, what the Israeli population wants or doesn't want is immaterial

Agreed. I've been using Fedora Silverblue for about a year. I love the immutable OS paradigm but IBM/Red Hat's recent actions have left me feeling uneasy and I want to find an alternative.