q es un script python que uso para levantar rapidamente una máquina con debian 10,11,12, ... Indico el tamaño del disco, la versión de debian y la password de root y en unos segundos tengo una máquina arrancando lista para usarse.
Go to file
fanta 59aa3c673d notas 2023-10-04 09:11:31 +02:00
LICENSE Initial commit 2022-07-08 13:19:26 +02:00
README.md notas 2023-10-04 09:11:31 +02:00
q.py sin verbose 2023-09-28 11:53:48 +00:00

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.
  • ...