Linux Harbour

Open Source Technology Media

Month: August 2018

How to manage KVM Virtual Machine

virsh is the administration tool of KVM virtual machine, for examples, starting up or shutting down VM operation, control and modify the virtual machine, etc. virsh can be used as an interactive command shell or direct execution with its sub-commands….

How to build KVM virtual machine on Ubuntu 16.04

KVM (Kernel-based Virtual Machine) is the virtualization solution supported on Ubuntu and other Linux distributions, it is added to mainstream Linux Kernel from version 2.6.20. QEmu is the complete KVM emulator.  Many cloud servers are running as virtual machines, its…