I hereby claim:
- I am mmdriley on github.
- I am mattdr (https://keybase.io/mattdr) on keybase.
- I have a public key ASBNF8MCWgxwttVRqzHnohUJ7avbaU9wSyZYlT2YXq4sbgo
To claim this, I am signing this object:
| # CLOUD_IMG: This file was created/modified by the Cloud Image build process | |
| # iptables configuration for Oracle Cloud Infrastructure | |
| # See the Oracle-Provided Images section in the Oracle Cloud Infrastructure | |
| # documentation for security impact of modifying or removing these rule | |
| *filter | |
| :INPUT ACCEPT [0:0] | |
| :FORWARD ACCEPT [0:0] | |
| :OUTPUT ACCEPT [463:49013] |
| Architecture: x86_64 | |
| CPU op-mode(s): 32-bit, 64-bit | |
| Address sizes: 48 bits physical, 48 bits virtual | |
| Byte Order: Little Endian | |
| CPU(s): 192 | |
| On-line CPU(s) list: 0-191 | |
| Vendor ID: AuthenticAMD | |
| Model name: AMD EPYC 9R14 | |
| CPU family: 25 | |
| Model: 17 |
| #!/bin/bash | |
| # put in: /volume1/\@appdata/sabnzbd/scripts/ | |
| # then enable in UI | |
| set -o errexit -o nounset -o pipefail | |
| # Recurse into subdirs with `find`. It always touches F before F/contents. | |
| find "${SAB_COMPLETE_DIR}" -exec synoacltool -enforce-inherit '{}' ';' |
| $wscript = New-Object -ComObject WScript.Shell | |
| # Push script parent folder | |
| $MyInvocation.MyCommand.Path | Split-Path -Parent | Push-Location | |
| # Create directories for videos and already-downloaded links | |
| "Videos", "DownloadedLinks" | | |
| % { New-Item $_ -ItemType Directory -ErrorAction SilentlyContinue } | |
| # Download videos |
| # this goes at boot/grub/grub.cfg | |
| # inspired by https://github.com/thias/glim | |
| insmod all_video | |
| set gfxpayload=keep | |
| loadfont unicode | |
| terminal_output gfxterm |
I hereby claim:
To claim this, I am signing this object:
This is an example architecture to connect an EC2 auto-scaling group with an ECS cluster such that all ECS tasks are drained from an EC2 instance before it is removed from the ASG.
Matthew Riley ([email protected])
This document summarizes the interactions between the Docker client and the Docker Hub during push and pull commands through version 1 of the registry API. It was compiled to aid in writing a compatible registry server implementation after the existing API documentation proved occasionally incomplete or inaccurate.
Behavior and code links were as of Docker v1.2.0.
docker {push|pull} H:P/R[:T]
Host, Port, Repository ([namespace/]image), Tag