Giter Club home page Giter Club logo

myvmware-tools's Introduction

Instructions for setting up a working development VM Fusion image

Here I'll find some of the steps I did when setting up VMware fusion for development. They've been collected using an Ubuntu 14.04; hopefully they'll be useful for other versions as well.

Authentication

Set up ssh on the target image

sudo apt-get install openssh-server
scp [email protected]:/Users/zaccaria/.ssh/id_rsa.pub /home/zaccaria/.ssh/authorized_keys
sudo restart ssh

test it with:

Folder sharing

VMWare tools suck. To set up folder sharing, I've used sshfs in this way:

On the Mac:

mkdir /Volumes/Ubuntu
sshfs [email protected]:/home/zaccaria /Volumes/Ubuntu

Environment setup

To setup the env, we'll use ansible with the playbook in the ansible directory:

cd ansible
ansible-playbook deploy.yml -i host-list.ini -K

where:

  • -K asks for the sudo password.
  • -i specifies the target host(s)
  • deploy.yml is the top level deployment file

Git setup

scp ~/.gitconfig [email protected]:/home/zaccaria
scp ~/.gitignore_global [email protected]:/home/zaccaria

myvmware-tools's People

Contributors

vzaccaria avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.