Approaching the end of window 10 and have no plans on upgrading to 11.

I am trying to find alternatives to applications I regularly use before jumping ship (it is mostly a gaming focused pc) any suggestions?

There’s oculus software for my vr but don’t know what I’m going to do with that

Small update: probably going to do Linux mint as that appears to be the most beginner friendly

Update two: that’s a lot of comments, and Thanks for all the info

  • dan@upvote.au
    link
    fedilink
    arrow-up
    11
    ·
    edit-2
    7 days ago

    Most VPNs support Wireguard, which is built in to Linux. If your VPN provider doesn’t have a Linux app, you can usually usually download a Wireguard config file from them and use it on Linux. You can import a WireGuard config into NetworkManager using a command like:

    sudo nmcli connection import type wireguard file /tmp/example.conf
    

    Then it should appear in the network list in KDE / GNOME / whatever other desktop environment you’re using.