linux

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

Drito, in What's your current favorite distro that isn't Arch, Debian or Fedora?

Alpine was the most interesting for me. It goes against the tendency of complicating the systems. I have to use Arch because everything can work on that distro.

ssolos, in What's your current favorite distro that isn't Arch, Debian or Fedora?

I’ve been enjoying Mint personally for my laptop. I’ve tried Ubuntu but I’ve had issues with the speakers :/

THE_ANON,

Yea ubuntu breaks a lot atleast for me it does

nuclide, in What's your current favorite distro that isn't Arch, Debian or Fedora?

Guix since 2 years now. I use it to provision all my systems and having a unified configuration in Guile is just a joy

CrabAndBroom, in Easy way to try out a bunch of different DEs?

I find sometimes installing a bunch of different DEs can cause weird cross-issues, so I tend to just make VMs to try out new things. I have a bunch of them on an external drive like little specimen jars lol.

Also as a side note, I keep a VM that’s as close to my current setup as possible, so if I get the urge to try something weird I can do it there first and see if it breaks anything.

CrabAndBroom, in What's your current favorite distro that isn't Arch, Debian or Fedora?

I’m currently using Arch (btw), but I have been hearing the distant call of NixOS lately…

Bene7rddso, in Something to ruffle some penguin feathers: The Unix Hater's Handbook

From the Foreword:

As for me? I switched to the Mac. No more grep, no more piping, no more SED scripts.

You can’t escape Unix

meyotch,

I always have Terminal open in the background. Never know when you might need to enact a dramatic hacker scene. I just can’t believe what they charge for thise minitors that project text onto your face.

bruhduh,
@bruhduh@lemmy.world avatar

Here’s johny UNIX

radix, in Something to ruffle some penguin feathers: The Unix Hater's Handbook
@radix@lemm.ee avatar

[W]ould anyone have spent this much time and effort writing about how much they hated Unix if they didn’t secretly love it? I’ll leave that to the readers to judge, but in the end, it really doesn’t matter: If this book doesn’t kill Unix, nothing will.

I like the foreword so far.

kevincox, in Is it possible to isolate which GUI programs are seem by a screensharing program in xorg or wayland ?
@kevincox@lemmy.ml avatar

If I run these as an unprivileged user via xhost, they don’t really work well.

This is not a strong security boundary and in this case is basically doing the opposite of what you want. Giving access to an X session is basically giving the app full access to your user account. As an example they can inject keystrokes to open a terminal and do whatever they want. X also gives every program access to every other program.

Running as a different user will prevent direct access to other resources of your user account which may block some generic malware/spyware that tries to gobble up random files, but keyloggers and screen captures will just work as expected because they use X anyways.


As mentioned in other comments the best solution to this is Wayland. Under Wayland apps don’t have direct access to each other. These apps use “Portals” which are trusted permission prompts. So if you try to share the screen under Wayland you will get a trusted prompt that list all windows, and if you select one the app only gets access to that one selected window.

Although it is worth noting that most apps running under your user account will have pretty broad access. This can be mitigated by sandboxing tools like Flatpak but many available Flatpaks don’t provide much isolation. Carefully check the permissions if isolation is important to you.

And for the truly paranoid anything running under the same kernel is not strongly isolated. It is likely good enough for these partially trusted apps like Zoom or Teams (they are not likely to actually try to exploit your system, just suck up more data than you would like them to) but not strong enough for running completely untrusted programs that may be malicious. You would at least want a VM boundary (see Qubes OS) or ideally different physical hardware.

Another good option is running these in a browser. Browsers are designed from the ground up to run untrusted software safely. Google Meet works perfectly in the browser and Zoom has all of the core functionality available. (I don’t use MS Teams so can’t vouch for it.) This is my main approach to isolating proprietary software as it is reliable and I also value features such as cross-platform usage. Half of these programs just run Electron anyways so running in my main browser will use less resources and be faster than running 7 different Chromium processes.

shadowintheday2,

Thank you for the explanation

So wayland fixes most of these. Is it possible to run GUI programs as another user just like in X with xhost though ? I’m asking not only from a security point, but as a practical one since I need to run the same program under different namespaces/users

kevincox,
@kevincox@lemmy.ml avatar

I can’t way I have tried. But Wayland uses a socket, so many you can set file permissions to let other users access it?

I don’t know what your exact use case is but if you just want programs to have different “profiles” you can probably do something like setting $HOME to point somewhere else or otherwise configure their data directory.

WilfordGrimley, in Is it possible to isolate which GUI programs are seem by a screensharing program in xorg or wayland ?

You could pass through one GPU to a VM running zoom if you wanted to get hardcore.

Adanisi, in KDE 6 Megarelease - Release Candidate 1
@Adanisi@lemmy.zip avatar

I can’t wait to try this out!

flying_sheep,
@flying_sheep@lemmy.ml avatar

Well then do it! There’s probably VM images around with a working installation

Sims, in What's your current favorite distro that isn't Arch, Debian or Fedora?

Guix is imho beyond normal distros, and I’m never going back to Manjaro or any of the normal distros.

cygnus, in In-progress COSMIC apps: terminal, file manager, text editor, and settings
@cygnus@lemmy.ca avatar

They are cross-platform and supported on Windows, Mac, and Redox OS in addition to Linux.

I never made this connection until now, but of course that makes sense… Very cool.

Cyberflunk, in When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**

PopOS or Mint. Easy peasy.

Landless2029,

Which would be better for gaming?

sparky,
@sparky@lemmy.federate.cc avatar

Likely no different as they’re both derived from Ubuntu which is an officially supported and sanctioned Steam platform

TheGrandNagus, (edited ) in Recent GNOME design work – Form and Function

I love how polished everything is in Gnome. I try another DE because of some cool thing, but I keep coming back to Gnome.

There are a couple of minor things that irk me, but man, how good Gnome looks, the consistency, stability, and attention to detail from the devs make it superb to me.

The accessibility options are also great for a Linux distro.

And, and I know people hate this about Gnome, but I love that it’s not just a Windows UX/workflow clone with a start button in the bottom left that opens a small start menu, Taskbar along the bottom with time and system stuff shoved in the corner, minimise/maximise/close buttons on the top right of every app, etc.

They’re ballsy enough to do usability studies and go with what makes sense, not just what we’re most used to, even though it’s opened the devs up to hate and threats.

gunpachi, (edited ) in What's your current favorite distro that isn't Arch, Debian or Fedora?

Some of my favourites are Void Linux, Artix and Opensuse Tumbleweed

Void was my first non-systemd distro, and it was super snappy as well. Some packages may not available but overall I had a really great experience with it. It also offers a version with the musl C library. Pretty cool if you ask me.

Opensuse tumbleweed is an overall a great distro, it’s one of my favourites. Also I noticed that many people have recommended it and that’s for a good reason. It’s installer isn’t that user friendly but I would prefer it over Fedora’s installer any day. ( I haven’t tried the last 3 iterations of Fedora, so it might have changed now )

Artix is well… arch with different init systems. Nothing too crazy. Its what I have been daily driving for the past year or so.

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