For me it’s PeppermintOS.

I started my Linux adventure a few years ago, and haven’t owned a Windows PC since.

I currently use Arch on my main rig, and I wanted to install Linux on two old laptops that I found laying around in my house

I then remembered the first distro I ever used, which is PeppermintOS, and I was amazed at the latest updates they released.

They even have a mini ISO now to do a net-install with no bloat, with a Debian or Devuan base.

Sadly, I believe the founder passed away a few years ago, which is why I was really happy to see the continuation of this amazing project.

  • @Pat_Riot
    link
    18 months ago

    Writing music and making files for my 3d printer is most of what I do with a computer anymore. What I’m not trying to do is make a separate hobby of OS trialing. I’m worried I won’t be able to find drivers for my audio interface, hell I’m running it on an old Win7 driver in Win10 now. Payday is Friday, and I will be ordering a second SSD to quarantine this experiment on. For now I read and pester random folks on the Internet for opinions. I appreciate your suggestions, for sure.

    • danielfgom
      link
      fedilink
      English
      28 months ago

      What you need to do is install Oracle Virtual box on your pc.

      Then download a Linux distribution: I’d recommend Linux Mint

      Install it virtually on Virtualbox.

      Then connect your audio equipment to the pc and in Virtualbox use the menu to send that device from Windows to Linux.

      Look for the menu called devices or something like that. It will just the various inputs it sees eg. Usb, SCSI, aux etc and you can select that and then select the attached device. That will send the device signal to Linux.

      Then see if you can see the device in Linux.

      If not research whether you need a driver or a particular application. The best place to ask about drivers is from the device manufacturer. If they don’t exist anymore then Google it. Eg Linux driver for [device name] or Ubuntu driver for [device name]

      If you can get it to work then you’re set and you can install Linux as your main OS. or just use it in the VM. If there are no drivers and it doesn’t work, stay on Windows.

      Just be aware it’s the device manufacturer that should make the driver, whether for Windows or Linux. Sometimes the Linux community will make their own driver if the OEM doesn’t. I haven’t seen that happen on Windows. On Windows if the OEM doesn’t make one, you either use an old one or get a new audio device 🤷

    • Captain Aggravated
      link
      fedilink
      28 months ago

      I’m not as familiar with music/audio production, but I’ve done a lot of 3D printing from a Linux system.

      For slicing, you’re spoiled for choice. The only one I’m aware of that doesn’t at least try to support Linux is Formlabs; Slic3r, Cura, PrusaSlicer, even Simplify3D offer Linux versions.

      For modeling, Blender runs well on Linux if you’re of that persuasion. For engineering CAD, pretty much the only first-class citizen is FreeCAD, which is powerful if a bit of a pain in the ass. You can also use OnShape because it’s browser-based, but they’re trying to be Solidworks especially in price. I have seen Fusion360 in Ubuntu’s Snap store, but haven’t tried to use it.

      • @Pat_Riot
        link
        28 months ago

        I run blender and cura, so it sounds like I’m covered there and that’s encouraging.