Home:ALL Converter>Advice for running Linux Virtual Machine on Windows

Advice for running Linux Virtual Machine on Windows

Ask Time:2017-02-09T09:28:56         Author:climbx5

Json Formatter

I have a python application that I am currently operating in Windows (because I need to be able to send TCP commands to a 3rd party Windows application which is running on the same machine). However, I want to be able to use libgphoto2, which generally only runs on Linux machines. Is it possible to set up a virtual machine and run everything from a single computer? My Python scripts can currently be run from either Linux or Windows. An easy way to do this would be to have one computer with Windows which I control over TCP from a secondary computer running Linux...but this means that I will need 2 computers.

Any advice?

Author:climbx5,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/42126702/advice-for-running-linux-virtual-machine-on-windows
Marat :

Light solutions, just a Linux compatibility layer:\n\n\nlatest Windows has native Linux support\nfor older Windows versions, cygwin\nor mingw\n\n\nIf it doesn't work, you can resort to a real virtualization, e.g. VirtualBox.",
2017-02-09T01:46:12
yy