If you don’t mind me asking, why did you choose Zorin? How do you hear about Zorin?
- 0 Posts
- 232 Comments
mholiv@lemmy.worldto Technology@lemmy.world•Framework supporting far-right racists?English0·8 days agoI’d recommend giving Niri a shot. It works quite well for me.
The AirVPN client works well on Linux. They provide really good Linux support. https://airvpn.org/linux/
mholiv@lemmy.worldto Linux@lemmy.ml•Ubuntu 25.10's Rust Coreutils Transition Has Uncovered Performance Shortcomings3·1 month agoWhy is it ideology when it’s community focused code, and bigger picture when it’s corporate friendly code?
mholiv@lemmy.worldto Technology@lemmy.world•Google will require developer verification for Android apps outside the Play StoreEnglish0·2 months agognu/linux user space phones please hurry!
mholiv@lemmy.worldto Mildly Infuriating@lemmy.world•VW introduces monthly subscription to increase car powerEnglish0·2 months agoWill probably make the price go up. The whole reason why they do this crap is to get more money out of the consumer.
mholiv@lemmy.worldto Technology@lemmy.world•European Commission has a "Wifi4EU" initative, provides 93k high-speed private access points across the EU, free of charge.English0·2 months agoYes you can. And the term Romanian isn’t the problem here.
mholiv@lemmy.worldto Technology@lemmy.world•European Commission has a "Wifi4EU" initative, provides 93k high-speed private access points across the EU, free of charge.English0·2 months agoClassic European flavored racism. Are you aware that you are promoting racism or not? I think mindfulness is key here. People should consider their own internal biases and adjust to help make a better world.
mholiv@lemmy.worldto Technology@lemmy.world•Another Google Pixel 6a catches fire after battery-nerfing updateEnglish0·3 months agoString recommend for learning the swipe motions. It takes a few min to learn but it’s free real-estate after that. And it’s faster. At least for me.
mholiv@lemmy.worldto Technology@lemmy.world•Steam Users Rally Behind Anti-Censorship PetitionEnglish0·3 months agoAnd the easy retort to that is that they don’t apply Chinese censorship globally. Only in China. Regional laws only apply regionally.
mholiv@lemmy.worldto Linux@programming.dev•Microsoft's Secure Boot UEFI bootloader signing key expires in September, posing problems for Linux users3·3 months agoExactly this. The people who designed secure boot and TPMs were not idiots. You can’t trick a properly set up TPM configured with secure boot in any realistic setup.
mholiv@lemmy.worldto Linux@programming.dev•Microsoft's Secure Boot UEFI bootloader signing key expires in September, posing problems for Linux users14·3 months agoIt won’t refuse to boot. It’s just that any automatic metric based decryption won’t work.
If you are using a TPM to automatically unlock luks and also manually removed the password backup before hand you could lose your data forever. That is true.
But if you kept the password based decryption stuff you could still manually unlock stuff. Just like secure boot was never there.
The difference would be that there could be no secure attestation that the kernel count trust/use without secure boot.
Like secure boot is really cool on Linux if you learn about it. Like sbctl alone is great for verifying backups and stuff.
I recommend reading through the arch wiki if you want to learn more. It covers a lot of stuff. https://wiki.archlinux.org/title/Unified_Extensible_Firmware_Interface/Secure_Boot
mholiv@lemmy.worldto Linux@programming.dev•Microsoft's Secure Boot UEFI bootloader signing key expires in September, posing problems for Linux users163·3 months agoIt won’t brick your system forever??? You just turn it off in your bios. Then you have no secure boot. Just like it was never there.
mholiv@lemmy.worldto Linux@programming.dev•Microsoft's Secure Boot UEFI bootloader signing key expires in September, posing problems for Linux users311·3 months agoIf you don’t care about boot chain attacks it isn’t bad at all.
If you do care about boot chain attacks it’s bad because it allows someone to replace things like the efi binaries, grub, or your kernel with backdoor-ed versions and there would be no way to detect this from the running system.
Secure boot checks for this stuff. You can read more here:
mholiv@lemmy.worldto Linux@programming.dev•Microsoft's Secure Boot UEFI bootloader signing key expires in September, posing problems for Linux users171·3 months agoYou can but then you don’t have secure boot.
mholiv@lemmy.worldto Linux@lemmy.ml•Protecting against rogue devices with Full Disk Encryption and TPM1·3 months agoNot really. Imagine they replace the ssh binary with a back doored version. Home directory encryption protects your data but not your system.
mholiv@lemmy.worldto science@lemmy.world•'Universal cancer vaccine' trains the immune system to kill any tumorEnglish0·3 months agoYou need to let the scientists know this! I’m sure your insights will be very valuable to them.
mholiv@lemmy.worldto Linux@programming.dev•systemd has been a complete, utter, unmitigated success2·3 months agoYou can if you want to. But I don’t think that is best practice. The idea of quadlets is the bring Linux norms to containers. You contain and manage all permissions for that container in that user.
I personally have completely separated users and selinux mls contexts for each container group (formerly docker compose file) and I manage them thusly. It’s more annoying but it substantially more secure.
This being said I think you can do it as root. I think this might work but I am not certain
sudo systemctl --user -M theuser@ status myunit.service
mholiv@lemmy.worldto Linux@programming.dev•systemd has been a complete, utter, unmitigated success1·3 months agoAre you placing your service files in
~/.config/containers/systemd
of the home dir of the user you want them to run as?Here is a link: https://linuxconfig.org/how-to-run-podman-containers-under-systemd-with-quadlet
It might be my lemmy client but when I go to that link I just see a basic steam next fest post with a Linux picking section from a different user.
What am I missing?