##Preview
##Description
This is a Dashing widget and all components needed to displace call information into an Dashing Widget. (Widget has only been tested with FreeSwitch v1.4)
| #!/bin/bash | |
| set -x | |
| function usage() { | |
| ( | |
| echo "usage: $0 <auth-token> <group-address> <mbox-dir>" | |
| echo "To generate an auth token go to https://developers.google.com/oauthplayground/ and get an access token for Google Groups migration" | |
| ) >&2 | |
| exit 5 | |
| } |
##Preview
##Description
This is a Dashing widget and all components needed to displace call information into an Dashing Widget. (Widget has only been tested with FreeSwitch v1.4)
I hereby claim:
To claim this, I am signing this object:
| #To Get List of Hardware | |
| sudo networksetup -listallhardwareports | |
| #To Disable IPv6 on Wifi Adapter | |
| sudo networksetup -setv6off wi-fi | |
| #To Disable IPv6 on Built-in Ethernet Adapter | |
| sudo networksetup -setv6off Ethernet |