Giter VIP home page Giter VIP logo

virtual-box-testing's Introduction

Various unorganized links relevent to the shotgun approach to attempting to get this working:

https://www.virtualbox.org/wiki/Downloads#:~:text=VirtualBox%206.1.30%20platform%20packages

SDK Programming Guide can be downloaded here https://www.virtualbox.org/wiki/Technical_documentation#:~:text=The%20%C2%A0SDK%20Programming%20Guide%20of%20the%20current%20VirtualBox%20release

Download the zipped VirtualBox SDK https://www.virtualbox.org/wiki/Downloads#:~:text=VirtualBox%206.1.30%20Software%20Developer%20Kit%20(SDK)

  • Unzip the contents
  • Open up a command prompt in Administrator mode.
  • In Administrator Command Prompt, navigate to the unzipped directory, then inside the sdk\installer subdirectories.
  • Run python vboxapisetup.py install.

Attempted to install Python Version 3.5.4 on local machine https://www.python.org/downloads/release/python-354/

Notes on how to use regular VirtualBox GUI https://www.youtube.com/watch?v=sB_5fqiysi4

StackOverflow question: https://stackoverflow.com/questions/70709131/how-can-i-set-up-a-virtualbox-interface-using-a-python-library-in-2022

Virtual Box Testing

This repository represents an examination and evaluation of various Virtual Box python libraries.

About The Project

This repository serves as a short demonstration of steps that could be taken to demonstrate the use of VirtualBox wrapped functions.

Background

This project attempts to implement the following activities related to Virtual Machine management:

Provided the name of a virtual machine, restart the virtual machine.

(Hypothetical) Installation steps

  1. Open the command line on your local machine.

  2. Enter the following command to use Git to clone this repository to your local machine.

git clone https://github.com/asa-leholland/virtual-box-testing.git
  1. Enter the following command to use Pip to install this repository's dependencies.
pip install -r requirements.txt

Usage

To run the VirtualBox Testing project, open the command line, navigate to the installation folder and run the following commands:

python3 -m venv .venv
.\.venv\Scripts\activate
python3 -m pip install --upgrade pip
pip install -r requirements.txt
python3 main.py

Contact

Asa LeHolland - [email protected]

Project Link: https://github.com/asa-leholland/virtual-box-testing

Acknowledgements (TODO: update with above links once confirmed working)

Additional Options

Azure Virtual Machine Management may be an option, but requires the Azure SDK which requires an Azure account and subscription. https://github.com/Azure-Samples/virtual-machines-python-manage

https://azure.microsoft.com/en-us/free/free-account-faq/

virtual-box-testing's People

Contributors

asa-holland avatar

Watchers

 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.