Skip to content

Instantly share code, notes, and snippets.

View mimizone's full-sized avatar

Jeremy Huylebroeck mimizone

  • San Francisco
  • 00:56 (UTC -07:00)
  • X @mimizone
View GitHub Profile
@mimizone
mimizone / turn off spindumps
Created August 20, 2017 01:08 — forked from ssp/turn off spindumps
Turn off spindump in MacOS X. This can improve the performance of the whole system in some situations.
launchctl unload -w /System/Library/LaunchDaemons/com.apple.spindump.plist
@mimizone
mimizone / start_docker_registry.bash
Created August 8, 2017 01:15 — forked from PieterScheffers/start_docker_registry.bash
Start docker registry with letsencrypt certificates (Linux Ubuntu)
#!/usr/bin/env bash
# install docker
# https://docs.docker.com/engine/installation/linux/ubuntulinux/
# install docker-compose
# https://docs.docker.com/compose/install/
# install letsencrypt
# https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04