documentation:debian
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| documentation:debian [2020/02/01 12:50] – lucid | documentation:debian [2020/02/01 12:57] (current) – removed lucid | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======Debian 10 (Buster)====== | ||
| - | Creating groups with debian is weird, because it does not have the usermod utility mapped. you must execute ''/ | ||
| - | |||
| - | As opposed to Ubuntu 18.04, Firefox is ESR instead of latest. | ||
| - | |||
| - | |||
| - | =====How to install QEMU/ | ||
| - | https:// | ||
| - | The above link is pretty much exactly how you would want to go about installing qemu. The exact instructions are written below. | ||
| - | |||
| - | Install qemu. | ||
| - | < | ||
| - | $ sudo apt install qemu qemu-kvm qemu-system qemu-utils | ||
| - | </ | ||
| - | |||
| - | Install libvirt to manage VMs. | ||
| - | < | ||
| - | sudo apt install libvirt-clients libvirt-daemon-system virtinst | ||
| - | </ | ||
| - | |||
| - | Check to see if the libvirt daemon is running, if it is not, start it. | ||
| - | < | ||
| - | $ sudo systemctl status libvirtd | ||
| - | </ | ||
| - | |||
| - | Enable the default network, check if it is on and enabled to autostart. | ||
| - | < | ||
| - | $ sudo virsh net-list --all | ||
| - | $ sudo virsh net-start default | ||
| - | $ sudo virsh net-autostart default | ||
| - | </ | ||
| - | |||
| - | Install libvirt-manager | ||
| - | < | ||
| - | $ sudo apt install libvirt-manager | ||
| - | </ | ||
documentation/debian.1580561422.txt.gz · Last modified: 2021/06/18 16:36 (external edit)