Linux is interesting to me, but I’ve never dipped my toes into it because it seems really intimidating (and a lot of loud people act pretty snobbish about it towards non-Linux users, making it seem even more intimidating to get into; I’d rather not be bullied for my choices in software or my ignorance in others).

It seems so complicated to me, and there’s so many types, and so much lingo that I’m not versed in, so that when I consider getting into it I just feel so overwhelmed I can’t even think.

My understanding of Linux is bare bones to say the least. I understand it’s highly customizable. I understand it’s a lot of manual work, though, at least… it sounds like it? From what I’ve seen people say, it seems like you need to remember a lot of codes and functions to do basic things unless you install interfaces for things? Again, I’m really ignorant about this stuff, so excuse my lack of proper terminolgy and such.

I also am under the impression that Linux isn’t the greatest for most games? Or at least, that’s what I heard a lot years ago, I don’t know if it’s still true (or if it was even true back then). If that’s still a thing, is it because Windows is just what everyone defaults to when designing software? How viable is gaming on Linux?

And how does one even… go about setting up Linux? How do you choose what er… version? Type? Ah, distro? Again this… terminology is foreign to me, I’m not fully sure what I’m saying. Would I have to whipe a laptop of Windows to install Linux on it? How would I do that?

I am fascinated by the concept of Linux but like I said, there’s just so much. I have ADHD and Autism and combined, the whole idea of jumping into this is so goddamn overwhelming to consider figuring it out all by myself.

Sorry if this is out of place, by the way.

ETA: Thanks for all the help so far everyone. I’m gonna start playing with various distros using an older laptop of mine. I bought it real cheap and used a few years ago and it has mainly just been used as my own personal tv that only plays Whose Line Is It Anyways? with Drew Carry every moment of every day, virtually nonstop… and the poor thing can do that on Linux just fine, too.

ETA2: After backing up the Whose Line episodes off the laptop, I tested out Ubuntu using virtual box on my regular laptop but it didn’t entice me much, so I searched for something else and found “Live Window Maker”, a uh, fork(? is that the right term?) of Debian and installed it onto the laptop. So far, successful! I havent explored it much since I finished my backup last night and installed the distro before I left for work, but I’m excited to start playing with it. I really enjoy the classic windows interface styling of this one, so I’m looking forward to playing with it.

  • f00f/eris
    link
    English
    9
    edit-2
    10 months ago

    I understand it’s highly customizable.

    That is true, it’s one of the main benefits to using Linux!

    I understand it’s a lot of manual work, though, at least… it sounds like it? From what I’ve seen people say, it seems like you need to remember a lot of codes and functions to do basic things unless you install interfaces for things?

    That depends. Most Linux distros come with all the necessary interfaces for those basic things by default, but a few will require you to set them up with the command-line interface (CLI). It’s just a good idea to learn CLI commands because they’re more reliable, more consistent across distros, and often required for advanced things or for troubleshooting.

    IMHO, the main challenges of Linux are:

    • Having to make configuration choices that Windows and OS X make for you (distros can go a long way in this regard, but you still have to choose a distro)
    • Having to install Linux, configure it, and solve problems yourself. (Basically, you use it at your own risk. If you run into issues, I recommend asking a friend, or failing that, asking on one of the many available Linux support forums (like this one) and chatrooms.)

    On the other hand, Linux is easier to use in some ways:

    • Distros typically provide software repositories (basically app stores) which are better curated than those of Windows or OS X. They can negate the need to search online for downloads, and make it easy to update the system at your convenience.
    • Viruses and malware for Linux are extremely rare.
    • There are fewer restrictions on what you can do with your computer, which makes customization much easier. There are no ads, nags, “premium editions”, or other commercial BS in Linux.

    I also am under the impression that Linux isn’t the greatest for most games? Or at least, that’s what I heard a lot years ago, I don’t know if it’s still true (or if it was even true back then). If that’s still a thing, is it because Windows is just what everyone defaults to when designing software? How viable is gaming on Linux?

    IMO, quite viable, thanks in large part to Valve’s efforts with SteamOS and the Steam Deck. A lot of games have official support for Linux now, and those that don’t run pretty much seamlessly through one or both of the Windows compatibility layers, Wine and Proton. Linux used to be pretty bad for gaming, but I think it’s close to on par with Windows now. It’s arguably even better for emulators.

    And how does one even… go about setting up Linux? How do you choose what er… version? Type? Ah, distro? Again this… terminology is foreign to me, I’m not fully sure what I’m saying. Would I have to whipe a laptop of Windows to install Linux on it? How would I do that?

    A “distro” is basically a version of Linux. More precisely, the operating system we call “Linux” or sometimes “GNU/Linux” is really just a bunch of disparate pieces of software that together could make an operating system, and a “Linux distro” is an operating system pieced together from those parts.

    As for the choice of distro, I wouldn’t overthink it. There’s a small chance your hardware won’t be supported by a given distro, or the install process will be more “hands-on” and difficult, but that applies to only a minority of distros. I personally am fond of Debian, though it’s a more “power user” oriented distro and can be hard to install; you might find one of its derivatives, like Q4OS or Linux Mint easier to set up.

    There is a way to “dual-boot” Linux alongside Windows, but it can be unreliable, and you will need to partition your hard drive to give them both dedicated space. There are tutorials for this that you can look up easily, but unless you really need Windows, “wiping your hard drive” will be the smoother option. Back up anything important first, and then (on most distros) the installer will make it easy; you’ll likely just have to select your hard disk and an option to erase it. If you just want to try Linux without making it your main OS, I recommend installing it a virtual machine, such as Oracle VirtualBox or VMWare Player.

    I have ADHD and Autism and combined, the whole idea of jumping into this is so goddamn overwhelming to consider figuring it out all by myself.

    Speaking as a fellow autistic, I think the ability to hyperfixate helped me a lot with Linux, haha. But it is a lot, so I don’t blame you for being overwhelmed. As I said, once the setup is finished it’s quite easy to use, and the more advanced stuff, you can learn as you go along. So don’t worry too much.

    I hope this wasn’t too long/hard to understand for you. Feel free to message me if you need help getting set up with Linux, or need clarification on what I’ve said. I love helping people with stuff like this.