linux

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

ULS, (edited ) in Fedora, Arch, or EndeavourOS?

Arch and endeavor are the same aside from endeavors simplified installation and some apps. Both let you utilize AUR.

Fedora is good. I used it when I used to use gnome (I could use one more use of the word use). Switched to endeavor when I started using KDE.

I like having AUR. I haven’t had any update issues.

I’m sticking with endeavor for now. Fedora might be more ready out of the box though if you need regular use apps.

Use.

jonne, in Rust-Written Linux Scheduler Showing Promising Results For Gaming Performance

If this is in user space, does this mean we can switch schedulers on the fly? Put it in game mode when gaming, power saving mode when on battery, etc?

Vikthor, in What are some interesting devices powered by Linux?

Passenger information systems in public transport. Some might run some kind of embedded windows, but most run on Linux. Certainly here in Czechia, but I believe it’s common at east throughout the Central Europe.

deathmetal27, in Why I'm done with Nobara Linux: A Breakup Story with a Tech Twist

substack

Ignored.

caesaravgvstvs, in Why more PC gaming handhelds should ditch Windows for SteamOS

As much as I love my steam deck and the os, I do wish it was slightly easier to install third party games.

I know it’s not hard and I’ve installed plenty, but like it’s so incredibly easy with steam that it’s made me lazy to even install games I already have on gog

Jjcool27,

It’s actually pretty easy with lutris and bottles. The same process that I do on my arch machine works on the decks desktop mode.

natsume_shokogami,

It’s not Linux or SteamOS, but both Epic and CD Projekt don’t support their store client apps and launchers on Linux sadly, such we have to use unofficial ones such as Heroic Game Launcher

AVengefulAxolotl,

But gotta admit, its a damn good launcher! If i had to use windows again, I would install it instead of the other two for sure!

BlanK0, 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.**

Linux mint for sure

library_napper,
@library_napper@monyet.cc avatar

Linux mint with xfce

BlanK0,

Xfce, cinnamon or KDE 👍

lemmyvore, in What's your experiences with Debian and Rocky as a homeserver OS?

Debian stable is a very solid choice for a server OS.

It depends on how you’re going to host your services though. Are you going to use containers (what kind), VMs, a mix of the two, install directly on the host system (and if so where do you plan to source the packages)?

I’ve kept my Debian system very basic, installed latest Docker from the official apt repo, and I’ve installed almost every service in a docker container. Only things installed directly on host are docker, ssh, nfs and avahi.

PrivateNoob,

I’m going full container mode if it’s possible, or just make the docker images myself then.

  • Jellyfin
  • Onedrive alternative (probably Nextcloud)
  • Personal website + it’s backend, or just the backend (Might won’t host this tho, since it’s a high security risk to my personal data)
  • Pi-hole
  • Probably other ideas which seems fun to host
lemmyvore,

Make sure you use a docker image that tracks the stable version of Jellyfin. The official image jellyfin/jellyfin tracks unstable. Not all plugins work with unstable and switching to stable later is difficult. This trips lots of people and locks them into unstable because by the time they figure it out they’ve customized their collection a lot.

The linuxserver/jellyfin image carries stable versions but you have to go into the “Tags” tab and filter for 10. to find them (10.8.13 pushed 16 days ago is the latest right now).

To use that version you say “image: linuxserver/jellyfin:10.8.13” in your docker compose instead of “linuxserver/jellyfin:latest”.

This approach has the added benefit of letting you control when you want to update Jellyfin, as opposed to :latest which will get updated whenever the container (re)starts if there’s a newer image available.

While upgrading your images constantly sounds good in theory, eventually you will see that sometimes the new versions will break (especially if they’re tracking unstable versions). When that happens you will want to go back to a known good version.

What I do is go look for tags every once in a while and if there’s a newer version I comment-out the previous “image:” line and add one with the new version, then destroy and recreate the container (the data will survive because you configure it to live on a mounted volume, not inside the container), then recreate with the new version. If there’s any problem I can destroy it, switch back to the old version, and raise it again.

PrivateNoob,

Oh that explains the 2 linuxserver and official jellyfin then. It was always kinda strange to me.

Luckily my uni hosted a docker course and binge watched a beginner Linkedin Learning too about it, but I’m really grateful for your in-depth guide. Guys like you really make Lemmy the old Reddit you used to have and cherish in your hearts. :3

idefix,

The official image jellyfin/jellyfin tracks unstable

Why did they make that choice? I am on this version right now, didn’t know it was unstable. I found it very difficult to have information regarding the docker images in general, it’s a pity we don’t have a few lines explaining what the content is.

lemmyvore,

It’s more like “latest” tracks unstable, because unstable evolves much faster and it puts out versions more often. Unfortunately there’s a practice going around that makes people just the :latest tag for everything and they don’t always stop to consider the implications (which may be different for each project).

hedgehog,

I thought the official jellyfin images on the versioned tags (like “10.8.13”) were stable - are they not?

lemmyvore,

Oh right, I filtered for “10.” and got an unstable image and thought they don’t have them. Yeah those are stable too.

SpaceCadet,
@SpaceCadet@feddit.nl avatar

The official image jellyfin/jellyfin tracks unstable

Huh? That doesn’t appear to be the case. jellyfin/jellyfin:latest, which is what they tell you to use in the installation instructions. gives me 10.8.13 which appears to be the latest stable release.

There are newer and unstable versions available in dockerhub as well, but latest doesn’t give you those. After all latest is just a tag with no special meaning of itself, it doesn’t necessarly give you the most recent build.

feoh, in TIL that operating system Linux is an example of anarcho-communism

Interesting assertion, but is it really?

The Linux kernel is a single software product produced by a single entity and ultimately controlled by a small cadre of highly trusted people.

Cowbee,

Anyone can fork it and do what they want, people respect Linus and follow suit because he’s good at what he does and knows it best. He holds no power or authority beyond the willful respect and acknowledgement of the people.

TCB13,
@TCB13@lemmy.world avatar

Isn’t that mostly what happens in the communist regimes currently in existance?

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

VMs are a way, but Live USB sticks are better because you will see how it actually runs on your bare metal machine, and if there see any hardware quirks, without comitting to an install

nawordar,

Ventoy is a godsend in that case. If you have a big enough USB stick, you can just put all distros you wanna try on it

padook,
@padook@feddit.nl avatar

I take any chance I can to drop a Chris Barnett link:

Ventoy

furzegulo,

yeah, i also wholeheartedly recommend ventoy

danielquinn, (edited ) in Screenshot tool for GNOME + Wayland
@danielquinn@lemmy.ca avatar

GNOME has one built in. Just hit the “print screen” button and it should appear.

danielf,

with on-the-fly editing features like drawing or blurring?

Unfortunately the built-in screenshot tool doesn’t have any editing capabilities.

mypasswordis1234,
@mypasswordis1234@lemmy.world avatar

with on-the-fly editing features like drawing or blurring

danielquinn,
@danielquinn@lemmy.ca avatar

Oops, sorry I didn’t notice that part. I’ve never seen anything like that to be honest. It kinda violates the whole “do only one thing and do it well” UNIX ethos. As a decent work-around, you can just open the resulting images in Gimp?

mypasswordis1234,
@mypasswordis1234@lemmy.world avatar

That’s what I’ve been doing since flameshot stopped working for me. I ask about the built-in solution, because pasting the image into GIMP and blurring specific parts drastically increases the time to prepare such a screenshot

shiveyarbles, in Microsoft says a Copilot key is coming to keyboards on Windows PCs starting this month

They’re really pushing this AI shit fr

Presi300, in What's your favorite music player on Linux?
@Presi300@lemmy.world avatar

VLC

boblemmy,

yes, VLC for gui, cmus for cli.

moonpiedumplings,

nvlc/ vlc -I ncurses for cli.

dejected_warp_core,

As a bonus: also runs on my phone.

drathvedro, in Linux reaches new high 3.82%

I suspect that it’s not Linux that is on the rise, but overall PC market that is shrinking. It’s been a trend for quite a while for non-linux people to dump the PC entirely in favor of using just phone.

The desktop/mobile ratio chart aligns with this

gs.statcounter.com/…/desktop-mobile-tablet

abraxas,

I wonder at the various nuances of that. My wife and I have 4 phones and 3 tablets between us between home and work. It would seem any multi-person household would be likely to have more mobile devices than PCs due to the variety of the former. So that chart seems to be that there are more mobile devices per person, but perhaps no reduction in PCs.

In fact, PC sales rocketed up in Q3’20 for very obvious reasons, and have largely not come back down to pre-COVID levels.

rottingleaf, (edited )

It’s been a trend for quite a while for non-linux people to dump the PC entirely in favor of using just phone.

Can’t do that if you play games.

Also that’s half of the reason Windows hasn’t lost the war on home desktop PCs yet. Another half is office applications.

Actually, these are thirds.

Another reason making me say so is that no major user-friendly distribution wants to be just that, they all have a particular madness with no good reason for it.

So I don’t know what to recommend, there should be something off the top of my head, but that’d be “just install Debian, it’s fine”.

So, any single reason of these going away would accelerate Linux adoption notably. Any two would make it a trend visible to housewives. And all three would resemble the flight of ICQ users to Skype.

abraxas, (edited )

What’s Ubuntu’s “particular madness”? They used to be a little FOSS-only, but they’ve chilled out on that.

I agree on the other points, though, with one caveat on both.

No matter how many games run on linux, it won’t be enough because there aren’t ever going to be linux exclusives. Without linux exclusives, there will always be more games that run in Windows than Linux, even if the majority of them run in linux AND run better than in Windows.

Office sounds like a big deal, but Apple managed to prove you don’t need it. The real problem Linux has with office is that it has no well-marketed office suite. There’s nothing wrong with Libre- or Open- except the complete lack of advertising and passive training to its nuances that we get from MS and Apple office products.

It’s not that linux can’t win on games or office. It’s that the game is rigged against it on both. It took me a few years back in the early 00’s, but I quickly realized that there will never be a “year of the linux desktop” regardless of how good Linux gets at games, office, user-friendliness, or anything.

And that’s ok because MY life is easier when I use linux.

rottingleaf,

What’s Ubuntu’s “particular madness”?

I remember that it does too much, but without specifics. It’s been 4+ years since I touched Ubuntu.

They used to be a little FOSS-only

I vaguely remember that “Amazon lens” for Unity, I don’t think they ever were that much FOSS-only.

No matter how many games run on linux, it won’t be enough because there aren’t ever going to be linux exclusives.

It’s fine. That’d still be goal fulfilled.

Office sounds like a big deal, but Apple managed to prove you don’t need it.

How so?

There’s nothing wrong with Libre- or Open- except the complete lack of advertising and passive training to its nuances that we get from MS and Apple office products.

I recently had a problem with LO, while editing a document with lots of math formulae - from time to time while adding a formula about half of others (in the whole document) would just become empty.

Not sure something like that would happen under Apple suite’s analog of Word, whatever it’s called.

It’s not that linux can’t win on games or office. It’s that the game is rigged against it on both.

With that I agree, somewhere in 2012 I somehow realized that it’s already much better than the alternatives, and yes, for a housewife’s desktop just as well, if one’s honest and thinks of their own needs.

And if one’s comparing it to advertising of the competing commercial products, then it’s hopeless.

drathvedro,

Can’t do that if you play games.

I recently been arguing with some dude about some PUBG mechanics. It took me quite some time to realize that he was playing PUBG mobile, never played the PC version or even knew that it even existed for that matter. For him, PUBG simply meant PUBG mobile. For those people, they don’t even consider using PC for gaming. They might consider console, but PC to them is just more or less a typewriter for school/office tasks.

rottingleaf, (edited )

I’ve been thinking for some time what to answer and concluded that the normie world is a world of pain.

We - as in FOSS OS users and FOSS paradigm users - desperately need open hardware, so that the rest of the industry could eat all the rubber dicks they want without affecting us significantly.

And I mean not only hardware design, but fabs.

It may seem an impossible future, with semiconductor deficit etc, and Taiwan being that important.

And with starting a fab being so expensive.

Still, they only way a conclusive FOSS victory resulting in even balance happens is if there is a public fab producing general-purpose hardware with public design.

Because right now lots of resources are being wasted on catching up in inherently disadvantageous areas, like supporting proprietary hardware which is always harder for FOSS developers than for MS or Apple.

Without full-chain FOSS hardware production it’ll always be bare survival.

zingo, (edited )

And yet here I am looking to expanding my devices with a replacement server (linux) and a NUC (linux).

Finally ditched Windows on the desktop forever, about 7 months ago.

I agree with you on mobile. I my country many ppl ditched laptops and desktops for their phones.

Although I have a hard time understanding how they can actually get some work done on the phone, if they do any work from home that requires a computer. Well those ppl probably have an old laptop laying around.

jadedwench,

I don’t know what everyone else’s case is, but my work provides a laptop. None of my home machines have Windows, but the work laptop does.

zingo,

Yeah, many workplaces here do not offer a laptop, its more of “bring your own device” kinda thing.

But of course, some do.

nossaquesapao, (edited )

I remember looking at pc sales data, and they have been shrinking in the last decade, with the curve flattening until the pandemic, when sales grew substantially, almost to the 2000s level. Now it’s shrinking back slowly. I’m not sure if people are abandoning desktops in favor of phones as much as we think. desktops are durable and we tend to have only one, while mobile devices are gaining different forms, and people are getting more of them. Perhaps the desktop market has not much more room to grow while mobile devices are still booming.

But that’s just one possible explanation, I might be wrong. I was going to post the data, but statista requires login to see it.

abraxas, (edited )

I don’t know if we know it’s shrinking back for sure. With the exception of Q1’23, there seems to be a balance around 19M sales per quarter. There’s a way to read it as shrinking, but there’s also a way to read it as stabilizing. There’s just not enough samples to be certain.

What we have to remember is that we’re finally reaching a turning point in GPU pricing. Laptops that were in the $2000+ range a year or two ago are closer to the $1000 commodity price. There had been a “value stall” that just broke, where a new computer used to not be a significant upgrade on an old one, and so people might hold onto their current computers a year or two longer.

I mean, I sure I pulled a few discounts out of my ass, but I just landed an i9 laptop with a 4090 for just over $2k as a replacement to a computer that died. Two years ago almost to the day I bought a middle-of-the-road gaming machine with a 3070 in it for about the same price.

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

DeaDBeeF Player, I like lightweight and simple music players.

wingsfortheirsmiles,

My fave too as it’s closest to foobar, critically with the tagging interface I prefer. Have you added any additional plugins to your install? I tried adding a few (music library, Discord Rich Presence) but must be the right sort of stupid not to understand the instructions. facepalm

RenardDesMers, in Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way
@RenardDesMers@lemmy.ml avatar

Probably not the goal of the author but I guess this article convinced me that nix/nixOS is not for me.

tuto193,

Yeah, it really isn’t for everyone. The advantagees it provides is mostly for developers and companies. If you’re a company, managing a NixOS fork is useful, so all users of the system are on the same page always.

Otherwise the package manager itself can be used on its own. It’s neat being able to use packages from basically any distro without even needing to use a VM.

Nix is daunting indeed, but cool for those who want such tooling

Atemu, (edited )
@Atemu@lemmy.ml avatar

This is a lot to take in; it’s basically an overview of all the interesting features of Nix. When starting out, you don’t need this kind of in-depth knowledge. I personally gathered most of what was covered here in over 6-12months of using it and I did just fine.

It might still not be for you but don’t take this as the reference point.

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