My daughter is starting a college computing course next month and has been told they will be using linux.

She has a fairly recent, last 5yrs or less I think, intel macbook but knows nothing about linux or vm’s.

I advised her to install Ubuntu in a VM when she asked about it, she asked how to do this. Initial thought is Virtualbox but I’ve not used MacOS since well before it became MacOS nor used VirtualBox in many years, have heard of new shiny new things like UTM, Parallels & VMWare.

Is it a reasonable suggestion to just use VirtualBox? Is there a better option?

Bit of a dad moment; “Just install Linux and then I can help you”, “But how do I install Linux dad?”

    • cnnrduncan@beehaw.org
      link
      fedilink
      arrow-up
      4
      ·
      11 months ago

      Yeah Parallels was so simple that I could figure out how to make and run VMs using it when I was 11 years old!

  • dan@beehaw.org
    link
    fedilink
    arrow-up
    8
    ·
    11 months ago

    I am partial to a dedicated throwaway laptop because I have had the displeasure of accidentally blowing away my VM image’s code files on a roll-back, which is harder to do on bare metal. The biggest lesson learned their was to immediately learn how to use a remote server for code repository and push to dev branches often.

    • uzay@beehaw.org
      link
      fedilink
      arrow-up
      5
      ·
      11 months ago

      Neat thing I learned recently: create and attach a second virtual disk for data, set it to writethrough mode in virtualbox. That way it is excluded from snapshots and rollbacks.

  • Max-P@lemmy.max-p.me
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    11 months ago

    Does she need a GUI VM?

    If not, multipass from Canonical is pretty great to spin up quick headless Ubuntu VMs on macOS.

    Otherwise, UTM is definitely my second choice.

      • Max-P@lemmy.max-p.me
        link
        fedilink
        arrow-up
        3
        ·
        11 months ago

        I guess also depends what they’ll be doing. She could in theory install XQuartz and run GUI apps over SSH but that might become more complicated.

        If they’re gonna do networking and stuff I’d maybe also get into VirtualBox just because networking in VirtualBox is easier to deal with. UTM is kind of like using libvirt on Linux, it relies on the host to do a bunch of stuff like bridges and firewalls whereas VirtualBox just handles most of it internally and has a nicer GUI for it.

        • SnailMagnitude
          cake
          OP
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          11 months ago

          Is it reasonable to advise someone who is new to this stuff on MacOS to just installl Ubuntu on VirtualBox?

          • Max-P@lemmy.max-p.me
            link
            fedilink
            arrow-up
            6
            ·
            11 months ago

            VirtualBox is tried and true and a safe bet. Not the fastest, Oracle hasn’t particularly been interested in maintaining it, but everyone knows how to use it, and you won’t run out of tutorials on how to use it.

  • r1veRRR@feddit.de
    link
    fedilink
    arrow-up
    5
    ·
    11 months ago

    Does she even need Linux? 99% of things that run on Linux will also run on MacOS (or have a MacOS version). If you need a VM, Virtualbox is good enough. I’d recommend Ubuntu, simply because that’s what most people use, ergo you’ll find tutorials/information for every little aspect of it.

  • thecitywelivein@lemm.ee
    link
    fedilink
    arrow-up
    5
    ·
    11 months ago

    Virtualbox all the way. That way, she can still run her day to day apps in macOS while only using virtualbox for the class. And here’s the best part - once she reaches the point where she knows the setup she likes, she can create a new VM and set it up cleanly and delete the old one. I would only use the boot camp option if she will need to connect to hardware. VirtualBox can be finicky when it comes to USB devices.

  • Brkdncr@kbin.social
    link
    fedilink
    arrow-up
    4
    ·
    11 months ago

    The school may have edu licenses for a macOS hypervisor product that makes it cheap or free. The teachers may recommend something. Ask the school first.

  • Ramune@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    11 months ago

    I’m running a Win11 ARM VM on UTM and it’s been flawless. Can’t imagine it would do worse with a less demanding OS.

  • NightDice@feddit.de
    link
    fedilink
    arrow-up
    4
    ·
    11 months ago

    Does she actually need Linux or is using a unixoid OS fine? A lot of the time installing homebrew (or whatever the package manager was called) on MacOS can suffice for several use cases.

    Other than that, if you’re not needing apple exclusive software on it, installing Linux on the Macbook can be a good option.

    If you definitely want virtualization, go with VirtualBox

  • cnnrduncan@beehaw.org
    link
    fedilink
    arrow-up
    2
    ·
    11 months ago

    Parallels is hardly shiny and new lol - messing around with it on my dad’s work mac was my introduction to virtual machines back in 2008!

  • BobaFuttbucker@reddthat.com
    link
    fedilink
    arrow-up
    2
    ·
    11 months ago

    VMware Fusion has a free version for personal use for one VM. IMO it’s the most polished, and the recent tech preview supports video acceleration (really pretty graphics) and super fast drag n drop for easy and fast file sharing between Mac and Linux.

    UTM or Virtualbox would be the best alternatives, these have no limitations and are completely free but lack some of the polish and stability present in Fusion.

  • Nuuskis9@feddit.nl
    link
    fedilink
    arrow-up
    2
    ·
    11 months ago

    If possible, buy an old Thinkpad for 50-100 bucks and install on a real hardware for the best experience.

    I have no experience with any Mac hardware, but Virtualbox has improved a lot during the years. It won’t have accelerated graphics, but still fast and responsive.

    • fades@beehaw.org
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      11 months ago

      At that point, don’t buy a damn thing and simply partition the HD and dual boot it so both OSX and Linux run natively. That’s what I did way back when in uni

    • SnailMagnitude
      cake
      OP
      link
      fedilink
      arrow-up
      5
      ·
      11 months ago

      I’m not sure there is a need to run linux on bare metal, or carry around a second laptop.

      • B0rax@feddit.de
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        Just so you know, running it on bare metal on an Intel Mac is also quite easy using Bootcamp (which is preinstalled and guides you through the install process)

  • abhibeckert@beehaw.org
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    11 months ago

    Have you asked the school?

    Because if it’s server side Linux… then Docker is the way to go. It will run Linux inside a very light weight virtual machine that you barely even know is running at all.