Managing VMware Workstation under Linux from Command line without GUI
<< More Gists: https://gist.github.com/MinaMikhailcom >> * To runs a VMware guest without GUI: vmrun -T ws start /path/to/vm.vmx nogui * To stop a virtual machine: vmrun -T ws stop /path/to/vm.vmx nogui * Pause: vmrun -T ws pause /path/to/vm.vmx nogui * Unpause: vmrun -T…