Having fun while upgrading Debian 10 to 11. Continue reading
Tag Archives: Debian
Build and Install OpenLens on Linux
We are migrating from Lens to OpenLens. Continue reading
Install Kubernetes Cluster with Ansible
We are going to install a Kubernetes control plane with two worker nodes using Ansible. Continue reading
Basic Python Script to Log in to Website Using Selenium Webdriver
Using Selenium for automated website testing. Continue reading
Dirty COW (CVE-2016-5195): Recompile Linux Kernel 4.2 with the Fix Applied
Dirty COW (CVE-2016-5195) is a privilege escalation vulnerability in the Linux kernel. Continue reading
Configure Public Bridge Guest Networking in KVM on Debian Jessie
Bridged networking allows KVM guests to connect to the outside network through the physical interface, making them appear as normal hosts to the rest of the network. Continue reading
Getting Started with KVM on Debian Jessie
KVM is a full virtualisation solution for Linux on x86 (64-bit included) hardware containing virtualisation extensions, Intel VT or AMD-V. It consists of a loadable kernel module that provides the core virtualisation infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. Continue reading
Xen Live Migration with DRBD on Debian Jessie: Part 3 – DRBD
The following is part 3 of a 3 part series that goes over installation and configuration of Xen live migration with DRBD.
This article covers a installation and configuration of a DRBD resource. Continue reading
Xen Live Migration with DRBD on Debian Jessie: Part 2 – DomU
The following is part 2 of a 3 part series that goes over installation and configuration of Xen live migration with DRBD.
This article covers a creation of a Debian guest domain (domU virtual machine) which we will later use to migrate between the two Xen hosts. Continue reading
Xen Live Migration with DRBD on Debian Jessie: Part 1 – Dom0
We have two Debian Jessie servers which we are going to configure as Xen hosts (domain 0) and implement live migration via DRBD. The main goal of this project is to test Xen live migration. Continue reading