kaidelorenzo

joined 2 years ago
[–] kaidelorenzo@lemmy.today -1 points 1 week ago* (last edited 1 week ago)

I wonder if anyone at Valve is working on bringing trusted boot into mainstream Linux desktop usage. I'm pretty sure that's the core hurdle that keeps game developer's wary of the anti-cheat situation on Linux.

But it does open the can of worms of making it easy for apps/games to only work on specific Linux systems. We see that with how GrapheneOS has essentially the same verified boot functionality as "normal" Google Android but that doesn't actually mean any apps that want verified boot actual work on GrapheneOS.

Maybe if Valve creates a consortium of Steam verified boot certified distros. Then Valve could require that games that publish on Steam with verified boot requirements have to support any distro in the consortium. That seems like it would likely prevent the issue. The core issue being that you don't want to make it so easy for developers to prevent their game from running on certain devices that they just turn it on just because "why not?". The worry is losing games that might have supported Linux dropping support for all Linux except SteamOS.

We sort of have that now with secure boot in a way. Microsoft makes it so that other OS developers can boot on the vast majority of OEM Windows computers without disabling secure boot.

https://0pointer.net/blog/brave-new-trusted-boot-world.html

https://grapheneos.org/articles/attestation-compatibility-guide

https://docs.siderolabs.com/talos/v1.11/platform-specific-installations/bare-metal-platforms/secureboot#disk-encryption-with-tpm

[–] kaidelorenzo@lemmy.today 5 points 1 month ago (1 children)

What are the disadvantages of desktop use variants?

[–] kaidelorenzo@lemmy.today 5 points 1 year ago

I guess I switch to single boot Fedora Silverblue just in time

[–] kaidelorenzo@lemmy.today 1 points 2 years ago* (last edited 2 years ago)

As people have said containers is amazing. But in the scenario where you really need 2 completely separate browsers and don't want to use different operating system accounts (I've done this in the past).This extension has worked well for me https://addons.mozilla.org/en-US/firefox/addon/profile-switcher/ It's not ideal that it's an extension but it does do its job

 

A little Rust wrapper program I wrote to add proper signal handling for the Minecraft server executables. I've also packaged it for Fedora (via Copr) for easy updates along with some systemd services.

I've been using it to run my servers for a bit and it's working great. Hopefully it can help someone else out with running a Minecraft server.

Tested on AlmaLinux 9 and Fedora 39