Skip to content

Instantly share code, notes, and snippets.

View mestizo's full-sized avatar

Patrick Harrison mestizo

View GitHub Profile
@mestizo
mestizo / gmigrate2.sh
Created March 5, 2021 11:22
script for Carey
#!/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
}
@mestizo
mestizo / README.md
Last active July 21, 2016 13:39
FreeSwitch Dashing Widget

FreeSwitch Widget

##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)

Keybase proof

I hereby claim:

  • I am mestizo on github.
  • I am mestizo (https://keybase.io/mestizo) on keybase.
  • I have a public key whose fingerprint is 5742 CF45 8C44 C521 84E1 4111 B2AE ADA5 1E7A F7FF

To claim this, I am signing this object:

@mestizo
mestizo / gist:9167834
Last active February 27, 2023 22:39
Completely disable IPv6 on OSX
#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