Skip to content

Instantly share code, notes, and snippets.

View grumpyshoe's full-sized avatar

Thomas Cirksena grumpyshoe

View GitHub Profile
List all dns-server:
scutil --dns | grep 'nameserver\[[0-9]*\]'
@grumpyshoe
grumpyshoe / android_hint.txt
Last active April 9, 2016 08:47
This is just a collection of my hints to remind myself. I this will help anybody, I'm happy ;)
Start AVD using comupters VPN tunnel:
emulator -avd <avd-name> -dns-server <IPs, comma seperated>
e.g. emulator -avd Nexus_5_API_23_x86 -dns-server 192.168.1.2,192.168.1.3