Skip to content

Instantly share code, notes, and snippets.

View joshskidmore's full-sized avatar

Josh Skidmore joshskidmore

View GitHub Profile
### Keybase proof
I hereby claim:
* I am joshskidmore on github.
* I am joshskidmore (https://keybase.io/joshskidmore) on keybase.
* I have a public key ASDwCHva8Yp6uWuxpf-tzt8KQuFBj4b16gSdpM5pSZw8pAo
To claim this, I am signing this object:
#!/usr/bin/env bash
# automatically authenticate at a "Google Starbucks" location
mac=$(cat /sys/class/net/wlp*/address)
ap=$(ip neigh|grep "$(ip -4 route list 0/0|cut -d' ' -f3) "|cut -d' ' -f5|tr '[a-f]' '[A-F]')
curl \
-X POST \
--header "host: sbux-portal.appspot.com" \

qemu + libvirt Install on Arch

Install Packages

Note: The packages ebtables, dnsmasq, bridge-utils might not be needed.

pacaur -S uml_utilities qemu virtmanager virt-manager-qt5 ebtables dnsmasq bridge-utils

Edit /etc/libvirt/qemu.conf

Change the group= line to group="kvm".