this post was submitted on 02 Sep 2025
134 points (99.3% liked)

Linux

9458 readers
450 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] thingsiplay@beehaw.org 76 points 2 weeks ago (1 children)
  • Wayland by default? Ubuntu has covered you.
  • GNOME by default DE? Ubuntu has covered you.
  • Snap by default and used everywhere? Ubuntu has covered you.
  • Rust through sudo replaced by sudo-rs by default? Ubuntu has covered you.
  • Popular and controlled by a corporation? Ubuntu has covered you.
  • Plus some historical stuff people did not forgot: Mir, Unity, Amazon data collection? Ubuntu has covered you.

Ubuntu has it all: The most important controversies in one package.

BTW this reply is more a joke than being serious. I'm not the biggest fan of Ubuntu (anymore), but I also used it straight 13 years since I started; so let me have me my opinion. Besides that, I make just fun of companies and not of the users. People should use what they like.

[–] djsaskdja@reddthat.com 9 points 2 weeks ago (5 children)

Is there a good alternative to Ubuntu that’s deployment ready for a small to medium business that doesn’t require paying for support like Red Hat? I don’t use it on my own machines, but when I’m working with clients it’s pretty much all I recommend. I could maybe be won over by Mint, but I’m still a little skeptical about the polish and reliability there.

[–] defaultusername@lemmy.dbzer0.com 18 points 2 weeks ago* (last edited 2 weeks ago) (3 children)
[–] ITGuyLevi@programming.dev 9 points 2 weeks ago

That's always been my go to, rock solid OS that will just chug along. My son (Arch user) likes to joke that mine is always out of date, but I like to joke that he's the beta tester.

When LMDE was dropped I started recommending that to the Windows Expats I meet because its UI is familiar to them and Debian just runs.

[–] djsaskdja@reddthat.com 4 points 2 weeks ago

I’ve been encouraged by 12 and 13 making progress towards out of the box usability. But it still takes too much tweaking to make it work smoothly for desktop users at scale. This isn’t a shot at Debian by the way. I use it on at least some of my own machines. Just have a hard time recommending it depending on the situation.

[–] BuboScandiacus@mander.xyz 2 points 2 weeks ago (1 children)

Good joke

Install mint/fedora (classic or atomic)

[–] anzo@programming.dev 1 points 2 weeks ago

Not fedora, it's too much like Arch (bleeding edge). Although I do enjoy their immutable spins, using Aurora on my laptop for over a year.

Mint debian edition or MX ahs edition would be my goto solutions. Specially mx, since you can prepare your own custom iso so easily as install, customize, use their tool, get iso. Then you can install in all your other machines ;)

[–] frongt@lemmy.zip 5 points 2 weeks ago (1 children)

If you want something in the RHEL family, Fedora. If you want something in the Debian family, Debian. Or Mint if you're okay with a little deviation for better OOTB.

[–] djsaskdja@reddthat.com 6 points 2 weeks ago (2 children)

I love Fedora, but it’s way too chaotic and shit breaks all the time. Maybe break is the wrong word, but it’s too unstable for the type of users I’m talking about at least. I already explained my reasons for Debian. Mint could win me over, but I’m not quite there yet.

[–] frongt@lemmy.zip 2 points 2 weeks ago (1 children)

Does Fedora not have a stable LTS type of thing?

I haven't had any trouble with Debian. I just switched my own desktop from Windows about a week ago and I didn't find there was much that needed changing. If you feel there is, you could probably add it into the installer, or configure with something like ansible post-install.

[–] djsaskdja@reddthat.com 4 points 2 weeks ago

Nope. Red Hat is as close as you’ll get. Maybe CentOS Stream but I’ve never tried it. Debian is workable with some tweaking but at scale that becomes a little annoying. If Ubuntu ever broke a workflow with their changes, I would 100% offer Debian as an option.

[–] ITGuyLevi@programming.dev 2 points 2 weeks ago (1 children)

Have you given LMDE a go? All the benefits of Mint, the stability of Debian, all without having to deal with snaps sneaking in.

[–] djsaskdja@reddthat.com 4 points 2 weeks ago (1 children)

I have not! I’ll have to look into it. I appreciate the suggestion. I thought Mint also had snaps stripped out. I don’t exactly love snaps, but they can also be kind of nice from a user experience perspective. I’d prefer if Ubuntu used Flatpaks instead, but beggars can’t be choosers.

[–] xtools@programming.dev 2 points 2 weeks ago

this! i prefer flatpak but for some apps the sandboxing fucks up things, having snaps or native packages available if you want to have them isn't the worst thing

[–] thingsiplay@beehaw.org 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

I don't even think that Ubuntu for desktop isn't even that bad. It's not what I would use though on my personal home rig, but it seems to be a solid option in professional server business. I would say, if your clients are happy, then you did a good choice so far.

One of the biggest strength pro Ubuntu is the big community and help you can get from. Mint is probably a good choice too, but I'm not sure if that is a good one for business. Me making fun of Ubuntu is more about the perception from the community and home user, less about professional users. I think especially in business if you are in doubt, recommend Ubuntu.

Edit: Nothing important.

[–] djsaskdja@reddthat.com 4 points 2 weeks ago

Hell yeah makes sense. I get where you’re coming from. Just throwing that question out into the universe half expecting to get flamed lol.

[–] irelephant@lemmy.dbzer0.com 2 points 2 weeks ago

I'd say fedora or centos

[–] xtools@programming.dev 1 points 2 weeks ago

KDE Neon has been working fine as my daily driver for the last two years, it's Ubuntu-based but has the latest KDE packages on top. Though I've heard KDE wants to phase it out in favour of their own distro

[–] chronicledmonocle@lemmy.world 22 points 2 weeks ago* (last edited 2 weeks ago) (4 children)

Was sudo broken in some way that makes rewriting it in rust appealing? Genuinely curious.

[–] Lem453@lemmy.ca 23 points 2 weeks ago (1 children)

Everyone is focusing on the fact that this us C vs rust. The original sudo has issues on its own. Its a large code base that does lots of things and has inherent security vulnerabilities.

Sudo is worth redoing regardless of language.

https://linuxsecurity.com/news/security-vulnerabilities/sudo-flaws-linux-privilege-at-risk

[–] The_Decryptor@aussie.zone 18 points 2 weeks ago* (last edited 2 weeks ago)

Sudo is worth redoing regardless of language.

Or move away from it entirely, e.g. to something like doas which OpenBSD migrated to a decade ago.

[–] badbytes@lemmy.world 22 points 2 weeks ago (1 children)

Its a big debate/ discussion lately, as rust has some safety bits built-in that make it safer than C. So tools are getting ported.

[–] chronicledmonocle@lemmy.world 17 points 2 weeks ago (2 children)

I mean....sounds fine. Why is it "controversial"?

[–] Lehmanator@programming.dev 40 points 2 weeks ago (5 children)

Few reasons, some less valid than others.

  • replaces GPL license with more permissive one
  • wasnt broke dont fix
  • missing some configuration features of base sudo
  • C people feeling threatened by rust
  • people hate rust's overzealous stans
  • rust community is pretty queer, so being anti-rust is a nice proxy for anti-lgbtq
[–] InternetCitizen2@lemmy.world 28 points 2 weeks ago (1 children)

replaces GPL license with more permissive one

Honestly I think this is a rather big deal. It leaves our project open to just being made closed source / justifies not contributing back from big companies.

[–] lengau@midwest.social 6 points 2 weeks ago

The original Sudo is licensed under a complex web of MIT-like licenses. sudo-rs is dual-licensed under the MIT license and Apache 2.

[–] 8uurg@lemmy.world 13 points 2 weeks ago
  • wasnt broke dont fix

Sadly, security issues are still being found in sudo, so wasn't broke isn't entirely true. Though, whether or not Rust prevents a given security issue is strongly dependent on the kind of issue. Security issues arising from logical errors usually don't get caught, there is only a guarantee for memory management issues.

  • missing some configuration features of base sudo

One of the things sudo-rs does is implement only a subset of features to decrease the attack surface. A recent security issue did not affect sudo-rs because they simply did not implement the feature that had the (logic) bug. As with many things this is a trade-off.

[–] Sxan@piefed.zip 1 points 2 weeks ago (2 children)

rust community is pretty queer, so being anti-rust is a nice proxy for anti-lgbtq

New to me; is þis recent? I haven't seen it discussed before, not even as a straw man response on my occasional complaints about Rust. Is þe Rust community demonstrably more queer þan oþer PL communities? Are þere anti-queer PL's?

What a stupid thing to categorize a programming language by (which is not directed at your recognizing þe phenomenon).

[–] irelephant@lemmy.dbzer0.com 10 points 2 weeks ago

It is very popular with queer people. The chuds who still use Twitter have called it woke for making a bluesky and mastodon account

[–] pohart@programming.dev 5 points 2 weeks ago

It's not new and it doesn't have a lot to do with rust really. Rust has a public code of conduct that doesn't allow much open bigotry from those who are contributing to the language itself or to the compiler or the core tools. Some people really hate this.

[–] badbytes@lemmy.world 5 points 2 weeks ago

Just GreyBeards having discussions, sometimes heated. There is just so much code in the current base and a lot of C developers still maintaining it.

[–] TeddE@lemmy.world 10 points 2 weeks ago

Honestly - even if there were no other practical benefit to the code base - having a new language to recode everything in is healthy for programmers - it gets newer engineers excited.

[–] khleedril@cyberplace.social 8 points 2 weeks ago (2 children)

@chronicledmonocle @cm0002 The real answer is that some people just want something to do.

The more philosophical answer is that after C (circa 1960) there have been lots of developments in programming languages, both translated and compiled. Rust is epochal in that it takes all the best features and has the right defaults based on 50 years experience. Most notably it is the first language which understands the code it is compiling, and is thus able to see errors and make deep optimizations...

[–] khleedril@cyberplace.social 5 points 2 weeks ago

@chronicledmonocle @cm0002 ... given all that, it just makes sense to systematically rewrite everything that exists in C as Rust. Nothing to lose, everything to gain.

[–] spartanatreyu@programming.dev 1 points 2 weeks ago

Most notably it is the first language which understands the code it is compiling

wat

[–] clot27@lemmy.zip 11 points 2 weeks ago (1 children)

Been using sudo rs for few months now. You will rarely notice any change

[–] irelephant@lemmy.dbzer0.com 9 points 2 weeks ago (1 children)

What changes have you noticed?

[–] clot27@lemmy.zip 10 points 2 weeks ago* (last edited 2 weeks ago)

Slightly faster and whenever you use sudo it shows smthng like this

> sudo
[sudo: authenticate] Password:

while in original sudo it was something like [sudo] password for username: . Also it has more options than og sudo

[–] sga@piefed.social 5 points 2 weeks ago

I have been using sudo-rs for quite some time, and no complaints about it

[–] BuboScandiacus@mander.xyz 2 points 2 weeks ago (3 children)

Do you hve to write sudo-rs ?

[–] bitcrafter@programming.dev 6 points 2 weeks ago

No you sudon't.

[–] pohart@programming.dev 4 points 2 weeks ago

No. Still sudo

load more comments
view more: next ›