Coder Social home page Coder Social logo

createvm.sh's Introduction

createvm.sh

Create VMware virtual machines from the command line.

This is an old project I moved from Google Code to here :)

createvm.sh is a script written in bash. With createvm you can create a VMware virtual machine with one command. It was made to automate the process of creating Virtual Machines.

It supports a couple of command line parameters which allow you to configure the VM you are creating.

Examples

Here are some examples:

Create an Ubuntu Linux machine with a 20GB hard disk and a different name
createvm.sh ubuntu -d 20 -n "My Ubuntu VM"
Silently create a SUSE Linux machine with 512MB ram, a fixed MAC address and zip it
createvm.sh suse -r 512 -q -m 00:50:56:01:25:00 -z 
Create a Windows XP machine with 512MB and audio, USB and CD enabled
createvm.sh winXPPro -r 512 -a -u -c
Create an Ubuntu VM with 512MB and open and run it in vmware
createvm.sh ubuntu -r 512 -x "vmware -x"
Create 10 VM's with a custom name and MAC address
for VM_ID in `seq -w 01 10`; do  ./createvm.sh winXPPro -y -n Workstation-$VM_ID -m 00:50:56:01:01:$VM_ID; done

createvm.sh's People

Contributors

beeman avatar waterkip avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

createvm.sh's Issues

Project future

This was a pet-project some years ago and at this point I'm not sure what do do with it.

@waterkip Finally I moved this script to GitHub. Are you still using it? Is there still need for the Python-specific branches?

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.