zoukankan      html  css  js  c++  java
  • How to mannuly configure vmtools in VM-Ware?

    How to mannuly configure vmtools in VM-Ware?

    How to mannuly configure vmtools in VM-Ware?

    After install the latest version of Ubuntu(15.04) in VM-Ware, the vm-tools failed to install automatically, I wrote down the instructions I followed to get the tool working.

    1. In a working copy of a installed linux vm, select "Install Vmtools" options in VM, which will mount the latest version of vmtools;
    2. Copy the files to the newly installed machine, in this case (Ubuntu 15.04);
    3. Extract and execute the installation script;
    4. Configure the shared folders:
      4.1 sudo apt-get install open-vm-dkms; (if this command failed to install the target package, use software center to search that package); 4.2 Add the following line to the /etc/init.d/open-vm-tools file:
    sudo mount -t vmhgfs .host:/ /mnt/hgfs

    Author: wujingcqu

    Created: 2015-06-03 Wed 23:25

    Emacs 24.4.1 (Org mode 8.2.10)

  • 相关阅读:
    从输入url到页面加载完成都发生了什么?
    JS 获取和监听屏幕方向变化(portrait / landscape)
    圣杯布局的几种情况
    闭包的使用 — 点击列表项输出项目索引
    论文笔记:dropout
    论文笔记:蒸馏网络(Distilling the Knowledge in Neural Network)
    ng-深度学习-课程笔记-17: 序列模型和注意力机制(Week3)
    ng-深度学习-课程笔记-16: 自然语言处理与词嵌入(Week2)
    ng-深度学习-课程笔记-15: 循环序列模型(Week1)
    Ubuntu安装dlib后import出现libstdc++.so.6: version `GLIBCXX_3.4.21' not found
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4551744.html
Copyright © 2011-2022 走看看