I hereby claim:
- I am jasonswindle on github.
- I am jasonswindle (https://keybase.io/jasonswindle) on keybase.
- I have a public key whose fingerprint is BD42 E9C5 1AD0 17FD 33B2 339D 5817 4ABF ECB1 582C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
version: '3.1' | |
services: | |
unifi: | |
container_name: unifi | |
restart: unless-stopped | |
image: linuxserver/unifi | |
volumes: | |
- /srv/docker/unifi:/config | |
environment: | |
- PGID=0 |
[Unit] | |
Description=AWS ECS Agent | |
Documentation=https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ | |
Requires=docker.socket | |
After=docker.socket | |
[Service] | |
Environment=ECS_CLUSTER=ecstestcluster | |
Environment=ECS_LOGLEVEL=info | |
Environment=ECS_VERSION=latest |
{"lastUpload":"2017-01-11T02:30:06.861Z"} |
# set shell variables with your contents | |
email="[email protected]" | |
authKey="" | |
zoneid="" | |
dnsrecord="" | |
domain="example.com" | |
# Collect current IP | |
current_ip=$(curl --silent --show-error --fail ipecho.net/plain) || exit |
{ | |
"containerDefinitions": [ | |
{ | |
"volumesFrom": null, | |
"memory": 32, | |
"extraHosts": null, | |
"dnsServers": null, | |
"disableNetworking": true, | |
"dnsSearchDomains": null, | |
"portMappings": [], |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
echo "Installing Brew..." | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# List of Apps for Brew to install... | |
brew_list=( | |
android-platform-tools | |
brew-pip | |
go |
{ | |
// Sets the colors used within the text area | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
// Note that the font_face and font_size are overriden in the platform | |
// specific settings file, for example, "Base File (Linux).sublime-settings". | |
// Because of this, setting them here will have no effect: you must set them | |
// in your User File Preferences. | |
"font_face": "Monaco", | |
"font_size": 12, |