I’ve wanted to go over to Linux for a long time but I have no idea how to go about it. I hear about incompatibility problems with hardware and all the different options for different Linux OS’s and that’s it, I forget about it for a while to avoid the headache.

So where do I start? I don’t even know how to choose hardware or what to look for. The number of options with Linux makes things a little confusing.

And although others here have answered the question before, I’m unsure what I have to do to stay ‘safe’ on Linux. Are there extra steps or is it just the standard, don’t open dodgy links and turn off Java script in the PDF viewer kind of thing? Does Linux come with a trustworthy firewall/antivirus/malware detection? Is there a chance of Linux e.g. sending my passwords, etc, to someone or just letting someone into my harddrive? I hear that ‘open source’ means people can check the code but how do I know if someone has checked the code—I wouldn’t know what to look for myself.

I followed the Linux subreddit but the users the can be rather… enthusiastic, which is great, but I need something far more basic to get started lol.

Is there a good step-by-step guide somewhere? Or can anyone give me some pointers/tips/advice?

I mainly browse, type, and read pdfs and other text files. No gaming, although I wouldn’t be opposed to it. No need to be mobile; laptops are terrible for my back so I always use an external monitor, anyway, so I won’t be using it ‘on the go’.

Edit: Thanks for all the advice. I got a machine up and running from a bootable USB.

Any others who read the comments here because they’re interested in trying out Linux – if you have Windows installed and want to keep it on your HDD/SSD, partition your drive within Windows. Then boot from the USB. You can partition your drive (and keep Windows) from the bootable USB but it’s a bit more complicated and it makes it harder to create a swap partition and a storage partition. I had to go back and forth a few times to figure this out.

  • whoami@lemmygrad.ml
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    1 year ago

    for your use case almost any linux distro will work. Pick one of the bigger ones, so support is easier to find. Debian is my personal favorite.

    To stay “safe” on linux just keep your software up to date and don’t click on any shady links online and you’ll be fine.

    For hardware literally just google your hardware + linux and you’ll get an idea of what’s supported.

    • redtea@lemmygrad.mlOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Is that vanilla Debian? (Do people say that?) Or a different distro that’s built on Debian?

      If I did need a driver e.g. for the WiFi card, are they easy to install?

      • whoami@lemmygrad.ml
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        2
        ·
        1 year ago

        the honest answer re: any type of hardware and linux is to google it. I know that’s not a great answer, but it’s true.

        Debian is an OS. The official release is Debian stable. You probably heard “vanilla” debian in reference to the fact that there are many linux distros based on it. The only updates are security updates. So some people that the software is older. But everything works.

        I use a combo of stable and unstable (called sid). Sid is what the developers use. I don’t have a problem with it, but it’s not for first time users.

        Here’s a little explainer:

        https://www.debian.org/releases/

        I would recommend using Debian stable at first. There’s a little learning curve, but once you get used to it you’ll be fine.