Hi all,

As the title states, I’m interested in making the switch from Windows to Linux. I know absolutely nothing about Linux, other than that fact that there are distros that exist under Linux, and Linux itself isn’t an OS, or so I think.

I have 2 laptops and my main home office PC, which I use for my job and gaming.

My plan is to switch one of my laptops to a Linux distro, and test it out. This laptops only purpose is web browsing, so I figure getting Linux set up to do something as simple as opening a browser is something I am capable of.

Down the road, once I’ve sort of learned on this laptop, I may work my way up to using other distros and dual booting my main PC. Who knows, maybe I’ll even switch over completely prior to Windows 11 rolling out.

I’ve heard getting games to work with Linux can sometimes be a hassle, and can require some fiddling, so I won’t be doing gaming on a Linux distro until I feel quite comfortable.

So with the above context, I’m looking for recommendations on a distro I should use, any guides that any of you may have found helpful, and generally any insight on things I may need to be aware of.

I am fairly tech savvy (probably not compared to most of you), and am not afraid of tinkering with things until they work. Any help would be muchly appreciated, and if this isn’t the correct place to post, please let me know and point me in the right direction.

  • Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 hours ago

    First off you don’t want to be downloading things off the internet. Linux systems are build with packages so you install the packages you need. Flatpaks are also packages but they are sandboxed and often are much newer versions. You can install flatpaks as a local user or system wide.

    As far a security goes, securing Linux is actually a pretty complex topic. You could start by turning on the Firewall as on Linux Mint there is even a GUI for that.

    For serious security you want to setup mandatory access controls (MAC). This is a really complex topic but you might be able to use defaults. Basically what MAC does is it restricts apps to only have the access they absolutely need.