This article will show you how to install macOS Ventura with your Windows PC using VMware Workstation 17 Player
VMware
Create Mac OS VM on Windows Vmware
Download Unlocker and intall it from GitHub HERE Unzip the archive Open Power Shell as Administrator and navigate to the directory C:\Users\yourusername\Downloads\unlocker424\windows Run the following: Create a New VM. Choose Install Later. Choose Apple Mac OS X, Version 10.15 Name the virtual machine as you prefer like macOS Catalina. Click Browse then choose a location to save virtual machine … Read more
Install vmware tools on CentOS VM
Installing VMware tools in CentOS involves the following steps: Install the opem-vm-tools: Output: Reboot the server: Install with with the Vmware CD: Login to ESXi. Select the VM from the Virtual Machine list. Click the actions wheel for the warning message: Select Guest OS > Install Vmware Tools Run the mount command with no arguments … Read more
Find and Start/Stop VM on ESXI
How to find and Start/Stop VM on ESXI. SSH to the ESXI server. Stop a VM: Review to verify the VM is off: How to start a Guest VM from Command line: Get a list of VMs on a host using the command: NOTE: The important fields will be the the VMID of your desired … Read more
Manually Install or Upgrade VMware Tools in a Linux Virtual Machine
https://pubs.vmware.com/vsphere-50/index.jsp#com.vmware.vmtools.install.doc/GUID-08BB9465-D40A-4E16-9E15-8C016CC8166F.html
Windows 2012 virtual machines using E1000/E1000e driver experience loss of network connectivity
Source: https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2109922 Virtual machine loses network connectivity intermittently In the Windows Event Viewer (Expand Windows Logs and select System), you see entries similar to: Intel(R) 82574L Gigabit Network Connection Network link is disconnected or Intel(R) 82574L Gigabit Network Connection Network link has been established at 1Gbps full duplex This issue would occur in these environments: The … Read more
Vmware – Add a CentOS 6.5 VM
Login to vShpere File > New > Virtual Machine Select Custom, choose all thedefaults Select customize after creation
CentOS Linux install kernel headers to build vmware and vmon error
You don’t have development package for building kernel modules to match the kernel. It is required to build 3rd party modules such as vmware or graphics card drivers. There is a package called kernel-devel. This package provides kernel headers and makefiles sufficient to build modules against the kernel package. Login as the root, and use … Read more