I hate Microsoft and Windows, I want to choose better AND more importantly, see what all this fuss about Linux being awesomest is about

  • Nibodhika@lemmy.world
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    2 days ago

    I know you want to move away from Windows, but trying to choose something completely different might be a bad idea, you’re already unfamiliar with the system also being unfamiliar with the way to interact with stuff might be a bit too much. That being said I don’t think any of the largest DE mentioned would be a problem, so look at pictures and choose on what you think looks best.

    As for distro lots of people recommend Mint and I’ll back that up, although I haven’t used it in years it was my go to distro to give new users as it was very plug and play.

    And the two recommendations I always give new users are:

    • Keep / and /home in separate partitions, this allows you to format your system, change distro, or whatever without losing your personal files.

    • As much as possible use the package manager, googling a program and downloading an installer is 99% of the time the wrong way to install stuff and a major cause of problems for new users.

    • epicstove@lemmy.ca
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      A note about the package manager: Mint, and most other distros have a GUI software centre. Kinda like an app store. So you can search for an app there, find it, and install it.

      Linux mint also comes with flatpak but apps installed from the software centre default to the .deb version.

    • SqueakySpider@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      When you mention putting the

      /home
      

      elsewhere, that’s something I do when setting up a distro install? I can’t recall from the last time I did a system install of mint. Sounds extremely helpful so I would like to do it next time

      • Nibodhika@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        Yes it is. I mean, you should be able to do it later, but if you have to ask how it might be better not to risk it since that would involve resizing your root partition. If however you have a secondary disk you want to use for it it’s just a matter of adding a new entry to /etc/fstab (which the UI installer in Mint and others allows you to do with a nice UI instead of having to write the file manually). Although bear in mind that mounting a disk on top of an existing folder will mask the contents of the folder, so you won’t be able to access the files that were there before. Long story short you can move the files over to the new disk first, them add the fstab entry and it should work, for future installations you can set this during the installer, same way you create a different partition for /boot, in Linux partitions are mounted to folders and they work as if they were in that location for all intents and purposes.