linux

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

Unquote0270, in What's your favorite music player on Linux?

Mpd and Cantata. Deadbeef for playing from a directory or for conversation. I haven’t found anything as good as cantata but I have to admit that I miss the monolithic and do everything of musicbee.

Snarwin, in Installies, a site for managing, organizing, and retrieving shell scripts for installing things on Linux and Unix-based operating systems.

If you're using a shell script to install software, you've already failed.

Better alternatives include

  • Third-party package managers like Homebrew and Nix.
  • Language-specific package managers like pip and npm.
  • Self-contained package formats like Flatpak, Snap and AppImage.
  • Using checkinstall to turn a package with an install script or a "make install" command into a package your distro recognizes.
  • Downloading a tarball and using GNU Stow to install it into /usr/local.
  • Compiling from source and installing in $HOME.
Berserkware,
@Berserkware@lemmy.ml avatar

The point is not to have the script directly install the program (e.g. getting the binary, putting it where it needs to be, and making a desktop file), but to have the script be used as a wrapper for any of the methods you mentioned above. This would allow for a more consistent installing experience, and in the future, a unified CLI. It would also be better for the reasons mentioned in my post.

bizdelnick,
hungover_pilot, in How to use a portable SSD for a travel OS with Linux?

I do this same thing. I have Ubuntu on an external ssd with its own EFI partition. I followed this guide to get it setup and it works great.

itsfoss.com/intsall-ubuntu-on-usb/

Falcon, in Is it actually dangerous to run Firefox as root?

I have no clue how dangerous running Firefox as root is, but it begs the question…why would you do that?

Create a user account for managing things and create a separate user for each service and/or containers.

For managing things use tmux with ssh, if you want to manage files etc. just use ranger/lf/mc. One can also mount the file system with sshfs.

BCsven, in OpenSuse TW + Gnome Appreciation Post

All the things ypu said abouy GNOME and OpenSUSE I will give a +1. It really is polished and tweaked to be reliable. YAST is truly a great way to onboard to pinux withouy having to drop into CLI to configure things. I don’t think it is 100% Vanilla Gnome there are aome subtle things like OpenSUSE nautlius has a paste button, where as NixOS excludes this. While keyboard short cuts are OK, sometimes you want to just go into the hamburger menu and click paste without having to find white space in the list view to right click on. I have run it for about 7 years now, every distro upgrade has gone smooth.

StrawberryPigtails, in What's your favorite music player on Linux?

About 2 years ago, I moved my music to Jellyfin and have been using their media players on every platform I use (iOS, FireTV, Ubuntu, and Windows). At this point my music library is close to 200 GB, kinda hard to store that much on every device I own.

FuckBigTech347, (edited ) in Is it actually dangerous to run Firefox as root?
@FuckBigTech347@lemmygrad.ml avatar

Firefox does sandbox everything but vulnerabilities exist and sometimes go unnoticed for a while before they’re discovered and patched. If a malicious script does manage to escape the sandbox it will be able to do literally anything to the system since it has root privileges. It would have full access to any device that’s in /dev, it could create, modify and delete udev or iptables rules, it could mess with the BIOS since the kernel exposes EFI variables, if the mainboard has re-writable flash chips for the firmware it could write malicious code to them since they may show up in /dev, etc. If any of this makes you uneasy then you probably should stop running stuff as root in general except for when you really need to.

Also in general you don’t want to run any graphical applications on a Server unless there is a very specific reason for it because it takes up extra resources and therefore makes the machine use more power overall. This is especially bad when the machine in question has no hardware acceleration and renders everything in software. Remote desktop also adds CPU/GPU load and takes up a good bit of I/O and network bandwidth which is not ideal for a NAS server.

azvasKvklenko, in What's your favorite music player on Linux?

Lollypop and Deadbeef

planish, in How to use a portable SSD for a travel OS with Linux?

I think that Ventoy has some kind of mechanism to let you do a persistent Linux live environment. Maybe try that?

shotgun_crab, in What's your favorite music player on Linux?

I agree with Strawberry. I’d love if Music Bee ever got a linux port or equivalent though

7heo, in Is there any way to emulate aegis authenticator (fdroid) on an ubuntu based computer?
@7heo@lemmy.ml avatar

Just to add to the QEMU/KVM comment: you can also run an android emulator. The install process is a bit annoying (and contains too many “trust me bro” downloads from Google servers), but it is simple enough and you should be done in around 2h, modulo your uplink.

And at that point, using scrcpy actually helps with the keyboard input.

deafboy, in Is there any way to emulate aegis authenticator (fdroid) on an ubuntu based computer?
@deafboy@lemmy.world avatar

This is why we can’t have nice things.

dingdongitsabear, in Shortcomings and regressions in Plasma 6 wayland for artists using and configuring graphic tablets

I have no direct experience with any pen related issues but kudos for taking the time to open all them reports. sooner or later, someone is going to tackle those issues. let’s hope it’s soon.

there’s a lot of things that need to be re-implemented in wayland and it currently sucks for a lot of people; but forcing change by pushing wayland onto the users is the only way forward, way too many people are comfortable with status quo.

raghukamath,

there’s a lot of things that need to be re-implemented in wayland and it currently sucks for a lot of people; but forcing change by pushing wayland onto the users is the only way forward, way too many people are comfortable with status quo.

People will make the switch is there is no issue. See how pipewire switch happened. I am not adamant about maintaining the status quo. By forcing people you are just punishing them for no fault of theirs. It is not like they are sticking to X11 because they are X11 fanatics. Give these people working alternative and they will switch in a blink of an eye.

It is always easy to say these things when you and your work is not affected. Tomorrow these people will switch to something else and say your computer is not bootable or for some reason you are not able to do your work due to that change will you say yes make the change I am happy?

dingdongitsabear,

I’m not calling you a reactionary, just seen way too many people maintaining “this is fine” for issues that are anything but.

pipewire sucked a lot for the longest time, at least for several setups I know. but it got better and more dependable by getting forced onto users. if it had waited to be 100%, it wouldn’t ever be in production.

this is a “build the plane while flying it” situation, if the stress on the vanguard is not for you, then step back for a while and try again in a couple of months, you have options.

raghukamath, (edited )

Yeah that is exactly what I am doing. I am on debian now. I do not have high hopes that these will be fixed any time soon. There is the issue of colour management too. But I can only hope that when debian ditches X11 these are solved. Otherwise windows it is for me and others who need these things.

That said it is not good to build a plane while it is flying you crash and endanger others. And it is perfectly reasonable to make people aware what kind of plane they are boarding. Mainly when so many people suggest fedora for artists and general people while it is not for them.

throwawayish, (edited ) in (Blog) Vanilla OS 2 Orchid Stable, some clarifications

“ABRoot is utility which provides full immutability and atomicity to a Linux system, by transacting between two root filesystems. Updates are performed using OCI images, to ensure that the system is always in a consistent state. It also allows for local atomic changes thanks to the integrated ABRoot package manager, which generates local OCI images with the user’s changes, and then applies them on top of the system’s default image.”

(From ABRoot’s page on Github)

This sounds a lot like what Fedora is trying to achieve with their ostree native containers.

Are there any technical differences between the two? Besides, of course, relying on tools with different names etc*. FWIW, it doesn’t seem as if ABRoot (v2) allows one to pin multiple deployments, while this can be done relatively easily through the sudo ostree admin pin [-u] <index> command on Fedora Atomic.

Fizz, in Optimising Ubuntu performance on amd64 architecture
@Fizz@lemmy.nz avatar

I cant put my finger on it but linux does not feel as snappy as windows. I use Linux 100% now but when I am fixing something on a windows machine I notice a certain smoothness that I don’t notice on linux.

Pantherina,

Windows preloads the entire desktop it seems, before logging in. That is pretty great. Apps starting is the same, just more bloat often. Flatpaks make it more equal though. Firefox does some nice UI-preloading too, and FF on Windows is actually more secure than on Linux ironically.

So there are things to fix, but comparing breaking windows updates to never breaking and way faster immutable rpm-ostree updates, while you use the system normally, its worlds.

Bulletdust,

I find the opposite running KDE Neon. In fact File Explorer ‘lag’ is a widely expressed issue regarding Windows 11.

Fizz,
@Fizz@lemmy.nz avatar

Windows file explorer is such a piece of shit. It crashes and lags so often. Linux definitely is smoother in that department.

Cycloprolene,

Smoothness is mildly better on gnome than windows on my set up, though windows generally wins with apps start up times. Not sure why.

sebsch,

I guess that’s your DE you’ll hardly every feel any snappyness from your kernel.

Linux distributions are not the same. A Suse with KDE looks and feels 100% different than a gnome Ubuntu.

people_are_cute,
@people_are_cute@lemmy.sdf.org avatar

It’s the UI setup. All DE/WM combinations are, and have been, factually inferior to Windows Explorer in terms of optimization, clarity and animation.

Which may or may not be because of their excessively modular structure and fractured development. Each layer has its own opinionated dev team unlike in Microsoft or Apple, where it’s all synchronised and everyone across the board have (at least at the time of development) a clear vision of the product they want to make.

Fizz,
@Fizz@lemmy.nz avatar

I think windows may win in the little animations but clarity fuck no. Windows is a mess. Opening the start menu on windows feels like a popup ad. Apple though does have good animations and ui clarity so I can’t knock them.

lemmy_user_838586,

Interesting because I’ve had the opposite problem historically. Windows always seemed to be doing random shit in the background, doing what? I can’t tell you but it always seemed to be using the disk or CPU to do some background process, and it always happened, every day at random times oops disk churn. You’ll notice it the most with a regular hard drive because it’s slow and makes noise when its being accessed (vs. an ssd which is silent)

Fizz,
@Fizz@lemmy.nz avatar

Windows 10 used 10-30% of my pc’s resources and linux uses around 1%. There is plenty more ram/cpu/gpu if linux wants it.

d3Xt3r, (edited )

I’d wager that it’s your scheduler. Prior to the latest kernel release (v6.6), Linux used the CFS scheduler which is outdated and not really optimal for desktop usage. As a result, many third-party alternate schedulers were developed to fix this issue, with the most recent popular ones being the System76 scheduler (used in Pop!_OS), and BORE (used in CachyOS). But this issue has been solved officially now, with the EEVDF scheduler (earliest eligible virtual deadline first scheduling), which has finally replaced CFS.

So if you’re not on 6.6, upgrade to it, or use the System76 scheduler. Also switch to Wayland if you haven’t already and you’ll notice your Linux desktop just as smooth, if not smoother, than Windows.

I have an M1 MacBook Air and a Thinkpad Z13 G1 (running Bazzite KDE with kernel 6.6.3 + System76 scheduler), and comparing the touchpad gestures and window animations side-by-side - especially the gestures and animation to switch workspaces - it’s just as smooth as macOS (at least to my eyes), and that’s quite the feat given that macOS has been the king of smooth animations and responsiveness for a long time.

SapphironZA,

I found a lot of the same. For me I resolved this by changing a few things.

  1. Abandon KDE plasma and Gnome.
  2. Avoid Snaps like the plague.

Linux mint Cinnamon draws 5w on idle only laptop. Ubuntu stock draws 8w. Manjaro plasma uses around 7w.

Fizz,
@Fizz@lemmy.nz avatar

I cant abandon KDE because I like it way to much. I have a powerful computer and I feel like linux is to optimized. Sometimes I just want programs to use as much resources as they need to run perfectly.

I think once I move over to wayland I will feel that snappiness.

people_are_cute,
@people_are_cute@lemmy.sdf.org avatar

Isn’t vanilla KDE Plasma faster and less resource-intensive than Cinnamon?

The Mint devs present the XFCE option as a “more lightweight” alternative to the Cinnamon option, and Plasma has been more efficient than XFCE for over three years now.

blandfordforever,

I’m going to reply with an anecdotal no.

On my hardware, cinnamon “feels” faster than plasma.

SapphironZA,

I suspect that packaging has a lot to do with it. I also value power draw as a better metric for determining efficiency compared to RAM usage.

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