Skip to content

Instantly share code, notes, and snippets.

View Dagimal's full-sized avatar
👨‍💻
[dagimal@K4tsu ~]$

Daffa Gifari Akmal Dagimal

👨‍💻
[dagimal@K4tsu ~]$
View GitHub Profile
@Dagimal
Dagimal / kvm-on-ubuntu.md
Created July 22, 2025 16:32 — forked from mikejoh/kvm-on-ubuntu.md
KVM on Ubuntu 20.04 using (Ubuntu) cloud images

Running virtual machines on KVM and Ubuntu 20.04 using (Ubuntu) cloud images

  1. Check: egrep -c '(vmx|svm)' /proc/cpuinfo
  2. Check: sudo kvm-ok
  3. Install:
sudo apt update
sudo apt install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virt-manager cloud-image-utils
  1. Add yourself to the libvirt and kvm groups:
@Dagimal
Dagimal / README-Template.md
Created February 9, 2021 15:52 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites