User Tools

Site Tools


documentation:debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
documentation:debian [2020/02/01 12:50] luciddocumentation: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 ''/sbin/usermod'' instead. 
- 
-As opposed to Ubuntu 18.04, Firefox is ESR instead of latest. 
- 
- 
-=====How to install QEMU/KVM===== 
-https://linuxhint.com/install_kvm_debian_10/\\ 
-The above link is pretty much exactly how you would want to go about installing qemu. The exact instructions are written below. 
- 
-Install qemu. 
-<code> 
-$ sudo apt install qemu qemu-kvm qemu-system qemu-utils 
-</code> 
- 
-Install libvirt to manage VMs. 
-<code> 
-sudo apt install libvirt-clients libvirt-daemon-system virtinst 
-</code> 
- 
-Check to see if the libvirt daemon is running, if it is not, start it. 
-<code> 
-$ sudo systemctl status libvirtd 
-</code> 
- 
-Enable the default network, check if it is on and enabled to autostart. 
-<code> 
-$ sudo virsh net-list --all 
-$ sudo virsh net-start default 
-$ sudo virsh net-autostart default 
-</code> 
- 
-Install libvirt-manager 
-<code> 
-$ sudo apt install libvirt-manager 
-</code> 
documentation/debian.1580561422.txt.gz · Last modified: 2021/06/18 16:36 (external edit)