vtoolscd

Manage vitual machines, getting some informations (eg. OS).


License
GPL-3.0
Install
pip install vtoolscd==1.6

Documentation

vtools

GitHub license Author Version Language Python sys.platform supported On GitHub

Description

Manage vitual machines, getting some informations (eg. OS).

Required

  • choco/ apt
  • virtualbox (C:\Work\* if you are on windows)

Installation

  • choco (Windows) (as Administartor)
    • choco install vtools (Add -local if you want to install it only for the local user of the PC)
  • Ubuntu using apt:
    • sudo add-apt-repository ppa:castellanidavide/school -y; sudo apt update; sudo apt install vtools -y

Update

  • Windows (using choco):
    • choco upgrade vtools
  • Ubuntu using apt:
    • sudo apt update; sudo apt upgrade

Delate

  • Windows (using choco):
    • choco remove vtools
  • Debian/ Ubuntu using apt:
    • sudo apt remove vtools

Directories structure

  • .gitignore
  • setup.py
  • .github
    • ISSUE_TEMPLATE
      • bug_report.md
      • feature-request.md
    • workflows
      • on-push.yml
      • on-release.yml
  • choco
    • ReadMe.md
    • set.txt
    • vtools.nuspec
    • tools
      • chocolateyinstall.ps1
      • chocolateyuninstall.ps1
      • LICENSE.txt
      • VERIFICATION.txt
  • debian
    • vtools.1
    • vtools.c
    • Makefile
    • requirements.in
    • debian
      • changelog
      • compat
      • control
      • copyright
      • postinst
      • postrm
      • preinst
      • rules
      • source
  • docs
    • LICENSE
    • logo.png
    • README.md
  • flussi (example output(s))
    • net.csv
    • OS.csv
  • log (example log(s))
    • trace.log
  • requirements
    • requirements.txt
  • vtools
    • __init__.py

Execution examples

  • vtools

Output location

  • *.csv (if enabled) in the location where the code was lauched
  • *.log
    • C:/Program Files/vtools/* on Windows
    • ~/* on linux
    • current location (if you didn't lauch the code with the correct rights)

Made by Castellani Davide If you have any problem please contact me: