Skip to content

Instantly share code, notes, and snippets.

View plombardi89's full-sized avatar
🤔
Darwin. I Ching. Improvise. Adapt.

Philip Lombardi plombardi89

🤔
Darwin. I Ching. Improvise. Adapt.
View GitHub Profile
package main
import (
"bytes"
"context"
"crypto/x509"
"encoding/base64"
"encoding/pem"
"errors"
"fmt"
@khenidak
khenidak / nested-dev-env-azure.md
Created June 11, 2018 01:01
Create nested dev environment on Azure

Create a nested development envrionment on Azure VM. I use this for kernel specific sandboxes/dev. Admittedly, This is following my own quirky dev env. So apprach this with care.

What will you have:

  1. Separate virtual network for your sandbox
  2. QEMU (kvm enabled) vms running using this network
  3. Additional data disk aufs mounted for home directory (to move that disk to new vms if needed)

Steps