This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Requires: https://gist.githubusercontent.com/anonymous/5243199/raw/378974dc4155c07a797dd1d8f45e2a599707e133/Pypi.py | |
from Pypi import Installer | |
Installer('Flask', '0.10.1').install() | |
Installer('Werkzeug', '0.11.3').install() | |
Installer('Jinja2', '2.8').install() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Label</key> | |
<string>com.yourdomain.restart-caching-server</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>bash</string> | |
<string>-c</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dict> | |
<key>PayloadType</key> | |
<string>com.apple.mail.managed</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
<key>PayloadIdentifier</key> | |
<string>com.apple.mdm.server.local.9aff7590-29cf-0132-aec7-1234569012.alacarte.email.1a2b3c4d-29d0-0132-aec9-000c292f</string> | |
<key>PayloadUUID</key> | |
<string>5b041780-29d0-0135-aec9-000c432567</string> | |
<key>PayloadEnabled</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Processing MSLync.munki... | |
MSLyncURLandUpdateInfoProvider | |
MSLyncURLandUpdateInfoProvider: Found URL http://download.microsoft.com/download/5/0/0/500C7E1F-3235-47D4-BC11-95A71A1BA3ED/lync_14.0.10_141024.dmg | |
MSLyncURLandUpdateInfoProvider: Got update: 'Lync 14.0.10 Update' | |
MSLyncURLandUpdateInfoProvider: Additional pkginfo: {'minimum_os_version': '10.5.8', 'display_name': 'Lync 14.0.10 Update', 'description': '<html><p>This update fixes critical issues. </p>\n\n<p>For detailed information about this update, please visit the following Web site: </p>\n\n<p><a href="http://go.microsoft.com/fwlink/?LinkId=328458" target="_blank">http://go.microsoft.com/fwlink/?LinkId=328458</a></p>\n\n<p>For additional assistance, or to obtain a downloadable version of this update, visit the <a href="http://go.microsoft.com/fwlink/?LinkId=309173" target="_blank">Microsoft Web site</a>.</p></html>', 'name': u'MSLync'} | |
URLDownloader | |
Couldn't download http://download.microsoft.com/download/5/0/0/500C7E1F-3235-47D4-BC11-95A71A1BA3ED/ly |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Copyright (c) 2014 Janne Lehikoinen | |
# | |
# auto-git-push.sh | |
# Push local git repo to remote origin master branch | |
### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env xcrun swift | |
// pairs.swift | |
// | |
// Created by Lehikoinen Janne on 06/10/14. | |
// Copyright (c) 2014 FMC. All rights reserved. | |
// | |
// Note! This script runs for 5+ minutes! |
NewerOlder