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! |
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
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
<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
<?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
# 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
""" | |
setup_example.py | |
Run this script from the Pythonista Documents root | |
Setup script for https://github.com/jlehikoinen/pythonista-flask-example | |
""" | |
import requests | |
import zipfile | |
import urllib | |
import tempfile |
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
# Swift syntax highlighting for Vim | |
# Source: http://wingsquare.com/blog/swift-script-syntax-highlighting-and-indentation-for-vim-text-editor/ | |
echo "--- Installing and configuring Pathogen.." | |
mkdir -p ~/.vim/autoload ~/.vim/bundle | |
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim | |
echo "execute pathogen#infect() | |
syntax on |
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/python | |
""" | |
# Beef: | |
/usr/bin/dscl -plist . -read /Groups/admin GroupMembership | |
/usr/sbin/dseditgroup -o edit -d <shortname> -t user admin | |
""" | |
""" |
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 | |
### | |
# Clean up infected HandBrake (1.0.7) for macOS | |
# Note that this script is WIP and does not remove all the traces of the malware | |
# e.g. reverting /etc/sudoers back to previous state is left out here | |
# Based on the information posted here: |
OlderNewer