A python3 script to quickly setup a virtual machine lab
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
fanta 59aa3c673d notas il y a 7 mois
LICENSE Initial commit il y a 2 ans
README.md notas il y a 7 mois
q.py sin verbose il y a 7 mois

README.md

q - lab of virtual machines with qemu

"q" is a script to quickly setup a lab of virtual machines to test things.

Installation:

$ git clone http://git.56k.es/fanta/q ; cd q
$ chmod +x q.py
# cp -pRv q.py /bin/q
# chmod go+r /boot/vmlinuz-*

Dependencies:

  • qemu-system-x86_64
  • libguestfs-tools

SSH conection:

ssh root@0.0.0.0 -p 2222

Stop a VM:

init 0

TESTING

Testing at the moment on:

  • Debian 12
  • Ubuntu 22.04

TODO:

  • El menú no me termina de gustar, no tiene forma de ir atrás cuando entras a Run VM.
  • ...