vmware 初始化配置
xhost si:localuser:root && sudo modprobe -a vmw_vmci vmmon && sudo systemctl start vmware-networks.service && sudo systemctl start vmware-usbarbitrator.service && sudo systemctl start vmware-hostd.service
1) reboot or load vmw_vmci and vmmon kernel modules (modprobe -a vmw_vmci vmmon)
2) Enable the services you need:
vmware-networks.service: to have network access in VMs
vmware-usbarbitrator.service: to connect USB devices inside VMs
vmware-hostd.service: to share VMs on the network