Skip to content

Instantly share code, notes, and snippets.

View eyemyth's full-sized avatar

Jay Thompson eyemyth

  • WGBH
  • Austin, TX
View GitHub Profile
# array
snippet array
<array>
${0}
</array>
# data
snippet data
<data>
${1}
</data>
@eyemyth
eyemyth / gist:4078687
Created November 15, 2012 13:34
Fix Crashplan
/usr/libexec/PlistBuddy -c "Set :ProgramArguments:4 -Xmx2048m" /Library/LaunchDaemons/com.crashplan.engine.plist
@eyemyth
eyemyth / gist:3002861
Created June 27, 2012 09:28
Rebuild local KDC
/usr/sbin/systemkeychain -k /Library/Keychains/System.keychain -C -f
rm -rf /var/db/krb5kdc # or selectively delete and edit kdc.conf
/usr/libexec/configureLocalKDC
@eyemyth
eyemyth / gist:1999989
Created March 8, 2012 09:43
Scan a network for a particular open port
sudo nmap -p 22 -open -v -oG - 192.168.1.0/24 | grep 22/open