this post was submitted on 17 Jul 2026
635 points (99.1% liked)

Technology

86649 readers
4295 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] 0x0@infosec.pub 50 points 1 week ago (3 children)

Or you could just change to an os that doesnt piss on its users constantly

[–] Velypso@sh.itjust.works 6 points 1 week ago (2 children)

Unfortunately, dual gpu and ray tracing setups don't work very well on linux.

[–] lemming741@lemmy.world 11 points 1 week ago

Sounds like a hostage situation

[–] RichardNixos@lemmy.ml 1 points 1 week ago

I couldn't tell you about ray tracing, but it's been pretty painless for me to run specific apps on igpu/dgpu using switcheroo-control

[–] floofloof@lemmy.ca 5 points 1 week ago* (last edited 1 week ago)

Indeed. I use Linux most of the time, and MacOS a bit of the time, but the old Windows desktop is still there for the infrequent times when I need to use it to work on old music projects.

[–] OS2Warp@lemmy.zip -2 points 1 week ago (2 children)

Great; what OS has the equivalent of Group Policy and Active Directory besides windows?

[–] toddestan@lemmy.world 5 points 1 week ago (1 children)

The funny thing is, the people who care about Group Policy and Active Directory are the same people who aren't happy about their network potentially being compromised because someone hooked up their work laptop up to a monitor at their home.

[–] OS2Warp@lemmy.zip 1 points 1 week ago

Still didn’t answer the question.

[–] enumerator4829@sh.itjust.works 2 points 1 week ago (1 children)

This is the one thing holding open source back, and the thing Linux users keep pissing on without understanding it.

The CTOs inept nephew can manage your fleet of windows machines and you get all the checkbox security you need for compliance (and some real security):

  • Centrally managed
  • Logs that are fairly hard to manipulate
  • SecureBoot + Bitlocker

That same feature set on Linux will cost you a ton of money in skilled staff if you want to check the same compliance checkboxes. (As for real security, who cares, no one is doing that anyway)

[–] OS2Warp@lemmy.zip 1 points 1 week ago (1 children)

THANK YOU!

So many people just don’t get it; happy to see someone rational who does.

I WISH Linux had something like this, but it’s like NT 4.0; it doesn’t have it.

[–] enumerator4829@sh.itjust.works 1 points 1 week ago (1 children)

It’s getting there, slowly.

  • Clevis can do network and TPM pinned disk decryption.
  • With Linux UKIs you can do self signed secure boot, we still need the mechanisms for central signing. This would actually be better that windows, you control your own PKI and Microsoft can’t sign garbage your machines boot.
  • Logs is a somewhat bogus argument - log falsification on Windows has been done too. But linux is rather unprotected in comparison.

But the biggest issue is the mentality of ”I own my computer”. Sure, you own your private machine, but your company owns the computer you use for work and the data on it and has an interest in protecting that data from you. That particular threat model is hard to communicate, as Linux users normally don’t think of themselves as a threat vector.

[–] OS2Warp@lemmy.zip 1 points 6 days ago (1 children)

Good to know they’re working on boot; what about something similar to AD and GPO?

I hope no one tries to push GPO-like stuff on Linux. I get where you are coming from, but for example Puppet will give you a lot more power and and flexibility. There is no registry. ”Everything is a file” is actually true, you just manage a bunch of config files instead.

As for AD, you have FreeIPA as the major contender. It works. You can also just join your Linux clients to your AD. Kerberos works just as expected.

(RedHat actually tried pushing management of Gnome via FreeIPA á la GPO. It sucks, because the desktop environment is just a tiny part of what you might want to manage, so suddenly you need to have both that bullshit and your normal configuration management tool.)