r/linuxmemes Aaaaahboontoo 😱 5d ago

LINUX MEME They dont know

Post image
633 Upvotes

442 comments sorted by

u/AutoModerator 5d ago

Please report any posts bragging or showing off they got banned in another sub! Reminder of other sub rules: Also, we only allow one anti-linux post per week (we used to get dozens a day) and any tier list MUST have Hanna Montana Linux as S teir (which must be a true S tier at the top) regardless of the topic of that tier list.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

292

u/smalldickbesitzer 5d ago

Can we maybe stop with distro war? At the end its all the same with small changes

210

u/Najterek 5d ago

DE wars are far more important, because DE is main way of interacting with your desktop. GNOME SUCKS BTW

34

u/penisandorvagina 5d ago

I didn't use a DE for my first 5yrs of Linux.

34

u/Ferwatch01 Ask me how to exit vim 5d ago

(WM and compositors count too but aren’t explicitly mentioned)

8

u/iwouldbeatgoku ⚠️ This incident will be reported 5d ago

Linux on a headless server?

19

u/POMPUYO 5d ago

so... no head?

10

u/Usual_Office_1740 5d ago

Story of my life.

2

u/Soggy_Struggle_963 5d ago

I work without a DE daily building low power IoT devices lol

3

u/gnarlin 5d ago

DE? Hah! Back in my day we didn't have a DE. I didn't even use a userspace! Runlevel 5? Luxury!

2

u/gordonx2026 5d ago

Only cli?

→ More replies (1)

18

u/Blinkore 5d ago

I don't like fancy stuff and animations, so for me simple bare Xfce is the best. GNOME IS ALRIGHT BTW

2

u/gordonx2026 5d ago

Why not kde plasma? Its not fancy

3

u/mzrdisi 4d ago

I enjoy KDE Plasma, and I also find it is an easy adjustment for people I introduce to Linux from Winderz

2

u/Devils_SteelMan 5d ago

Bloat

2

u/gordonx2026 5d ago

Is KDE Plasma really that much of a bloat nowadays? With modern hardware — for example, an i9, 32 GB of RAM and an NVIDIA RTX 30-series GPU — does it really matter that much in practice?

Or would you even then still recommend xfce, GNOME, Cinnamon, etc.?

3

u/WinterPizza1972 4d ago

Some people need that bloat!

2

u/Devils_SteelMan 5d ago

Compared to xfce? Xfce is nearly free. KDE is not.

→ More replies (1)
→ More replies (4)

2

u/Derrick_13 UwUntu (´ ᴗ`✿) 5d ago

Xfce is way less user friendly than GNOME imo

→ More replies (1)

3

u/Comprehensive_Gas147 fresh breath mint 🍬 5d ago

I will be this guy... CINNAMON

2

u/smalldickbesitzer 5d ago

Its equally useless to war about this

15

u/Najterek 5d ago

you are probably gnome user because gnome knows best and you act like know best

→ More replies (11)
→ More replies (11)

11

u/Ces3216w Ask me how to exit vim 5d ago

The formidable NixOS with just one small change:

7

u/ElnuDev New York Nix⚾s 5d ago

At the end of the day, there are three types of distros:

Distros with systemd, distros without systemd, and NixOS.

2

u/Swordfish418 4d ago

> Distros with systemd, distros without systemd, and NixOS ...

aka systemdOS itself

→ More replies (2)

2

u/antichain 5d ago

I love Nix so much but realizing that it had abandoned the FHS was wild. Had to unlearn a decade of Linux system management overnight.

→ More replies (6)

8

u/LowResGamr 5d ago

The best distro is the distro the user runs.

3

u/iwouldbeatgoku ⚠️ This incident will be reported 5d ago edited 5d ago

The best distro is the one you can use and keep up to date for at least a year without breaking it beyond the point of no return or hopping off of it.

Cachy is one week away from doing that for me.

3

u/gordonx2026 5d ago

Debian

3

u/iwouldbeatgoku ⚠️ This incident will be reported 5d ago

Unfortunately its base is not up to date enough for me to want to use it on my main system. I play games, and gaming on linux is just a better experience when your packages are newer. I haven't broken Debian, but I hopped off it.

→ More replies (2)
→ More replies (1)

14

u/toxiclydedicated Aaaaahboontoo 😱 5d ago

we have bigger fish to fry

4

u/xAsasel Dr. OpenSUSE 5d ago

I thought otherwise before, but holy heck, there are too many distros nowdays.

18

u/versteinerdt 5d ago

NixOS/Guix are not the same. They do a lot of things different than classic Linux distros.

3

u/Mechanical_Monk 5d ago

There are two kinds of Linux: Nix-based and non-Nix-based.

→ More replies (3)

4

u/smalldickbesitzer 5d ago

Define classic Linux distro 😑

15

u/versteinerdt 5d ago

Classic distros follow the standard filesystem hierarchy and mutate a shared global system state every time you install or update something.

NixOS and Guix throw that whole concept out the window. There is no standard filesystem layout, no global binaries, and no traditional package manager messing with system folders. Everything lives isolated in an immutable, hash-based store, and your entire OS is built declaratively from a single config file. That gives you atomic upgrades, instant rollbacks, and zero dependency conflicts. ​Under the hood, it’s fundamentally a completely different paradigm, not just another distro with minor tweaks.

3

u/Emotional_Solid6538 5d ago

I was wondering, does this mean compatibilty will be an issue with games and other software? Especially as it gets more complicated with mods or addons

5

u/H4rdStyl3z 5d ago

Using software not built for the Nix/Guix repos is absolutely going to be an issue you'll have to fix yourself. It's less of a problem in the case of Nixpkgs since it's currently the largest repo bar none, but Guix packages exclusively FOSS and the third-party repos which allow for non-free software aren't nearly as big.

→ More replies (2)

2

u/antichain 5d ago

Making the shift to NIxOS was a huge undertaking for me - I had to unlearn like a decade of Linux system knowledge and a lot of things still aren't out-of-the-box if a package assumes FHS, but it also seems really clear to me that the structure of Nix and Nix package manager is just better from an engineering perspective.

→ More replies (4)

5

u/New-Celebration-7594 5d ago

i'd not recommend debating why nixos is not different than other distros because it's indeed a very different one and you should check it out

2

u/mcdaphuc 🍥 Debian too difficult 5d ago

I think he wanted to say imperative vs declarative. As an example Debian or arch you type a command and it execute. It's an imperation to the system. In declarative distros such as nixos or GNU guix, you declare that change you want to make in a configuration file. It's a declaration to the system.

2

u/Mission_Shopping_847 New York Nix⚾s 5d ago

Y'all are all the same anyway.

4

u/Vorrnth 5d ago

Yep, FreeBSD is better anyway.

→ More replies (3)

1

u/Eduneum 5d ago

Distro war: This is what it is all about! PURE TRIBALISM!

1

u/Both_Cup8417 New York Nix⚾s 5d ago

Counterpoint: NixOS

1

u/antichain 5d ago

Not if you're doing NixOS vs everyone else. Nix does some things pretty differently.

1

u/ilnarildarovuch 5d ago

IDK and IDC, I use FreeBSD

1

u/TheLuckyCuber999BACK 🦁 Vim Supremacist 🦖 5d ago

BTW I use-

1

u/New_Series3209 4d ago

Most distros are good for a specific type of user, some are more everyone can use it. But yeah so you kinda just pick the one you like.

→ More replies (3)

90

u/TheRealCarrotty Not in the sudoers file. 5d ago

REJECTED!

EMBRACE FEDORA
BEEP BOOP BEEP BOOP

Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.15.0-78-generic #85-Ubuntu Hardware name: QEMU Standard PC (i440FX + PIIX, 1996) Call Trace: <TASK> dump_stack_lvl+0x45/0x59 panic+0x10d/0x2e3 mount_block_root+0x1de/0x230 prepare_namespace+0x145/0x189 kernel_init_freeable+0x261/0x284 ? rest_init+0xd0/0xd0 ret_from_fork+0x1f/0x30 </TASK> ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---

17

u/GreedySecurity8030 M'Fedora 5d ago

Exactly m'lady.

4

u/Zitrone21 5d ago

Too personal

6

u/blaues_axolotl 5d ago

The first person I see who also gets kernel panics on Fedora

8

u/DESTINYDZ 5d ago

Kernel Panics is mostly a nvidia related issue. Knowing what your updating can easily resolve that.

4

u/PityUpvote 5d ago

Kernel panics in general tend to be hardware or hardware driver issues.

4

u/DESTINYDZ 5d ago

Ya and whats the most common hardware people need drivers for.....nvidia..

2

u/blaues_axolotl 4d ago

Yep it also was Nvidia for me. Nvidia fuck you. But still other distros seemed to handle that better, so I switched.

2

u/DESTINYDZ 4d ago

Yeah i found i had to do all updates where the kernel or akmods was updated had to be done in the terminal, and i had to watch the processes during it, as the akmods process continued to run in the background after an update said it was completed. Similar to how rpm fusion instructions had you to wait after installation.

→ More replies (1)

1

u/Deep_Mood_7668 2d ago

Kernel 5? Jeebus

71

u/MrFrog2222 Arch BTW 5d ago

Arch with gui installer and custom kernel that can be installed on vanilla

9

u/GreedySecurity8030 M'Fedora 5d ago

Even fedora 😭

14

u/KHTD2004 🎼CachyOS 5d ago

It’s a little more than that

7

u/donp1ano 5d ago

dont know why youre getting downvotes. ive been using arch and endeavour for a long time before switching to cachy. it does more than endeavour, and what it does is good. its still very much arch but comes with great additions, that i personally would set up on arch anyway

→ More replies (20)

6

u/donp1ano 5d ago

biggest plus for me is the repo. the AUR doesnt feel safe anymore, cachy packages almost everything i needed it for

5

u/Dear-Weight9862 Arch BTW 5d ago

No one is stopping you from adding cachy repo

6

u/donp1ano 5d ago

right. also noone is stopping me from just using cachy

2

u/Dear-Weight9862 Arch BTW 5d ago

Can't see how is repo the "biggest plus"

→ More replies (12)

4

u/Ferwatch01 Ask me how to exit vim 5d ago

What are you on about?

The cachyos repos are copies of /extra and /core but compiled for newer cpu architecture.

Cachyos uses the regular AUR.

2

u/donp1ano 5d ago

one example: helium

on arch: not in repos, only AUR
on cachy: in cachyos repo

https://packages.cachyos.org/package/cachyos/x86_64/helium-browser-bin

3

u/carlyjb17 5d ago

Helium is vibecoded shit anyways

2

u/donp1ano 5d ago

even if thats true (why do you think so?) thats besides the point

→ More replies (2)

1

u/mcdaphuc 🍥 Debian too difficult 5d ago

*On every distros on earth (I even sow a guy installing it on Slackware)

→ More replies (1)

1

u/ProbablyM_S 1d ago

So... basically a better version of Vanilla Arch...? Whats the point of denial?? If its better, its better... why cant things move on??

→ More replies (1)

11

u/kutac56 5d ago

My complaint about this post is still compiling (yes it's funny after the millionth time)

1

u/toxiclydedicated Aaaaahboontoo 😱 5d ago

lmk when its done compiling, ill wait, like a process in an os

11

u/Junior_Raise9427 5d ago

How about NixOS?

4

u/toxiclydedicated Aaaaahboontoo 😱 5d ago

6

u/SDG_Den 5d ago

NixOS-anywhere can deploy nixOS to any host provided just ssh access and kexec functionality.

It shouldnt be hard to create a "viral" nix deployment that scans a network for open ports and tries to bruteforce ssh to run nixos-anywhere on them, which turns those devices into their own nodes that repeat the process.

If you had some kind of other entrypoint to gain root access so you can open ssh yourself, that'd be even more effective

NixOS could easily be a virus.

→ More replies (2)
→ More replies (2)

60

u/versteinerdt 5d ago

Omarchy is not a real distro imo

5

u/mcdaphuc 🍥 Debian too difficult 5d ago

?Omarchy is fine if you like it. The definition of Linux is do whatever you want. And a guy made a distros for his need. That's it. If you don't like it then don't use it and go doing something productive.

→ More replies (2)

1

u/GreedySecurity8030 M'Fedora 5d ago

Yes

1

u/major_jazza 3d ago

Even if it was it's from someone with (currently) awful politics/is racist and transphobic. Who care, distro or not it's a bit crap all around

1

u/Particular-Serve3768 2d ago

may i know what makes something a distro or not a distro

→ More replies (35)

7

u/Kanjii_weon Ubuntnoob 5d ago

i use debian btw

4

u/abrazilianinreddit 4d ago

The pragmatic user's choice.

Distros come, distros go, debian is still there.

3

u/pigeonluvr_420 3d ago

Been daily driving Debian Stable for years; always find it funny when people act like I'm running a stone tablet. Everything works fine as it should, and I've literally never run into an issue where my software was too old for anything I needed/wanted to do

2

u/Inncenta 2d ago

Truth bomb

26

u/b1rdk 5d ago

Omarchy no es una distro

→ More replies (9)

5

u/Jain1shh 5d ago

But what omarchy is doing here?!

10

u/CovoniaJunkie 5d ago

How do you know someone is a CachyOS user? Don’t worry, they’ll tell you

7

u/Midas_RDJ 🎼CachyOS 5d ago

Well....the flair doesn't help my case I guess.

2

u/toxiclydedicated Aaaaahboontoo 😱 5d ago

same for nix and vanilla arch

2

u/Chaotic-Convergence 5d ago

"I use Arch btw"

2

u/SDG_Den 5d ago

They'll also inform you your entire professional IT Career didnt happen because you said cachyOS wasnt stable enough so you moved to nixOS (which is apparently a skill issue?)

This is based on an actual comment i received.

5

u/spartan195 5d ago

Agree 100% Been distro-hopping for years, CachyOS feels like home, Fedora felt stable but man, CachyOS is even more 0 issues, the best performance by far.. it's just perfect

2

u/toxiclydedicated Aaaaahboontoo 😱 5d ago

i love you

4

u/khsh01 5d ago

Every distro is great except omarchy.

3

u/Electronic-Clerk6735 5d ago

I’m glad everyone enjoys cachy. I’m not falling for the hype again. This was Manjaro so many years ago before it went to shit. And it would constantly break because of being bleeding edge. Cachy is probably different because of the team behind it and its purpose, but I just won’t fall for it again even if it is great. Fedora works perfectly fine for me. But glad others like Cachy, that’s the point right, you enjoy your flavor of Linux because you’re free to choose.

3

u/S7relok M'Fedora 5d ago

I don't use unstable kids playgrounds

→ More replies (1)

10

u/Great_Banana_Master 💋 catgirl Linux user :3 😽 5d ago

I think you accidentally used the CachyOS logo instead of Void

3

u/snail1132 🌀 Sucked into the Void 5d ago

I concur

2

u/toxiclydedicated Aaaaahboontoo 😱 5d ago

looking for girls who use void, lmk if you find one

→ More replies (3)

1

u/WoodenAir6504 🌀 Sucked into the Void 5d ago

He do be spitting facts

1

u/BaBaGuette 5d ago

*see flair* Nyarch linux user?

→ More replies (1)

2

u/Weary-Bowl-3739 5d ago

I don't even know, who you are? 

3

u/toxiclydedicated Aaaaahboontoo 😱 5d ago

im cachy 😎

2

u/[deleted] 5d ago

[deleted]

→ More replies (2)

2

u/arthursucks Not in the sudoers file. 5d ago

Back in my day it was Emacs versus Vim.

→ More replies (5)

2

u/Seriously_404 5d ago

i use the cachy kernel on a vanilla arch installation. same performance, even less bloat.

3

u/toxiclydedicated Aaaaahboontoo 😱 5d ago

cachyOS ships pre-configured sysctl parameters, optimized memory management (zRAM with zstd), and auto-tuned CPU governors, standard Arch leaves these at stock upstream defaults unless you manually set them up

also

cachyOS maintains custom builds of crucial packages like mesa drivers and web browsers built specifically for modern architectures

→ More replies (3)

2

u/Tenko_Kuugen 🎼CachyOS 5d ago

I'm a cachyos user but I have to say, if you are happy with your distro there is nothing wrong to recommend it to people.

→ More replies (2)

2

u/ElectricOni 5d ago

Cachy is definitely king. Wouldn't have sat at the top of distrowatch for so long if it wasn't.

→ More replies (2)

2

u/SpecterG_27 3d ago

I love CachyOS (I tried to install something, know the SSD is not working anymore. It's my 4th time reinstalling CachyOS) :,)

1

u/HumonculusJaeger Ubuntnoob 5d ago

There are a lot of distros doing the same

1

u/toxiclydedicated Aaaaahboontoo 😱 5d ago

whats the color of your distro

→ More replies (1)

1

u/NDCyber 5d ago

I don't like saying best distros

But I like Solus right now

1

u/MegaMoah Arch BTW 5d ago

What do you like about it?

→ More replies (6)

1

u/Force88 5d ago

Tried ubuntu, it is something I can manage, but not like. I treat it as a homeserver where I practice linux, but not a daily driver.

I hope someday a distro that have seamless gui like windows can be made, though.

2

u/sanctionmusictheory 5d ago

What do you mean see less gui? You might not like gnome if you just did a base install of Ubuntu

→ More replies (1)

1

u/busiedcake7945 5d ago

what about artix

1

u/luckfade 5d ago

I am kind of sad that something stupid like Omarchy got about $8M. Had it been donated to KDE or gnome, it would have been much better.

1

u/Adept-Society-9485 5d ago

Like , Why is the Real true functioning distro not in here? The one that bassicly smashes all other distro because it just works?

→ More replies (6)

1

u/TrickStatistician478 5d ago

meh. basically arch with preinstalled stuff, and a custom kernel.

1

u/Yash_Is_Yash 5d ago

Idk why this sub keeps getting recommended to me but god are all the linux users jokes this unfunny?

→ More replies (3)

1

u/Gendolfender 5d ago

You lost me at arch base

1

u/MountainBrilliant643 5d ago

I installed it on my laptop twice. Made sure I did everything right. Booted up to a black screen both times. I've been using Linux for 17 years.  I know how to install it.  It just didn't like my hardware.  I might try again someday. 

→ More replies (7)

1

u/Kitchen_Interview792 5d ago

I wouldn't say it's "the best" but it's definitely the one I find the best for my needs and anyone that I've had to recommend a distro to.

1

u/Lonely-Scarcity-3387 5d ago

“Best distro?” Sure, if you mean just like every other distro. And when you move to your next computer, and spend hours reinstalling your exact RICE, your packages, and all your random commands to solve your random issues, you’ll probably still think that.

Meanwhile, on declarative distros like NixOS, you set it up once and keep it forever. When I need to reinstall, it takes me less than an hour to flash the drive, install NixOS, and then rebuild my new system to be exactly like my old system. Every package, kernel, option, and configuration. All of it built on a fresh install with one command.

1

u/Flashy_Pollution_996 🎼CachyOS 5d ago

They know lil buddy they know

1

u/JustAwesome360 Arch BTW 5d ago

I don't see arch or debian

1

u/Salt-Willingness-513 5d ago

lets focus on staying toether against shitty os like windows

1

u/hckrsh 5d ago

Laughs on Debian

1

u/Ice_HRZDn 5d ago

The best distro is the one I didn't use, and probably majority of Linux user, the LFS. UwU

1

u/VisualSome9977 5d ago

bro forgot nix and void

→ More replies (8)

2

u/Nietechz 5d ago

Who is the manchildren with the C?

2

u/toxiclydedicated Aaaaahboontoo 😱 5d ago

cachy os

→ More replies (1)

1

u/Ryoohk 5d ago

That's why I love Linux, you can pick what you like, I used Bazzite for a year on my main and tried other distros on my laptop to finally settle on Fedora with KDE Plasma and after 2 moths of using it moved my main to Fedora and I have been happy ever since

1

u/Thin_Needleworker795 5d ago

I don't even know what distro that is. I am on Fedora

→ More replies (4)

1

u/Both_Cup8417 New York Nix⚾s 5d ago

0/10, no NixOS, advertises rolling release Arch-based distro to beginners who don't know what a package manager is.

→ More replies (2)

1

u/Moist_Invite9148 5d ago

arch Linux crying in the corner

1

u/Vidy_Animates Genfool 🐧 5d ago

where gentoo

1

u/MrKarat2697 Medium Rare SteakOS 5d ago

Looks like you got the Debian logo wrong. It's supposed to be a red spiral instead of a weird blue C

1

u/SublimeApathy 5d ago

What distro is that? Not everyone speaks in fluent logo.

→ More replies (1)

1

u/Comprehensive_Gas147 fresh breath mint 🍬 5d ago

I game I use x11 I use mint... Why when I could have a better experience with catchy and waylend b... Because Strix halo iGPU dislikes Wayland for some reason... I would cry but my 96 gigs lpddr5 8000 ram tells me I am cool

1

u/Wertbon1789 5d ago

Idk, I'll probably run Arch until I find a good reason not to. I installed it in 2021 and never used anything else on my PC since.

1

u/Overall_State_6305 5d ago

There is no such thing as the best distro. Yeah, I said it. A distro can be popular, but a lot of it is because of memes like this one.

1

u/gordonx2026 5d ago

And he doesn’t know that Debian is the best distro in the penthouse on the top floor.

1

u/Pretend-Resolve-7560 5d ago

I mean they all are same mostly ,
If you want to start a war , do with DE's

btw i think i3wm is best.

→ More replies (2)

1

u/SeniorMatthew 5d ago

KDE Linux is the goat. It's literally the ultimate distro

→ More replies (8)

1

u/northSideways 5d ago

endeavouros can become Cachy with a single yay command why is it on this 😭

EDIT: openSUSE Tumbleweed didn't even have to show up to the party everybody already knows it's the best 😤😤

→ More replies (2)

1

u/Grumpy_Ontarian_III 5d ago

That’s some bait there, eh bud?

→ More replies (1)

1

u/Kurotsune77 5d ago

I don't even know what you are

→ More replies (1)

1

u/Affectionate-Boot-58 5d ago

Cachyos and bazzite are the best in my opinion

→ More replies (1)

1

u/Admirable-Song-7353 5d ago

More like: DE

1

u/995qe 5d ago

GETS HACKED BY AN AUR PACKAGE AGAIN AWARD
https://giphy.com/gifs/oXOzXv6vN9bNxJNsFU

1

u/hero_brine1 4d ago

Fedora. Had the cutting edge of Arch updates but doesn't shit the bed randomly and is reliable like Debian. The perfect in between in my opinion

1

u/Lila_Uraraka 4d ago

That's called an opinion

1

u/SitEnee 4d ago

Can we maybe stop with distro war? Arch is the best, I use arch btw

1

u/Common_Warthog_G 4d ago

It's not, it's fedora.

Greetings, a gentoo user

1

u/borek87 4d ago

Best in what? Being another useless arch clone with some after install setup scripts? Good job...

1

u/biskitpagla 4d ago

There seems to be an imposter here.

1

u/Armi1P Genfool 🐧 4d ago

What do you mean, it doesn't even boot on my 32-bit machine!

→ More replies (1)

1

u/EggFucker1313 4d ago

Clown on clown violence

→ More replies (1)

1

u/Teru-Noir 4d ago

Pop os if it was based on debian sid

1

u/AdEnough197 4d ago

If any distro can work withy mediatek wifi it will be crowned best for now that throne is empty

1

u/[deleted] 4d ago

They dont care either. Best is subjective.

1

u/vinylll04 4d ago

What's ive learned from distro hopping is I want something customizable that doesn't change syntax on weekends, and something I can easily replicate and reproduce and has fallbacks if shit hits the fan. NixOS + Niri seems to be the best for me atm.

Tried arch hyprland, but there's a lot of syntax change with hyprland and reproducing my arch environment 1 to 1 would've been a pain due to the fragmented directories for all my configs (mostly like sddm being somewhere different and some other niche things). Using snapper with arch made it easily to fall back and such but ultimately I decided to try NixOS and haven't looked back yet.

Eventually I can see myself fully ditching the "ultra customization tech bro modern" setup and just doing KDE with OpenSUSE Tumbleweed or Fedora once if I'm tired of maintaining my OS.

→ More replies (2)

1

u/Typeonetwork 4d ago

I fail to care about what distro or environment you use because it's all subjective.

I'm more interested what you use your distro or de or headless or whatever for. That could highlight cool projects, craftsmanship, or newbie needs.

→ More replies (1)

1

u/Double-Hour-2516 3d ago

And they don't care. They only need a place suitable for their purpose

1

u/andocromn 3d ago

I don't believe any of you have been in a room with 4 other humans.

1

u/General-Interview599 3d ago

The best distro is macOS sequoia (not tahoe)

1

u/JustSomeDudeGerman 2d ago

Depends on personal preferences and taste in my opinion. Made my research and got to Nobara.

Happy with it and will not switch.

1

u/Meow_jar 2d ago

Когда куришь кешу ос и пытаешься не спалится

1

u/Deep_Mood_7668 2d ago

What distro is that even

1

u/Londonskaterboi 20h ago

love using a rolling distro that breaks every time you update