Skip to main content

VMware Workstation Player: Notes

VMware Workstation Player 17

Download VMware Workstation Player free at https://www.vmware.com/go/downloadworkstationplayer

You CAN create virtual machines with VMware Workstation Player, but you can run only one virtual machine at a time. For comparation with VMware Workstation Pro, go to https://www.vmware.com/products/workstation-player.html.

Host Operating Systems (64-bit)

  • Ubuntu 14.04 and above
  • Red Hat Enterprise Linux 6 & above
  • CentOS 6.0 and above
  • Oracle Linux 6.0 and above
  • openSUSE Leap 42.2 and above
  • SUSE Linux 12 and above

Guest Operating Systems

More than 200 operating systems are supported, including:

  • Windows 10
  • Windows 8.X
  • Windows 7
  • Windows XP
  • Ubuntu
  • Red Hat
  • SUSE
  • Oracle Linux
  • Debian
  • Fedora
  • openSUSE
  • Mint
  • CentOS

Popular posts from this blog

nmap - The Network Mapper

WARNING : It is ILLEGAL to scan hosts without permission.

VMware Workstation: vmrun.exe

Using vmrun.exe to manage VMs on VMware Workstation

Linux command: lspci

Linux command: lspci - list pci devices tuyendq@ubuntu001:~$ man lspci NAME        lspci - list all PCI devices SYNOPSIS        lspci [options] DESCRIPTION        lspci is a utility for displaying information about PCI buses in the system and devices connected to them.        By  default,  it  shows a brief list of devices. Use the options described below to request either a more verbose output or output intended for parsing by        other programs.        If you are going to report bugs in PCI device drivers or in lspci itself, please include output of "lspci -vvx" or even better  "lspci  -vvxxx"  (however,        see below for possible caveats).        Some  parts of the output, especially in the highly verbose modes, are probably intelligible only to experienced PCI hac...