Note: The packages ebtables, dnsmasq, bridge-utils might not be needed.
pacaur -S uml_utilities qemu virtmanager virt-manager-qt5 ebtables dnsmasq bridge-utils
Change the group= line to group="kvm".
| ### 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" \ |