View com.adobe.Acrobat.Pro.plist
<?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>10</key> | |
<dict> | |
<key>AVAlert</key> | |
<dict> | |
<key>Checkbox</key> | |
<array> |
View freenode_osx_server_log_aliases.sh
alias osx_server_today="open http://osx.michaellynn.org/freenode-osx-server/freenode-osx-server_\$(date +%Y-%m-%d).html" | |
alias osx_server_yest="open http://osx.michaellynn.org/freenode-osx-server/freenode-osx-server_\$(date -v-1d +%Y-%m-%d).html" | |
function osx_server_search { | |
open http://osx.michaellynn.org/freenode-osx-server/search.php\?keyword\=${1} | |
} |
View a.xml
<?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>downloadables</key> | |
<array> | |
<dict> | |
<key>fileSize</key> | |
<integer>180040642</integer> | |
<key>identifier</key> |
View jenkins_build_instaup2date.sh
# assumes jenkins user is in sudoers | |
# assumes you have some InstallerDiscs available in /var/jenkins/discs | |
# assumes you'll clean up the workspace before the job starts, so that the svn checkout won't complain about a symlink where it expects a directory | |
# provide a TERM to satisfy instaUp2Date | |
export TERM=xterm | |
# get InstaDMG source | |
svn checkout http://instadmg.googlecode.com/svn/trunk instadmg-svn |
View adobe_air_suppress_crap.sh.sh
#!/bin/sh | |
AIRPATH="$HOME/Library/Application Support/Adobe/AIR" | |
if [[ ! -d "$AIRPATH" ]]; then | |
mkdir -p "$AIRPATH" | |
fi | |
echo 99 > "$AIRPATH/eulaAccepted" | |
echo 1 > "$AIRPATH/updateDisabled" |
View getBoardIds.py
#!/usr/bin/env python | |
# run from the same directory that contains the munkiwebadmin database, | |
# with the app's virtualenv activated (ie. 'source /paht/to/env/bin/activate') | |
import sqlite3 | |
import plistlib | |
import sys | |
from django.utils.encoding import smart_str | |
from pprint import pprint |
View adobe_air_suppress_crap.sh
#!/bin/sh | |
AIRPATH="$HOME/Library/Application Support/Adobe/AIR" | |
if [[ ! -d "$AIRPATH" ]]; then | |
mkdir -p "$AIRPATH" | |
fi | |
echo 99 > "$AIRPATH/eulaAccepted" | |
echo 1 > "$AIRPATH/updateDisabled" |
View Java7_Oracle_u13.xml
<?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>testing</string> | |
<string>production</string> |
View Java7_manifest_condition.xml
<dict> | |
<key>condition</key> | |
<string>(os_vers_minor >= 7 AND os_vers_patch >= 3) OR (os_vers_minor >= 8)</string> | |
<key>optional_installs</key> | |
<array> | |
<string>Java7_Oracle</string> | |
</array> | |
</dict> |
View Profile_AdobeAcrobatProAndReader_Settings.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>PayloadContent</key> | |
<array> | |
<dict> | |
<key>PayloadContent</key> | |
<dict> | |
<key>com.adobe.Reader</key> |
OlderNewer