Linux

FreeBooteR69 , in How big is gaming in linux?
@FreeBooteR69@kbin.social avatar

Valve has certainly given linux a boost with the SteamDeck and all the work they've funded to make it a viable gaming platform. I just hope they release SteamOS for all platforms soon, maybe we'll see an uptick in PC pre-builds with SteamOS as an option instead of just Windows.

Auster , in Tips for a new Linux user

One thing I suggest is:
You're trying to get something working but it isn't going anywhere? Try again later.

First, because of the obvious calming down, since stress can affect the person's capacity to solve problems.
Second, I've noticed how many things on Linux have some degree of similarity and/or relation to one another. So trying other things in the meantime can give you the needed insight for solving a previous problem.

Mawkey OP ,

Good advice to be honest. Luckily I have a lot of patience so I think I should be fine in the end.

Slartibartfast ,

And don't skip over reading things! I also run Arch with KDE and honestly with almost all problems I have, if I carefully read through either the Arch Wiki (this will probably be your most valuable tool) or the error message that comes up, the answer is usually in there somewhere, it just needs digging up.

Also: if something with a GUI crashes and doesn't give an error message, try running it in the terminal. So like, if Firefox crashes and doesn't give any info, try opening up a terminal and running firefox from there and the terminal will tell you everything that's going on. (It'll be a different command if you're using a flatpak but that's the general idea.)

Xeelee , in Every Linux Geek Needs to Know Sed and Awk. Here’s Why… - The Tech Edvocate
@Xeelee@kbin.social avatar

I'll probably need a few more lines in Python, but I can do everything i want and don't have to deal with the cryptic syntax. I once had to use awk because some extra pigheaded sysadmin refused to install Python on an AIX machine. Glad i don't work there any more.

tal ,
@tal@kbin.social avatar

Python isn't really a fantastic drop-in replacement for them, IMHO, though there is some overlap.

There are a bunch of Unix tools that let one concisely put a lot of logic into a single command line. They lower the bar to throwing a lot of logic into that single line.

Python's whitespace-sensitive and requires newlines. I guess theoretically you could use a HEREDOC or something, but realistically, if you use Python, you're going to go author a throwaway script and then execute it, which raises the bar to just including it in your command lines.

I think that Perl is probably closer to a middle ground between "application-oriented programming languages" and "single command line use". I think that it'd be reasonable to simply use perl -pie as an alternative to awk especially, though having sed's conciseness is still nice.

qwesx , in Can someone ELI5 the situation with Red Hat and CentOS?
@qwesx@kbin.social avatar

Red Hat's source code for RHEL (Red Hat Enterprise Linux) was previously publicly accessible, even if you were not a customer. Now only customers may get access to the source code (which is allowed by the GPL since source code only has to be delivered to those who have received binaries generated from it). But there are Linux distributions who use Red Hat's publicly available sources to create RHEL "clones" (in quotation marks because they obviously don't pretend to be RHEL), except without providing the corporate support one would receive for being a RHEL customer. They do have community forums though.

The superficial issue is that those "clone"-distros would have to either purchase a RHEL license or apply to one of Red Hat's other programs to access the sources for their own distro. The actual issue is that Red Hat's terms for being a customer are that they'll kick you out if you use that code to redistribute your own versions of it (or, god forbid, even create a full distro from it).

Since CentOS proper was killed off years ago, many people who wanted a Red Hat compatible server distro but didn't want or need commercial support shifted their systems to the aforementioned other "clone"-distros, which are now in danger of disappearing because of that change.

Is Red Hat legally able to do it? Yes. Is it a dick move? Absolutely. Will it help spread the popularity of RHEL or other Red Hat distros? Absolutely not.

jabeez , in Help me find a fitting distro

Kubuntu or KDE Neon (also a 'buntu). I absolutely love KDE, and the Linux desktop experience in general has come a long, loooonnng ways in recent years.

rokejulianlockhart ,
@rokejulianlockhart@kbin.social avatar

Is Kubuntu with KDE backports or KDE Neon better?

melroy , in Help me find a fitting distro
@melroy@kbin.melroy.org avatar

Linux Mint is perfect! Avoid Ubuntu, which has a very shady history... Despite Mint being based on Ubuntu/Debian, it doesn't have any spying software. Like Ubuntu used to send all the search queries to Ubuntu when you were searching locally on your system for a file or an image.

Balssh OP ,

I'm not as focused on privacy (don't stone me to death pls), but I am not very keen on Ubuntu, having dabed a bit into it in the past.

melroy ,
@melroy@kbin.melroy.org avatar

Well you can in that case still try out Linux Mint.. I mean, why not?

pipyui , in Help me find a fitting distro

Have distro hopped over the years - most recently Manjaro to Fedora to Endeavour, but haven't found the one that's quite perfect for me.
That said, I'd make a few recommendations based on the person I'd be "marketing" to:

  1. New to Linux, looking for polish: Mint
    Mint is built off the well-known Ubuntu, polished a step further. It's in my experience the simplest to use and most generally polished of the Linux offerings. The community generally isn't as catered to power users, but if you care more about your time than about customization, I'd recommend Mint.
  2. Looking for Stable/Modern, willing to jump thru a few hoops: Fedora
    Fedora has come a long way over the years. It's far more stable, polished, and accessible than ever before. I'd hazard to call it my top recommendation, BUT, third-party software management and installation can be something of a nightmare. COPR is approximately equivalent to the AUR of Manjaro/Endeavour/Arch below, but at this time very obtuse and difficult to learn or work with. Some day you'll want a package that exists in COPR, and that day won't be fun for you.
  3. Need apps you can't find anywhere else: Endeavour/Manjaro
    Forget bleeding-edge packages and rolling release - the Arch User Repository (AUR) is hands-down the greatest feature on offer from Arch-based distros. The AUR is a repository of packages created by users that aren't supported by the main repos. If ever there's a time you need a piece of software and you can't find it anywhere else, the AUR's your best bet.
    That said, I found/find both Manjaro and now Endeavour to be a little rough around the edges, and the consequence of rolling-release and bleeding-edge software is a system that isn't always working just right.
  4. Looking to learn, straight into the frying pan: Arch
    Same benefits and drawbacks of Endeavour/Manjaro above, but if you want to set up your system service-by-service, as lean as you want, Arch is there for you. A great experience if you just need an excuse to "try" putting an OS together piece by piece, even if you don't ultimately keep it in the long run.

Desktop Environments
The great DE debate. Nobody can tell you what's right and wrong here, but I have a few general breakdowns of the "big three".
GNOME: If simplicity and elegance is your style. You sacrifice customization potential for cohesion and polish.
KDE: Modern. Powerful. Usually polished out the gate. Can be a bit much if you're trying to tweak it tho. My personal choice.
XFCE: Less modern, more friendly to lower-end systems.

Whelp that's it from me, hope it helps!

tophu , in Help me find a fitting distro
@tophu@kbin.social avatar

I'm going to suggest one I'm not seeing here; OpenSUSE Tumbleweed. I cut my teeth on Tumbleweed for years, and it has the pros of a rolling release while YaST provides the tools needed to have a stable base that rivals that of Ubuntu. Gaming is extremely easy to get set up, and you can choose pretty much any major desktop, although I recommend XFCE.

euphoriainafruit ,

I tried tumbleweed, but zypper was just agonizingly slow. Is there any way to speed up the updates?

backhdlp , in Help me find a fitting distro

One I haven’t seen here is Arco Linux. It’s designed as a kind of learning path from getting to know basic Linux concepts to being able to install Arch on your own, so I think it’s a pretty good early choice, tho probably not that good for the first choice.

General recommendation is that you choose something with good community support or at least good documentation. You might also not want a rolling release, because they tend to be more on the unstable side.

IncidentalIncidence , in Help me find a fitting distro

NixOS is a bad choice for a new user. EndeavourOS is okay, but arch-based distros (even ones with nice graphical installers) can get overwhelming for a beginner if an update breaks something and you have to figure out why and fix it, which isn't an irregular occurence for me. Wouldn't recommend tumbleweed for similar reasons.

I think the best mix of easy customizability, beginner-friendliness, and stability are probably offered by fedora and mint, personally.

RomanRoy , in Check Out These Linux-Related Magazines on Kbin
@RomanRoy@lemmy.world avatar

Hey kbin fellas

Why not follow the Lemmy communities already created? Most of these already exist and are larger, I think.

staticlifetime OP ,
@staticlifetime@kbin.social avatar

Instances exist for more than just to access singular communities. You can access our stuff here, and we will go to y'all as well. This is no small community either. We choose to be on kbin for a reason.

basedtheorem , in Help me find a fitting distro
@basedtheorem@kbin.social avatar

I was in a similar situation; I was a windows power user and I jumped straight into nixos. I do not recommend it for someone completely new to linux.

Having to deal with new concepts and confusing terminology like window/display/login managers, a new file system, bash, desktop environments, etc., and then having to learn nix (my first dive into a functional language), nixpkgs, NixOS, AND all the noise surrounding flakes was incredibly frustrating. After a week I gave up and jumped ship.

I played around with void linux for a bit (followed jake@linux's playlist on YT, it's a fantastic guide), had a blast ricing my desktop, got comfortable running without a desktop environment, then went back to nix a month later. By that point I was familiar enough with linux and just had to learn the nix ecosystem (still difficult, but bearable).

Things started to click, especially once I had read the nix pills in its entirety. Now with my entire system configured with flakes I just can't see myself ever going back :>

I never tried the beginner friendly distros like mint or ubuntu so I can't comment on them, but I was really happy with void. Yes it's doesn't hold your hand, but it very quickly taught me a lot about how everything fits together. I'm sure arch provides a similar experience.

thingsiplay , in Why Corporate Owned Linux Distributions are a Bad Idea
@thingsiplay@kbin.social avatar

@wave_walnut Thanks, the recap was important to understand what happened so far. As it seems, the writing was on the wall. Now I understand why so many was against Red Hat, similar to how they were against Canonical (but for other reasons).

exohuman ,
@exohuman@kbin.social avatar

I don’t get the Canonical hate. They are innovative and have contributed a lot to the Linux community. Also, Linux is their focus. Without companies like them, development would be a lot slower.

thingsiplay ,
@thingsiplay@kbin.social avatar

@exohuman It's not hating everything, but criticizing certain aspects they did in the past or they do now. I don't know how long you are using Linux, but I did start with Ubuntu in 2008 and used it exclusively for 13 years (approx.). Just because a company was good in the beginning does not mean it is now too.

Examples why is listed in the above linked video. In the past, Canonical was criticized for not working on Wayland and instead creating their own alternative that is MIR. Due to the popularity of Ubuntu, that would make things in the Linux world complicated as MIR and Wayland need to be developed and supported. Instead using GNOME or any other existing desktop environment, they started their own. While I found that perfectly okay, in the beginning it looked like focus on tablets and was not good in the beginning (I actually liked Unity desktop environment later).

Now they are pushing Snaps, which will create another eco system that besides Flatpak. And it is mostly just for Ubuntu. Snaps were bad in the beginning, so it got a bad image from the start. That's not all. The servers for Snaps is proprietary. And you can't just add another source to Snaps, like you can do with Flatpaks. Meaning if you have your own server with Snaps delivery, you need to opt out of Snapcraft .io servers from Canonical. Do you want know more? One of the reasons I left Ubuntu was that Snaps are spamming the loop devices (most don't care). Then there is this clunky PPA system, which has some problems too (and why Canonical ties to switch to Snap instead).

What else do we have? Ah yes. Do you know about the Amazon incident? Ubuntu had spyware built-into their search functionality, where Amazon would get search queries without the consent of the users.

And not all, there was plans to drop support for 32 bit libraries, which would make gaming with Steam really bad. Obviously this is not something everyone cares, but that was an important reason for many not to use Ubuntu anymore. Because of the uncertainty.

I am not suggesting that everything is bad! Just listing a few things why the community started to dislike Ubuntu. Also nowadays nothing innovative comes from Ubuntu; it's stale, it's boring. Which is fine if you like that, but that is not innovative or leading anymore. The landscape of alternatives changed. I personally don't hate Canonical or Ubuntu. I stopped using it for several other reasons too, not just because of the listed problems. Some exaggerate and start hating in the internet.

falsem ,

And not all, there was plans to drop support for 32 bit libraries, which would make gaming with Steam really bad. Obviously this is not something everyone cares, but that was an important reason for many not to use Ubuntu anymore. Because of the uncertainty.

This contributed to Valve switching SteamOS to Arch.

thingsiplay ,
@thingsiplay@kbin.social avatar

@falsem I remember. But at that time, Steam OS 2 was already based on Debian and not Ubuntu anymore. Steam OS 1 was based on Ubuntu if I remember correctly. Therefore what Ubuntu does wouldn't affect Valve anyway. So I don't know how much this played a role in switching to Arch. So the timing might be just coincidence.

nostalgicgamerz , in Why Corporate Owned Linux Distributions are a Bad Idea

What the fuck is happening with RedHat? Can someone explainlikeimfive?

falsem ,

RedHat is only going to provide source code to their paying customers. This is legally compliant with the GPL. This has made a lot of people mad because there are a lot of distros that are essentially copy/pasted Redhat code that people use.

Jarmer , in Why Corporate Owned Linux Distributions are a Bad Idea
@Jarmer@kbin.social avatar

I'm pretty happy with my Tumbleweed installation, and I don't think I'll be leaving anytime soon.

raspberry_confetti ,
@raspberry_confetti@kbin.social avatar

Right? Like it or not, we live in a society dominated by money. A very small number of Linux distributions have found a way to sustainably produce an excellent product. That's a good thing. The alternatives are either burnout or insecurity.

sik0fewl ,

And let's not forget that a lot of contributions to Linux have come from Red Hat and other companies.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • [email protected]
  • All magazines