…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
    2
    ·
    edit-2
    2 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
    ·
    3 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.

  • A_Chilean_Cyborg@feddit.cl
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    9 hours ago

    Welcome aboard!

    Linux has it’s tradeoffs, you must accept that sometimes, in some cases, you may get somewhat inconvenienced, but in exchange, your computer is truly yours now, with time you learn to deeply appreciate that, also, people who develop desktop, usually want to do it so people who are normal, can use it, I’m not a technical person and have never had a problem I couldn’t fix, you just need to keep trying!.. or find your way around it, contrary to popular beliefs, a big chunk of the Linux community is eager to help new people, for sure there are people who are elitists and gatekeepers, but are a loud, obnoxious minority.

    Enjoy Linux!

    • The Picard Maneuver@piefed.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      9 hours ago

      Thanks! I think I’m willing to make that tradeoff. I also wouldn’t consider myself techy (as in, not a tech professional or anything), but I am pretty confident in my ability to google and figure stuff out.

      I’ve even run into my first issue now: It turns out that Realtek wifi USB devices don’t play well with Linux.

      • raspberriesareyummy@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        7 hours ago

        To save yourself some headache on the wifi front, I recommend - at least for non-Laptops - getting a repeater and hooking your computer up via Ethernet cable. Yes, WiFi does work, but it can be a major PITA.

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

          I might do that in the end, but I’ve already ordered a different one that is supposed to be more Linux friendly. The other one was falling apart anyway - I had to sort of bend it back together.

      • A_Chilean_Cyborg@feddit.cl
        link
        fedilink
        arrow-up
        3
        ·
        8 hours ago

        Googling is all you need (maybe change the search engine for a more privacy respecting one, like brave search or kagi, but still the same)

  • SeventySeven@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    9 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
    ·
    17 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
      ·
      16 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
    18
    ·
    24 hours 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
      16
      ·
      23 hours 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.

      • MonkeMischief@lemmy.today
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        4 hours ago

        “I heard them say we’ve reached Morrowind. I’m sure they’ll let us go.”

        Morrowind will always be wonderful to return to. I miss all the imaginative player house mods. OpenMW has been so AWESOME.

        Also:

        YoU wOuLdN’t StEaL a LiMeWaRe pLatTeR

    • Statick@programming.dev
      link
      fedilink
      arrow-up
      8
      ·
      edit-2
      23 hours 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.