• Marighost@lemm.ee
    link
    fedilink
    arrow-up
    12
    arrow-down
    2
    ·
    3 months ago

    I anticipate switching to a full Linux setup once I build my new PC, hopefully later this year. I can’t see myself even unwillingly buying pirating buying Windows.

    Any tips for when that day comes?

    • Ashtefere@aussie.zone
      link
      fedilink
      arrow-up
      14
      ·
      3 months ago

      Go slow, pick an easy distro like pop OS and take it easy.

      If its for gaming, even https://nobaraproject.org/ is great as it has a lot of gaming optimisations.

      Remember, Linux with a GUI is not more complicated than windows with a GUI, you have just spent your whole life learning the windows one.

    • AVengefulAxolotl@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      3 months ago

      For windows you dont need to buy it, you can activate it using microsofts own tools, its on github (dont remember its name right now.)

      As for linux, i would recommend openSUSE Tumbleweed, it is fresh, and the best part about it is that whenever you update the system, it creates a snapshot, so if the update had some kind of undesired sideeffects, you can just startup the old version. (These snapshots only effect the system’s packages, your apps will keep their state iirc. My brother uses tumbleweed and he is very content with it.)

    • naptera@feddit.de
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      A very important one besides backing up your files is that you should more or less stop searching the web for applications to download and install. You should first try to use your package manager (read the wiki of your distribution to know which one it is and how to search for and install software with it). If you miss some applications from Windows, you could have a good chance to look for alternatives at sites like https://www.opensourcealternative.to/

      Do not fear the terminal too much. I know, Windows tried to make it as dreadful as possible to use, but if you do not run sudo rm -rf / (deletes your whole filesystem), there is not much that can go awfully wrong. And you should only execute commands you understand. If something does go wrong however, it is a good thing to have a backup ready (I would recommend Pika Backup or Vorta, both based on the great CLI application borg)

      For things that are not explained in the wiki of your distro, you have a pretty good chance to find a good explanation and even troubleshooting tips at the Arch Wiki (e.g. I use Void Linux and still search for most things at the Arch Wiki). It is also good to read some parts of the manual pages if you did not find enough information at the Arch Wiki (the command man is your friend) and the software’s wiki page if it exists.

      If you ever find yourself in the editor vi or vim, type :q and press enter to quit until you feel the need to potentially invest a lot of time in learning vim movements to increase your editing speed and you never want to go back. Use nano, micro or a graphical app at first instead and keep using it if you are not someone who edits text a lot.