this post was submitted on 13 Sep 2026
572 points (98.3% liked)

linuxmemes

32779 readers
1236 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 3 years ago
    MODERATORS
     

    Way back in like 2006 when I was in middle school, a friend of mine pulled me aside to tell me there's more than just Windows and Mac. His parents worked IT and they showed him a lot of stuff and he showed it to me. I installed Slackware on a laptop with him. I basically just did as he said.

    In high school, I looked more into it and tried installing some other distros but landed on DSL as the laptop my parents got me was a piece of shit and it worked good enough. I moved onto Ubuntu later because DSL can only do so much and really struggled with it lol.

    And then as the years went by and Ubuntu started to suck I moved onto a variety of other distros like Arch(which took me 2 days to install and I fucked it up), Void(which also took me 2 days to install), Mint, and when it finally came out I tried things like SteamOS, Bazzite, and Nobara.

    This all as I was dualbooting with Windows. I never took any classes, I never read any books on it, I just figured it out by doing it, breaking my OS a bunch of times, chatting with friends and randos on forums and Reddit, and the man command, thank GOD for that. All that and I just come back to Mint which I adore for its ease of use.

    So all my knowledge is muscle memory. What the actual fuck does a package manager do? Like I know generally, but there's more to them than just downloading shit? What is the difference between Systemd and OpenRC? WHAT THE FUCK IS HYPRLAND OR WAYLAND!? I DON'T UNDERSTAND! 20 YEARS AND I LEARNED FUCKING NOTHING!

    shoutouts to tux

    top 50 comments
    sorted by: hot top controversial new old
    [–] diaphragmwp@discuss.tchncs.de 2 points 1 hour ago* (last edited 1 hour ago)

    Yes, there are classes, but it's corporate Linux. Dockerfiles, AWS, shit like that.

    Anyways:

    What the actual fuck does a package manager do?

    Well, it doesn't matter much, actually.

    If you actually wonder, it's a database (can be sqlite, tho most write their own which involves it's own set of quantum physics and mathematics for operations) of stuff that's installed and stuff that's available. "Updating repos" downloads the list of stuff and their dependencies. Actually installing involves it downloading an archive, extracting it, looking at some special file that describes it (list of files, version, hash...), doing verification stuff, checking if dependency constraints are met (again, involves database mathematics...), adding the info of the package to the "installed" database then just extracting the entire archive EXCEPT the describing/meta/special/whatever file(s) right into your root. Or whatever you told it is root.

    You can make a tiny bootable Linux by literally extracting some critical packages from, for example, Alpine Linux, using your average GUI archive viewing tool.

    OpenRC & SystemD

    "Well, the difference being, one is a j*b and the other is mental sickness" - RED Sniper, Team Fortress 2

    OpenRC is an init system. It's a system that starts (inits) different programs meant to be ran all the time (daemons).

    SystemD is a suite of software. It has a few fucktons of components. Although in the context of an init system they mean the init system SystemD comes with. It may not be that bad by itself, but the other components are often poor in quality and/or resource heavy. Most distributions ignore most of them by default. And yet, everything is relying on them to the point where people who don't want the entirety of SystemD had to rewrite SystemD's components for themselves, and not the other way around.

    Wayland

    Protocol with a few fucktons of extensions, like X11. For putting stuff on a screen.

    Difference is that X11 has functions for drawing lines and circles and shit and everything kinda went around that, which is useful with 2D accelerated hardware (if you enable it in the driver) but everything really recent (2016?) isn't so it's pointless there. It's also decades old. And window manager (and often compositor, thing doing transparency effects and stuff) is separate.

    The very base of Wayland is basically a program asking for a new window and then it just has to draw stuff there itself, while extensions handle stuff like negotiating clipboard. (spoiler: if you don't have a clipboard manager there is no "clipboard", pasting something asks the program you copied from so if you closed that you don't have it). It also has HDR. Shitty but HDR. Unfortunately the progress on that is slow, because it's the @redhat.com email people dictating all the specs and making countless meetings about them of course, and everyone else just sits and listens to their bullshit. Oh, and server/compositor/wm is all one single program (although a project called "wlroots" provides most of the "server" part as a piece of code devs can copy paste). Anyways, KDE Plasma/kwin is the most feature complete server out there, although I personally "outgrowed" from it if that makes sense

    Hyprland

    Some kid made a Wayland server. Pretty ok quality (!!! relatively). Originally wlroots but later it's own thing ("hyproot"). It's meant for "eyecandy" shit setups, not a fan of that, ew gross, although to each their own kinks. BUT to get the stereotypical """eyecandy""" one has to either (1) spend their entire free time on fucking with configuration files and installing everything or (2) get someone else's giant ass script which compiles stuff from 16 guthib repos and then freshly extracts you a 2 gig .config directory. Lots of the time people end up turning their bar/desktop/whatever into a fucking web browser, like it's MicroWin from SoftDows. Knowingly or from a dependency for some stupid AUR package that doesn't read like it would do that by name, like "hyprpanel-git". I am not going to link an example of the dependency, it's aylurgithubioags if you really want to look at that. I hope moss grows on walls of everyone who did that knowingly and actually liked it.

    As for me personally, I used it for a while but just never installed a bar or anything. Turned off the shaders, the wallpaper, the splash, the rounding stuff, the borders, and... "Hey, get me a Hyprland with NOTHING". So yeah. Later there was some really fucking annoying shrodenbug, I rage quit and switched to sway-git. It also has HDR nowadays, tho you gotta bind keys for turning it on/off because screensharing sucks. Just like at "home", on WinSoft from MicroDows.

    20 YEARS AND I LEARNED FUCKING NOTHING

    Never too late I guess.

    spoilerwas thinking BSD nowadays because I don't exactly trust Torvalds with LLMs and shit, apart from bloat

    DSL! Such a classic.

    [–] Lushed_Lungfish@lemmy.ca 2 points 1 hour ago

    Ah yes the college of "Fuck it, we ball".

    [–] mazzilius_marsti@lemmy.world 3 points 2 hours ago

    not only i rawdogged linux, i used a rolling distro with a lot of questionable security decisions (eherm.... Manjaro) during grad school.

    ... no idea how that laptop survived grad school but it did...

    [–] Hiro8811@lemmy.world 2 points 2 hours ago* (last edited 2 hours ago) (1 children)

    You don't need to read books, most stuff can be found in the Arch Wiki

    Arch wiki is great

    [–] atk007@lemmy.world 1 points 2 hours ago* (last edited 1 hour ago)

    Well the first time I ran Linux was in 99-2000, before I had proper internet (one needed to buy these prepaid dialup cards and winmodems wouldn't work on Linux), so actually had to buy a book 'The Linux Bible'. Used that book a lot, especially in the early days to troubleshoot LILO (Before GRUB) bootloader and configure dual boot. Of course, once internet was readily available, online search / forums replaced those books. Last book I bought was about redhat/mandrake rpm packaging.

    [–] myyass@lemmy.world 2 points 2 hours ago

    I was like 13 when I installed Red Hat and I totally needed to use the book it came with because I had no idea what I was doing.

    [–] rumba@lemmy.zip 4 points 3 hours ago

    Linux almost needs continuing education courses. New shit comes out, and if you don't try it in the next 5-7 years, you'll end up getting it anyway.

    [–] limelight79@lemmy.world 1 points 3 hours ago

    It was either that or study the material for grad school.

    [–] agent_nycto@lemmy.world 6 points 5 hours ago (2 children)

    You shouldn't have to take a class for an operating system...

    [–] Doom@lemmy.world 3 points 3 hours ago

    You can use it without learning additional skills, but to truly know what's going on with any operating system that requires higher knowledge. I'm including windows, mac, android, linux, etc in this. If we could fully understand technology by touching it tech support wouldn't need to exist. Nor would the insane number of overpriced certifications.

    [–] InnerScientist@lemmy.world 2 points 4 hours ago (2 children)

    ...So we should use android? Maybe chromeos?

    I've had windows classes in school, I've later learned how to configure Windows and Linux servers. Windows starts simple and isn't easy to customize away from the default configuration. Linux starts difficult but doesn't grow as quick in complexity. Both shouldn't be configured that far by most users though and the basic usage of both has similar complexity.

    Why do you think an operating system shouldn't have classes? From what I'm hearing around the workplace(though thats biased) more people should have basic computer knowledge and they even get training time allocated for in-house training courses.

    Basic computer knowledge is the answer here. Concepts in OS'es and software are reused over and over and are common to most vendors/platforms. Partitions/Partitioning.. etc. All basic knowledge. The fine details don't make sense without it.

    [–] agent_nycto@lemmy.world 0 points 4 hours ago (1 children)

    If you want to take a class on a system to get into the stuff under the hood, that's fine, but you shouldn't have to take a class for like, basic operations. Saying "this starts difficult and stays that way" isn't a good selling point for people to use your system.

    [–] InnerScientist@lemmy.world 1 points 3 hours ago* (last edited 20 minutes ago)

    Saying "this starts difficult and stays that way" isn't a good selling point for people to use your system.

    Both shouldn't be configured that far by most users though and the basic usage of both has similar complexity.

    Edit: To be honest the actual difficulty of a system also depends on what you do with it. Windows at work and Linux at work both require only a basic understanding of how to use the OS to use effectively. Basic usage and restarting it if something isn't working correctly. At home you're more involved with actually installing the software that you use, the system settings and Updates/when they happen. Linux makes installing software safer due to the repos preventing the easy virus downloads and windows makes drivers for some windows only hardware work without complex setup. Assuming we're buying a PC that ships with Linux drivers will work though that's what I assume your average person using Linux would use (as in the average person uses a PC with the OS it is shipped with).

    [–] DonutsRMeh@lemmy.world 8 points 6 hours ago

    Thank you Microsoft for forcing me to learn how to use and maintain Linux.

    [–] EatMyPixelDust@lemmy.blahaj.zone 15 points 8 hours ago (2 children)

    Plot twist: there's books and classes on just about everything

    [–] LeftReddit2@lemmy.world 1 points 6 hours ago (1 children)

    You mean I can read books and take classes on eating ass!?

    [–] moonburster@lemmy.world 1 points 4 hours ago

    I mean, probably. But doing it seems more fun

    No, people who refuse to read books or take a course from someone who might know what they're doing are inferior!

    [–] itsjustachairmary@lemmy.world 11 points 9 hours ago (2 children)

    Im just waiting till shit breaks and then panicking like a normal person

    [–] adarza@lemmy.ca 1 points 3 hours ago

    fake it 'til you ~~make~~break it.

    [–] anarchy79@lemmy.world 2 points 7 hours ago (1 children)

    The fact that Linux is so easily reinstalled has really been a hinder in my journey towards learning to actually fix the problems that would prompt a reinstall.

    Over decades I have come to love the dark crypt of arcane spells that is GRUB rescue env.

    yeah EFI booting solved a lot of boot problems and made them fixable in a way they never were with legacy BIOS

    [–] Naho_Zako@piefed.zip 3 points 6 hours ago (1 children)

    I kinda started by rawdogging it, but it was just because I wanted to go further into my privacy journey and use Linux to get away from Windows telemetry. I knew to start on an easy kinda foolproof distro, so I picked Fedora Silverblue cause it's atomic. But after figuring out it's REALLY hard to tinker with when trying to use some slightly obscure software/make certain tricks work, I just switched to reg Fedora and never looked back.

    A few months later I took a Linux course at my college, and I loved it, although it focused more on Cybersecurity and administration stuff rather than just basic Linux usage and how to get around. We we're solely in the terminal, nothing about LibreOffice or the like. It was also a Kali VM we were using, which makes sense for the purposes of the class.

    But taking that class really made it easier for me to be confident with the CLI, and it also helped give me Ubuntu/Debian knowledge to make managing my Proxmox easier. So while I could've definitely "rawdogged it", having a structured environment to fuck up in but also get someone else to help you was great.

    [–] JcbAzPx@lemmy.world 2 points 3 hours ago

    Yeah, I would imagine most classes would concentrate on supporting headless server systems over learning any particular gui. They're more the kind of thing meant to be put on a job application than to teach for personal use.

    It warms my heart that after your journey you realized there is still so much more to learn.

    Many would leave it there and call themselves an expert

    I learned by looking shit up on internet forums. Still kinda dawg shit at it though.

    [–] friend_of_satan@lemmy.world 5 points 9 hours ago

    I love that your friend told you about it. Everybody needs friends like that.

    [–] Wfh@lemmy.zip 13 points 11 hours ago* (last edited 11 hours ago) (1 children)

    Rawdogging gang represent!

    I started in the late 90's with a Mandrake CD from a magazine. No internet meant nothing more than "this is interesting but I can't do anything with yet".

    Then in school we were given a PC, an internet connection and we burned a Debian 3 CD. I became expert at reinstalling it because at the time it was the "simplest" way to unfuck what I fucked up.

    Then I just winged it at work and learned a lot.

    Then I just moved every system at home to Linux. Never looked back.

    Sometimes I feel I still know nothing. But then, when asked to do any administrative task on Winslop/macOS that I know can do in a few seconds on Linux, I feel so hapless and inefficient that I feel it must amount to something.

    [–] nothingcorporate@lemmy.today 2 points 2 hours ago

    I also started with Mandrake! I couldn't believe something so great could be completely free!

    [–] swooper@lemmy.world 4 points 9 hours ago

    About 20 years ago a friends dad saw potential in Linux and bought us one of those fat learn linux books with a cd on it. We read a little, tried installing it, but all we wanted to really do is play Age of Empires (so we reverted to Win xp)

    Now im diving in and learning linux hands on again for fun, 4/6 computers are now converted.

    [–] OR3X@lemmy.world 63 points 17 hours ago (5 children)

    Around 2006 I watched a video on YouTube of a guy showing off Pendrive Linux booting from a USB drive and it blew my mind that you could run an entire OS from a lowly USB drive. I then made my own and used it to play games on the computers at my middle school and have been unfortunately addicted to Linux ever since. Later on in my 20s I took a Linux class in college and my professor was really impressed I already knew so much about Linux. 8 years of "brute forcing it" taught me quite a bit. Now I'm a jaded network administrator and have also settled on Mint because the last thing I want to do in my free time is fix my own fucking computer.

    [–] forbiddencherry@lemmy.today 1 points 6 hours ago

    Back in the day tomsrtbt was similarly inspiring. It could boot from a single 3Β½" floppy. Always kept one around as a rescue disk.

    [–] wreckedcarzz@lemmy.world 8 points 11 hours ago

    ❌ Fixing (your) computers for free

    βœ… Fixing (other) computers for money

    load more comments (3 replies)
    [–] hansolo@lemmy.today 5 points 10 hours ago (1 children)

    Pink guy should be "Me who asks Claude to fix the things I broke asking ChatGPT what to do."

    [–] Funkt4st1c@lemmy.world 5 points 8 hours ago (1 children)

    Ask chatgpt how to install a local model and quit stealing our water and paying a garbage company for garbage answers.

    [–] LeftReddit2@lemmy.world 5 points 8 hours ago (1 children)

    I assume their answer is taking the piss, but seriously tho. Local LLMs are amazing. I have one in my router whenever I need anything. Using them shows just how much you give away when you use cloud based ones because they will tell you what data they collect.

    I waste no water and no electricity but my own and it feels good.

    [–] hansolo@lemmy.today 3 points 7 hours ago

    My answer was taking the piss, it at least I thought it was.

    [–] anarchy79@lemmy.world 1 points 7 hours ago

    It should be the other way around.

    I didn't learn Linux. I was born in it, molded by it.

    [–] rtxn@lemmy.world 10 points 13 hours ago (4 children)

    Arch Linux is the best* beginner distro.

    (* as long as you're willing to learn how to un-fuck whatever you've fucked up.)

    load more comments (4 replies)
    [–] captainlezbian@lemmy.world 1 points 7 hours ago

    Then there's me who didn't learn it, I just use it

    load more comments
    view more: next β€Ί