Skip to content

Instantly share code, notes, and snippets.

@lpohl
lpohl / keybase.md
Created February 14, 2020 11:46
keybase.md

Keybase proof

I hereby claim:

  • I am lpohl on github.
  • I am lpohl (https://keybase.io/lpohl) on keybase.
  • I have a public key ASDSN5AP42x4D19nXro3wSQoNidz-zEwv02ti8j1qqgUhAo

To claim this, I am signing this object:

@lpohl
lpohl / keybase.md
Created February 14, 2020 11:34
keybase.md

Keybase proof

I hereby claim:

  • I am lpohl on github.
  • I am lpohl (https://keybase.io/lpohl) on keybase.
  • I have a public key ASDSN5AP42x4D19nXro3wSQoNidz-zEwv02ti8j1qqgUhAo

To claim this, I am signing this object:

#!/bin/sh
# Sample /etc/qemu-ifup to have bridged networking between qemu instances and your real net
# You need "youruser ALL=(root) NOPASSWD: /etc/qemu-ifup" in /etc/sudoers
# You also need enough rights on /dev/tun
BRIDGE=br0
if [ -z "$1" ]; then
exit 1
fi
if [ $UID -ne 0 ]
then