I'm trying to figure out how to deal with software that's tied to my hardware, like Dragon Center for my MSI gaming laptop or HP Smart for my printer. Right now, these applications are holding me back from switching to Linux. Is there a way to use them on Ubuntu, or do I need to look for alternatives?
2 Answers
Honestly, Dragon Center for MSI is pretty awful, and you might want to skip it altogether. If you're looking to monitor your system, check out CPU-X, CoreCtl, and LACT—they'll help with GPU and CPU monitoring, and CoreCtl can even manage fan settings. For overall system resources, Btop is a great tool to keep an eye on your disks, RAM, and network activity.
For fan control, just use the BIOS. As for HP printers, you can use HPLIP, which is the official HP driver suite for Linux. Don't get too attached to those tools; there are solid alternatives out there that are way better! If you're into customizing lighting on your peripherals, I'm sure there's some open-source solution for that too, but I can't say for sure since I'm not into it myself.
Have you thought about using virtualization? If those programs don’t have a Linux version, that might be your best bet to run them while you experiment with Linux.
Do you think Wine could work with them instead?

Sounds like a plan! I'll definitely check out those alternatives.