-
Automating the Creation of QEMU Archlinux Images from Scratch
In this tutorial I will show how we can automate the installation of Archlinux into a newly created qcow2 image using Qemu. I will present two different methods. One uses a chroot environment from an existing linux host system and the other one creates the Archlinux installation from a standard Arch Live CD inside Qemu.
-
Howto list all running QEMU VMs for a project
Today I played around a bit with QEMU/KVM. At first I tried to use libvirt as the abstraction layer to hide QEMU, but a few weeks ago I had already read that some user had stability issues with libvirt compared to QEMU without libvirt. Additionally, during my tests for simple use cases I found the QEMU command line API much simpler than the libvirt XML definitions.
-
Meine Server-Neuinstallation: Eine Mini-Übersicht
Auf meinem bestehenden Server hat sich einiges an Unsinn angesammelt und außerdem wollte ich von Debian auf Arch Linux wechseln. Einen neuen Server von der Hetzner-Serverbörse wollte ich mir nicht holen, sondern den bestehenden behalten. Ein fließender Umzug von einem laufenden Server auf einen neuen bereits laufenden Server war somit nicht möglich, sondern ich musste alle notwendigen Daten sichern, den Server plattmachen und dann neu einrichten.
-
Themenüberblick zu Effiziente Graphenalgorithmen der Fernuni Hagen
Die Vorlesung Effiziente Graphenalgorithmen der Fernuni Hagen basiert auf dem Buch “CATBox: An Interactive Course in Combinatorial Optimization”. Das Buch ist in seiner Form sehr mathemathisch geschrieben, d.h. es basiert überwiegend auf einer Abfolge von Definitionen, Sätzen, Lemmata, Beweisen und Folgerungen.
-
Installing cgit with Nginx on Debian
cgit is a web view for git repositories that is widely used and quite simple to install. This is just a brief overview over installation of cgit with Nginx on a Debian system, because I had to make a few adjustments.