linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

ReversalHatchery, in What's with all these hip filesystems and how are they different?

ext4 certainly has its place, it’s a fine default file system, there’s really no problems with it.

But others, like ZFS and BTRFS, have features that you may want to use, but ext4 doesn’t do: fs snapshots, data compression, built in encryption (to a degree, usually only happening for data and some of the metadata, so LUKS is often better IMHO), checking for bitrot and restoring it when possible (whether it is depends on your config), quotas per user group or project, spanning multiple disks like with RAID but safer (to a degree), and others.

juli, in What are the differences between linux distributions?

You can use distrobox to run ubuntu on fedora and fedora on ubuntu.

Imo the difference isn’t too big. If you know what you do, your system will look roughly the same on ubuntu and fedora. Same packages, same workflow etc.

If you keep the base packages constant, i.e. with a immutable distro, you can compare it much better, imo. The experience on Fedora silverblue and opensuse microos will be almost the same for the usual end user. Both are immutable systems, you install packages via flatpack, command line tools via distrobox. System keeps itself up to date. One is standard release, one is rolling.

Flatpak and distrobox offer sandboxing and reproducibility. Imo you want both on a regular install as well which almost make a traditional install like an immutable system, yet you are not as discouraged from installing packages onto the base layer.

If I’d be asked what the difference between fedora and ubuntu is, then I’d say the company behind it from which you get tech support. That’s mostly it.

Vincent, in "We are looking for Text-To-Speak (TTS) expertise to help or advise us on improving the default voice of the Linux desktop."

Note that this is a link to a Mastodon post - commenting here doesn't necessarily reach @sonny.

Find the original post here: https://floss.social/@sonny/111533945050274953

BCsven, in Linux Sound Device Manager

As Chais mentioned use that, but also Gnome has volume per app in sound settings I believe…once the app is playing sound.

Grenfur,

I think that it does as of gnome 43+. Oddly enough Pop_OS ships with gnome 42.5. Which seems to have been the issue.

MajorHavoc, in What are the differences between linux distributions?

Would it be enough to be able to run .deb packages on fedora?

Unpacking a .deb on Fedora, or unpacking an .rpm on Ubuntu isn’t a big deal. The files inside are often actually identical.

But would not be useful because the files inside usually rely on shared libraries, which may or may not already be installed. Those shared libraries are installed in different places on each Linux distro. Figuring out which ones to ask for (and making sure the program can find them) is the real work that the .Deb or .RPM installers do.

A fun way to try this out is with Portable Apps. Anything called a “portable app” either doesn’t use additional libraries, or carries the libraries it needs with it.

If you find a portable app for Ubunutu, there’s a good chance the Fedora version is an identical file, and works fine on Ubuntu. There’s lots of reasons it might not work, but it can be fun to try.

For the most part, the only reason any Linux program is unavailable on a different version of Linux is that no one has bothered to build the necessary installer for that combination of program and OS.

.RPM was supposed to solve this by being universal, since any other OS can implement it to match .Deb was supposed to solve this by being universal, since any other OS can implement it to match (about 60% actually do). I think Flatpacks and Snaps might solve this by being universal, at some point…

Source: I’ve built installer packages for various operating systems.

Chais, in Linux Sound Device Manager
@Chais@sh.itjust.works avatar

pavucontrol probably the best option given your distro. Go with that.

Grenfur,

pavucontrol does seem to work well. Just need to choose an easier way to switch now. Thank you kindly.

rtxn, in Linux Sound Device Manager

This is what I use for switching: pastebin.com/J5VT03eq
It uses pactl (should work with both Pulse and pipewire-pulse) and KDialog to list available sinks.

Grenfur,

Ohh what a neat solution, thank you!

velox_vulnus, in What are the differences between linux distributions?

Research. ClearLinux is optimized, NixOS and Guix uses functional package managers.

Apart from that, there can be differences in FHS, standard library, package managers, etc.

Vilian, (edited ) in What are the differences between linux distributions?

what else?

fedora is usually more updated(newer packages and newer kernel) and it uses zram, ubuntu use swap from default, and ubuntu push snap, fedora, like others, come with flatpak pre-installed

Just wondering if there could be a way to “simulate”, lets say ubuntu on fedora.

distrobox

Mikesomething, in KDE Plasma 5.27.10, Bugfix Release for December

Praying they bring back different backgrounds for different desktops. 🤞🤞

christian, in What's with all these hip filesystems and how are they different?
@christian@lemmy.ml avatar

I know I’m not making a helpful contribution here, but I’ve been wondering about this stuff for a while myself and this thread has some great answers. Thanks for asking this OP.

FigMcLargeHuge, in Does `cp -v` print out the file name when it starts copying it or when it's done?

Run an md5sum command on the last file in each location and compare. That will tell you if one of them is different and answer your question.

HumanPrimate, in Linux Sound Device Manager

I use Pop and have a Gnome extension that helps with this. I’m not at home now and I can’t remember the name but I can report back later.

Doing a quick search on this gave me “Application Volume Mixer” but I don’t think this is the exact extension I have.

HumanPrimate,

Okay the extension I have is called “Sound Input & Output Device Chooser.” I think that if you install this and the Other extension above your problem will be solved.

Grenfur,

Hah, what a novel name, thank you.

schnurrito, in What are people daily driving these days?

Debian testing. Seriously. That is reasonably easy to install and configure unlike Arch or Gentoo, but doesn’t come with “user friendly” corporate crap like Ubuntu and its derivatives.

dan,
@dan@upvote.au avatar

I used Debian testing on my production servers for a long time. They say not to use it in production, but even as a “testing” release it’s still more stable than some other distros.

I use Debian stable on all my servers now, though (except for my home server which runs Unraid). I don’t have time to keep a rolling build up-to-date like I used to.

pchem,

Despite the memes, Arch isn’t that hard to install nowadays. The Wiki is stellar and archinstall is a thing (as well as EndeavourOS).

But Debian testing is a fine choice as well, of course.

ExLisper,

I tried arch once and Netflix and my printer didn’t work. Doesn’t it use some alternative c library or something?

pchem,

No. Both CUPS and Netflix work perfectly fine for me on Arch.

You’re probably confusing it with Alpine.

ExLisper,

Yes, that’s exactly what I’m doing.

cows_are_underrated, in How to see enabled services that have been stopped [systemd]

Don’t you start a service with system tl servicename?

luthis,

Yes,

systemctl start [servicename]

But I wanted to see what I have stopped and not started again

cows_are_underrated,

OK, that’s nothing I can help you with.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #