this post was submitted on 29 Jun 2025
-45 points (20.8% liked)

Linux

11694 readers
114 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 
  • Not all distros ship SELinux and the ones that do, don't actually configure it securely.

  • New users are expected to keep copying and pasting commands from their browsers to their terminal which compromises some Linux security defenses.

  • KDE, GNOME and Sway are the only functional Desktop Environments/Window Managers that support Wayland all, while the Other DEs are not even close to shipping with Wayland.

  • Most if not all of the Linux Distros in 2025 ship with Grub bootloader, which suffers from a lot of problems, instead of using the bootloaders that does not support BIOS and will improve the reliability of booting and provide a more stable experience.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] anon5621@lemmy.ml -2 points 4 days ago* (last edited 4 days ago) (1 children)
  1. I agree mostly yeah it should be by default(but also depends from usecase too if we installing distro as many people doing on old hardware it would even more slow PC)

  2. Copy pasting would damage mac os, windows including too so it's just human factor

  3. Wayland is protocol not server and to implement full stack u need a lot resources and not small team meanwhile x11 it's ready to go graphical server universal one

  4. About this some distros installing systemd-boot if installer detecting efi variables if legacy system it installing grub.

All depends from threat surface attack and what we are trying to defend.

[โ€“] ada@piefed.blahaj.zone 4 points 4 days ago

Cachy installs systemd-boot by default, but in the end I had to manually install grub, because systemd-boot doesn't play nice with btrfs snapshots when you do a kernel upgrade.