…and it went very smoothly. I installed on a spare PC for now, but I could absolutely see this becoming my daily driver. I’m mostly surprised at how snappy and responsive it is, even on 10 year old hardware!

  • TrueStoryBob@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    8 hours ago

    Me too! Just replaced my eight year old (and bear to crap) Chromebook with a corporate hand-me-down laptop that I stole got when they ordered new laptops! Just played around with both Mint and Ubuntu for a couple weeks and I’ve seriously loved it.

  • Squiddork@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    9 hours ago

    I hope you find it a suitable replacement, I haven’t used Windows in years thanks to Linux.

    My advice, the good documentation on parts of Linux is quite literal it’s best not to skim over sections. Sometimes the authors choice of words will infer answers to questions you might have.

    A bit of competency in the shell/command line will go a long way, being able to view hardware (lsblk, lspci) mount drives, traverse the filesystem (ls, cp, mv, chmod etc) and a few of the basic commands for example

    This should give you the ability to:

    1. Back up all your important data from a live environment in the event that your distro is completely borked before reformatting

    2. Gives you solid foundations to learn more in-depth parts of Linux if needed, access to internal documentation (man pages etc) from the shell itself is useful too.

    Don’t be afraid to dive in, it’s hard to break things learning the basics if you’re not root.

  • SeventySeven@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    15 hours ago

    I am going to distro hop and experiment with it a bit more before I make the switch, I haven’t thought about things such as my peripherals being incompatible under Linux until I tried it for myself. I couldn’t use some of the buttons on my mouse (Logitech G502) to change things such as the DPI/sensitivity, and my headset (Arctis Novo Pro Wireless) also had similar issues, both of which use software that is only made for Windows. :(

  • ProfThadBach@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    23 hours ago

    I have mint on two laptops and I want to install it on my desktop but right now I have too much work to do and can not get a couple of days to install it and set it up the way I want. I have a lot of files I need to move first.

    • The Picard Maneuver@piefed.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      22 hours ago

      Moving all of my files was my holdup too. I had to set up some backup storage before I could consider Linux on any of my machines. Then, there was a lot of back and forth while I was paranoid about forgetting something. That step took a while.

  • Deflated0ne@lemmy.world
    link
    fedilink
    English
    arrow-up
    13
    ·
    1 day ago

    My biggest hangup (so far) is modding games.

    Nexus is built for Windows. CDPR’s RedMod is too.

    It’s probably not that big a deal. I’m just shit at all this stuff. I’m not a coder. I don’t even know what the fuck sudo means. But I have a very loose grasp on using it. With a moderate amount of help from the internet. Usually.

    • JunglisticFunkateer@lemmy.world
      link
      fedilink
      arrow-up
      11
      ·
      1 day ago

      Nexus is building a new version of its app, and the new one has Linux support (native app).

      It’s not yet a full replacement, and at the moment only supports a few select games, but eventually it’ll expand to the full catalogue.

    • Statick@programming.dev
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      1 day ago

      Closest comparison I can give of it is… It’s like clicking “Yes” when the User Account Control (UAC) popup appears on Windows when you’re installing stuff. That’s you, as an admin, confirming you want to perform whatever action is being performed.

      sudo ... is perform an action/command as an admin.

      As for the mods. A lot of the time it’s a matter of taking the files you downloaded, and dropping them in the game directory (or a directory within the game directory).

      Once you do it manually once, you’ll see it’s pretty straight forward and you don’t really need the mod managers.