zoukankan      html  css  js  c++  java
  • Ubuntu下手动安装VMware Tools步骤

    To mount the CD image and extract the contents:

    1. Power on the virtual machine.
    2. Log in to the virtual machine using an account with administrator or root privileges.
    3. Select:

      For Fusion: Virtual Machine > Install VMware Tools.
      For Workstation: VM > Install VMware Tools.
      For Player: Player Manage > Install VMware Tools.

      Note: If you are running the light version of Fusion, a version of Workstation without VMware Tools, or VMware Player, you are prompted to download VMware Tools before they can be installed. Click Download Now to begin the download.

    4. Open the VMware Tools CD mounted on the Ubuntu desktop.
    5. Right-click the file name that is similar to VMwareTools.x.x.x-xxxx.tar.gz, click Extract to, and select Ubuntu Desktop to save the extracted contents.

      The vmware-tools-distrib folder is extracted to the Ubuntu Desktop.

    To install VMware Tools in Ubuntu:

    1. Open a Terminal window. For more information, see Opening a command or shell prompt (1003892).
    2. In the Terminal, run this command to navigate to the vmware-tools-distrib folder:

      cd Desktop/vmware-tools-distrib

    3. Run this command to install VMware Tools:

    4. sudo su - (完全切换到了root用户的环境变量,没有-:仍为原用户的环境变量,具体区别:http://www.cnblogs.com/haichuan3000/articles/2123633.html)
    5. sudo ./vmware-install.pl -d

      Note: The -d switch assumes that you want to accept the defaults. If you do not use -d, press Return to accept the defaults or supply your own answers.

    6. Enter your Ubuntu password.
    7. Restart the Ubuntu virtual machine after the VMware Tools installation completes.
  • 相关阅读:
    装饰器
    目录和文件操作
    网络通信过程
    epoll并发
    laravel(包含lumen)框架中的跨域函数实例
    windows使用nginx
    nginx反向代理配置 其实很简单
    前端html页面使用marked点亮你的代码
    PHPWAMP开启SSL,PHPWAMP配置ssl证书
    php接收并存储base64位字符串图片
  • 原文地址:https://www.cnblogs.com/zhonghuasong/p/4882110.html
Copyright © 2011-2022 走看看