Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SupportedBoardIds</key>
<array>
<string>Mac-031B6874CF7F642A</string>
<string>Mac-F2268DC8</string>
<string>Mac-F22587C8</string>
<string>Mac-50619A408DB004DA</string>
@erikng
erikng / AdobeFontFix-1.1.plist
Last active August 29, 2015 14:18
Possible Fix for Office 2011 / Adobe CS 6
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>autoremove</key>
<false/>
<key>catalogs</key>
<array>
<string>production</string>
</array>
@erikng
erikng / EnabledSystemIdentifiers
Created May 6, 2015 14:15
Yosemite 10.10.3 Model Identifiers
<key>EnabledSystemIdentifiers</key>
<array>
<string>iMac7,1</string>
<string>iMac8,1</string>
<string>iMac9,1</string>
<string>iMac10,1</string>
<string>iMac11,1</string>
<string>iMac11,2</string>
<string>iMac11,3</string>
<string>iMac12,1</string>
@erikng
erikng / AdobeReader1-1.mobileconfig
Created May 18, 2015 17:26
AdobeReader-1.1.mobileconfig
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadIdentifier</key>
<string>org.ybiybi.profile.adobereader</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
@erikng
erikng / gist:1a21f2fb7ec8b1c58ef0
Created June 4, 2015 19:36
com.apple.RemoteManagement.mobileconfig
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadIdentifier</key>
<string>org.company.profile.remotemanagement</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
@erikng
erikng / gist:6bc1c1d8c94383b0fd08
Last active August 29, 2015 14:23
cosxip_yoyo_vs_elcap
10.10.3 R2
<key>receipts</key>
<array>
<dict>
<key>packageid</key>
<string>com.apple.pkg.BaseSystemBinaries</string>
<key>version</key>
<string>10.10.0.1.1.1429034296</string>
</dict>
@erikng
erikng / output.txt
Created July 9, 2015 13:37
BoxEdit Silent
/Volumes/Box\ Edit\ Installer/Install\ Box\ Edit.app/Contents/MacOS/Box\ Edit\ Installer -silent
2015-07-09 08:34:41:914 Box Edit Installer[14255:513] XXX ================== Starting up ================== XXX
2015-07-09 08:34:41.925 Box Edit Installer[14255:2856902] Failed to connect (errorWrapUpLabel) outlet from (BXDialogsViewController) to (NSTextField): missing setter or instance variable
2015-07-09 08:34:41:927 Box Edit Installer[14255:513] Checking for file at: file:///Applications/Box%20Edit.app
2015-07-09 08:34:41:927 Box Edit Installer[14255:513] Checking for file at: file:///Library/Internet%20Plug-Ins/Box%20Edit.plugin
2015-07-09 08:34:41:927 Box Edit Installer[14255:513] Checking for file at: file:///Users/vm/Library/Application%20Support/Box/Box%20Edit/Box%20Edit.app
2015-07-09 08:34:41:927 Box Edit Installer[14255:513] Checking for file at: file:///Users/vm/Library/Internet%20Plug-Ins/Box%20Edit.plugin
2015-07-09 08:34:41:927 Box Edit Installer[14255:513] Checking for file at: file:///Users/vm/L
#!/usr/bin/python
# http://wallreborn.com/wp-content/uploads/2015/05/cool-desktop-backgrounds-8-Cool-Wallpaper.jpg
# is a pretty sweet example to try with
# Then run this script from the Terminal :)
import multiprocessing, time, os.path, argparse, sys
parser = argparse.ArgumentParser(description='Sets the overlaid backdrop')
@erikng
erikng / bsexec
Created July 14, 2015 13:59
Yoyo vs ElYoyo
Yoyo
launchctl bsexec `ps auwwx |grep [l]oginwindow | awk '{ print $2 }'` echo test
test
ElYoyo
launchctl bsexec `ps auwwx |grep [l]oginwindow | awk '{ print $2 }'` echo test
task_for_pid(): 0x5
@erikng
erikng / makefile
Created July 17, 2015 04:41
Luggage Example for Payload free
USE_PKGBUILD=1
include /usr/local/share/luggage/luggage.make
NO_PAYLOAD=1
TITLE=LuggagePayloadFreeExample
REVERSE_DOMAIN=org.yourorg.pkg
PAYLOAD= \
pack-script-postinstall