You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
592 B
Markdown

# q - lab of virtual machines with qemu
2 years ago
"q" is a script to quickly setup a lab of virtual machines to test things.
2 years ago
**Installation:**
<pre>
2 years ago
$ git clone http://git.56k.es/fanta/q ; cd q
$ chmod +x q.py
# cp -pRv q.py /bin/q
7 months ago
# chmod go+r /boot/vmlinuz-*
</pre>
2 years ago
2 years ago
**Dependencies:**
2 years ago
- qemu-system-x86_64
- libguestfs-tools
**SSH conection:**
7 months ago
<pre>
ssh root@0.0.0.0 -p 2222
</pre>
**Stop a VM:**
7 months ago
<pre>
init 0
</pre>
7 months ago
7 months ago
**TESTING**
Testing at the moment on:
7 months ago
- Debian 12
- Ubuntu 22.04
7 months ago
**TODO:**
7 months ago
- El menú no me termina de gustar, no tiene forma de ir atrás cuando entras a Run VM.
7 months ago
- ...