(07-07-2018, 07:07 AM)mothered Wrote: (07-07-2018, 07:00 AM)Percent Wrote: (07-07-2018, 06:56 AM)mothered Wrote: Whilst I certainly agree, the Issue on my end Is compatibility with tools and applications- all are dedicated to the Windows platform.
Having said that, I do have Linux running on simultaneous VMs and given my hardware can well and truly accommodate It, there's minimal difference In functionality and stability to that of a physical machine.
You could even use Wine on Linux, which would most likely be able to run your Windows software.
Absolutely. I'm not sure whether every Windows application and tool can execute In Wine, though.
I've yet to delve Into the updates In Linux. Is It similar to that of Windows, whereby It's disabled with a click of the mouse? I assume (as you've mentioned), most Linux Distros do not require a reboot.
Most Linux distributions (Debian, for example) do not automatically update out of the box. You have to manually update them by executing commands in the terminal. In Debian, it is usually "apt full-upgrade" (preceded by "apt update" to update your sources list first) as root to upgrade all of your packages (system), and this tool is dependent on your sources list (your list of sources of where to obtain packages from, and therefore upgrades).
It is possible to make the system automatically upgrade in a scheduled manner, however. On Linux, if you truly wish to not receive any upgrades, just don't execute the commands needed to upgrade your system in the first place. For extra comfort, just delete (or erase the contents of) your sources file.