Skip to content

Instantly share code, notes, and snippets.

# Disable Gatekeeper
sudo spctl --master-disable
# Disable Local Backups
sudo tmutil disablelocal
# Disable Backups
sudo tmutil disable
# Disable Sudden Motion Sensor
@grebois
grebois / Dockerfile
Created September 14, 2016 11:09 — forked from yefim/Dockerrun.aws.json
Build a Docker image, push it to AWS EC2 Container Registry, then deploy it to AWS Elastic Beanstalk
# Example Dockerfile
FROM hello-world