Skip to content

Instantly share code, notes, and snippets.

@rbhlinux
rbhlinux / kvm_live_migration.md
Created December 20, 2025 05:15 — forked from shikharvashistha/kvm_live_migration.md
Nested KVM Live Migration Demo (Single Host, Terminal-Only)

Nested KVM + Live Migration Setup

Complete Production-Grade Implementation

A tested guide for configuring nested KVM virtualization with live migration capabilities on Debian 12.


📌 Critical Requirements

This guide addresses lessons learned from real deployments:

@rbhlinux
rbhlinux / nginx-combine-access-logs.sh
Created June 5, 2022 22:33 — forked from jonlabelle/nginx-combine-access-logs.sh
Combine Nginx Access Log files into one file.
#!/usr/bin/env bash
set -e
##
# Combine all Nginx Access Log files, into one log file. Starting with the
# oldest log file(s) at the bottom, with the newest log file(s) on top.
#
# Useful for exporting into log analyzers, or bulk importing into tools like
# Splunk.