fix ubuntu update problem
after ubuntu update kernel verison, vmware 15.1.0 couldn’t start

follow the tips (https://www.cnblogs.com/gaowengang/p/11276919.html)

  1. #change the workstation-15.1.0 verison as your own vmware version
  2. $ git clone -b workstation-15.1.0 https://github.com/mkubecek/vmware-host-modules.git
  3. $ cd vmware-host-modules
  4. $ tar -cf vmmon.tar vmmon-only
  5. $ tar -cf vmnet.tar vmnet-only
  6. $ sudo cp -v vmmon.tar vmnet.tar /usr/lib/vmware/modules/source/
  7. $ sudo vmware-modconfig --console --install-all