There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

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

HakFoo , in Why don't more distributions have something like the AUR when it's the main reason why so many people use Arch Linux?

Asbestos undies on.

I don’t think AUR is a feature, but more of a hazard indicator. If the distributor isn’t packaging so many important things that most users have to turn to external services regularly, they’re lying down on the job.

yoevli ,

I think you misunderstand the typical use case for the AUR. It’s generally used to install fairly niche software that might fly under the radar of distro maintainers. For example, I have CoreCtrl, a utility for managing AMD GPUs, on my install via the AUR. I’m not aware of any distro that packages it currently because it’s just too niche of a use case right now for maintainers to pay it any mind.

nan ,
@nan@lemmy.blahaj.zone avatar

I think initially it was because the distro repositories were fairly small, agree now it is often a lot of niche stuff now which is one reason people who don’t use the AUR don’t really miss it either.

That package is in Fedora and Debian testing/Sid and the next Ubuntu. There is also an Ubuntu ppa for the and it’s on the opensuse build service.

yoevli ,

Ah okay, I haven’t looked in a while so my info must have been outdated.

HakFoo ,

I guess I was baffled when FVWM of all things was an AUR package. To me, that’s something that’s been available in the mainstream package set on almost any full-sized x86/x86-64 distribution made in the last 25 years. I suppose it’s not popular these days, but you sort of expect it to materialize because it was checked into auto-build processes in the late Clinton administration and never removed.

Peeko ,

Yeah if the AUR can stop me from having to compile even just one package from instructions on a github page (like with corectrl, which I also use lol), then it’s enough for me to keep using arch. I will say, AUR is in the normal arch repo I think? But there’s other packages I’ve used in the past that I can’t find in there, like specific versions of mangohud or gamescope, goverlay, etc.

AUR still means you gotta compile sometimes, but it’s so much less of a hassle to just search the AUR and hit go then to mess around compiling something manually.

restarossa ,
@restarossa@infosec.pub avatar

Well that would apply to any distro I’ve used… they’re all going to have things that aren’t in the main repos. It’s a feature for Arch in that on nearly every other distro it’s probably going to be more of a pain to install them.

dovedozen , in Share Your Favorite Linux Distros and Why You Love Them

MX Linux

dovedozen ,

The MX Snapshot utility & other built-in tools make it instantly functional as a daily driver, even for people new to Linux, and the Quick System Info is such a handy baseline for troubleshooting if you run into problems and need help from the community. All the stuff that’s provided out of the box just makes it a really practical distro to learn on!

hobbsc ,

MX Linux

Option for no systemd, great community, good overall appearance, great set of custom tools.

hobbsc , in Share Your Favorite Linux Distros and Why You Love Them

MX Linux

hobbsc ,

Great set of custom tools

hobbsc ,

Good overall appearance

hobbsc ,

Great community

hobbsc ,

Option for no systemd

Mayoman68 , in Why don't more distributions have something like the AUR when it's the main reason why so many people use Arch Linux?

Because the AUR is a pretty low quality repo. Not sure if anything has changed since 2 years ago, but last I used arch, the AUR was full of broken, abandoned, and unbuildable packages. The Debian repos, fedora+rpmfusion, etc, provide a comparable number of software packages with substantially higher quality, hence no need for the AUR. Fedora actually has COPRs which suffer from the same quality issues as the AUR for similar reasons.

Peeko ,

Thing is, the AUR isn’t really meant to be your primary repo. You can really get anything into the AUR.

The reason why I love it so much is because if I need a package that’s not in the main arch repo (which tbh isn’t many), then I don’t need to bother going to some github page and compiling from source, I can just find it in the AUR and it’s all done for me. I did this with things like goverlay and it’s one thing that I immediately miss when I distro hop away from something arch-based.

maggio , in which linux podcasts do you listen to?

Jupiter Broadcasting has nice Linux and FOSS-related podcasts. Most recently with an episode about Red Hat and their decisions.

nan , (edited )
@nan@lemmy.blahaj.zone avatar

This one specifically.

I enjoy their shows but the singsong way Wes talks really bothers me for some reason.

Edit: I just got through the episode. It is pretty disappointing, and doesn’t answer to all of the criticisms, specifically those against the restrictive customer agreements that violate the free software definition (freedom 2). The aggressive stance echoes Bill Gates’ letter to hobbyists so closely, it was in the blog posts, it’s in the employee they have in the episode.

Not putting in extra work is fine, restricting the rights of your users is shitty. Rocky is also shirt, and I don’t blame them for thinking so.

minorsecond , in Share Your Favorite Linux Distros and Why You Love Them

Gentoo

minorsecond ,

Control

ctr1 ,
@ctr1@fl0w.cc avatar

Excellent package and dependency management with a wide variety of up-to-date software

ctr1 , (edited )
@ctr1@fl0w.cc avatar

Out-of-box security configurations supported by the organization (SELinux, hardening)

ctr1 ,
@ctr1@fl0w.cc avatar

Encourages hardware-based optimization and kernel specialization

minorsecond ,

Yep, these are all true. Throw in overlays and the package availability is unbeatable.

ctr1 ,
@ctr1@fl0w.cc avatar

Absolutely! I haven’t had any problems setting up dependencies for various projects and have only needed overlays a few times. Sometimes USE flags can be tricky but most things are pretty well documented

boonhet , (edited )

There are dozens of us! And you can join us at !gentoo if you haven’t yet!

I love it because it’s super configurable, lets you choose compiler optimizations (and through USE flags, features that you need in your packages - you don’t have to include everything).

My Linux knowledge has skyrocketed compared to before I used Gentoo. Which of course means it’s NOT the distro for people who want something that just works, but honestly, now that it’s working properly, I feel it’s actually pretty hard to break, and when it does break, I know how to fix it! Versus with Linux Mint a decade ago, if I broke it, I had no idea where to get started and just reinstalled it.

Of course, about half a year ago I decided to move from x11 and OpenRC to Wayland and systemd. And I use KDE. And have Nvidia graphics. Soooo it was a fun ride both relearning how my init system works, and also running into problems with Steam, etc.

I also try to keep my kernel in single digit megabytes, but occasionally I find something missing and have to recompile with more “bloat”. So right now I believe it’s around 11 MB, but I’ll see about improving it over my next vacation. Not that 11 MB takes long to load off a gen4 NVMe drive, but the ePeen needs to be stroked! Also no initial ramdisk, to save even more boot time.

minorsecond ,

I just reinstalled Gentoo and switched to a Systemd setup as well. I held off for as long as I could but it’s just so nice!

I’m using the binary kernel for now, but I’ll compile my own when I find the time. 11MB is nuts!

boonhet ,

Great to hear! Though I will admit that it took me HOURS of reading the kernel config options I was disabling. But it was also very informative so it didn’t feel like a waste of time at all.

minorsecond ,

I usually run some commands while running the binary kernel that will disable every module not currently running in the config file, and then build the kernel from that.

I’m guessing you prefer building everything as a module if your kernel is that small?

alternateved , in Share Your Favorite Linux Distros and Why You Love Them
@alternateved@lemmy.one avatar

Void

bertmacho ,

Supports musl on every architecture I have. ARM, AARCH64, x86_64 - no problem.

cefadroxilthranduil ,

xbps

alternateved ,
@alternateved@lemmy.one avatar

Stable rolling release

abrr1sz ,
@abrr1sz@beehaw.org avatar

Very KISS. Runit is amazing once you get used to it.

Cralex ,

• Rolling release that is remarkably stable. • Supports a wide variety of architectures. • XBPS package manage • Lightweight, systemd free.

nqvst , in Spent all night installing Photoshop, lightroom, illustrator, blender and finding a replacement for after effects and premiere pro. See you never windows!

What replacements did you settle on?

0jcis OP ,
@0jcis@sh.itjust.works avatar

I decided to go with Da Vinci Resolve for video editing and I might migrate to something to replace Lightroom in future, can’t now, because I have all my Lightroom catalogues at work.

Nuuskis ,

Doesn’t Darktable work for you?

0jcis OP ,
@0jcis@sh.itjust.works avatar

I mostly use photoshop to remove objects from photos, place in images rendered with blender and retouch them to look like they were part of the photo, I think Darktabke doesn’t have tools similar to healing brush and patch tools in photoshop. Although photoshop is working perfectly so far, it would be nice to find a native application that is up to the task. I haven’t really tried hard to look for linux alternative that can do that.

EDIT:

Wait, I just looked into it and there are such tools! Thank you for suggestion! I might try it!

Goingdown , in Ubuntu trying to install snap AND Firefox even though I have removed them a year back

You must disallow snap firefox

www.debugpoint.com/remove-firefox-snap-ubuntu/

TableCoffee , in Share Your Favorite Linux Distros and Why You Love Them
@TableCoffee@lemmy.ca avatar

I’ve been trying to convert to linux since the mid-2000’s. Ubuntu and derivatives, fedora, and SUSE. Gaming and my lack on knowledge always brought me back to Windows.

In 2018 I tried Manjaro and loved it. But I broke it without the knowledge to fix it multiple times. The Arch BTW memes were strong at the time so I took the plunge and studied the wiki, and documented my own installation process and really learned a lot in the process. Proton was released and suddenly gaming got WAY better. I didn’t remove my windows install completely until 2022 but Arch has been my home on my main machine.

I have since put together a proxmox cluster and run many distros for various things but that’s a whole other rabbit hole!

TOoSmOotH , in LINUX Unplugged talks about the RedHat situation

Basically someone from Redhat is on there saying how they are the victims and downstreams are stealing their stuff. Same talking points over and over.

tubbadu , in ...

Wtf is going on here

ReakDuck , in Share Your Favorite Linux Distros and Why You Love Them

Arch Linux

ReakDuck ,

I always am going to run into heavy issues when using Debian, Ubuntu or Fedora. On Arch, things also aren’t always smooth, but the issues are mild, always solvable and transparent.

ReakDuck ,

The Arch Wiki is in a language made by users for users. Meaning that its easy to understand because the wiki allows to talk about issues, alternatives and more hints about each small topic, every other wiki has some structure where important details are missing or not taken seriously.

CrabAndBroom ,

Arch and KDE as a DE because I’m a borderline-obsessive tinkerer.

Although NixOS is tempting me, but I haven’t moved past the virtual-machine-specimen-jar phase with that yet lol.

milo128 ,

Starting with a blank slate is so refreshing. It takes time to build everything up from scratch and I understand that you can get a great experience out of the box with other distros, but I love the simplicity of not having any bullshit I didn’t install myself.

ReakDuck ,

True, yeah, didn’t think about the downside that you need to build it up from scratch. But people could use arch based distros I guess? Never used them.

saba , in 5 Great Web Browsers For Linux

Websites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for thekernal.xyz. The certificate is only valid for the following names: *.xserver.jp, xserver.jp

edit: another old post showing up on top for me! I need to pay attention to the date before I comment

Kajika , in How to make it such that, when running `command`, it automatically does `SOME_ENV_VAR=value command`? (something cleaner than aliases?)

You can add a new executable in your ~/.local/bin directory like command_custom that would start SOME_ENV_VAR=value command. Like if you use bash:

<pre style="background-color:#ffffff;">
<span style="font-style:italic;color:#969896;">#!/usr/bin/bash
</span><span style="color:#323232;">
</span><span style="color:#323232;">SOME_ENV_VAR</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">value </span><span style="color:#62a35c;">command
</span>

Do not forget to chmod +x the file to make it executable.

This way you will have additional command for your user only (no sudo require to create/update those), for system-wise command put it in /usr/local/bin.

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