This file contains 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/bash | |
######################################## | |
# Project home at | |
# https://github.com/openhome/ohPlayer | |
######################################## | |
echo "Creating ohPlayer directory in /tmp dir" | |
cd /tmp |
This file contains 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/bash | |
#----------------------------------------------------------------- | |
# A simple script to install mediaplayer on a raspberry pi 3 | |
# | |
# See source at https://github.com/PeteManchester/MediaPlayer | |
# | |
# wiki at | |
# https://github.com/PeteManchester/MediaPlayer/wiki/Install-Raspberry-Pi | |
#----------------------------------------------------------------- |
This file contains 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/bash | |
launchctl unload -w /System/Library/LaunchAgents/com.apple.photolibraryd.plist | |
launchctl unload -w /System/Library/LaunchAgents/com.apple.cloudphotosd.plist | |
# disable gamed | |
launchctl unload -w /System/Library/LaunchAgents/com.apple.gamed.plist | |
This file contains 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
# -*- coding: utf-8 -*- | |
# Copyright 2014 Dan Krause, Python 3 hack 2016 Adam Baxter | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# |
NewerOlder