I hereby claim:
- I am sevki on github.
- I am sevki (https://keybase.io/sevki) on keybase.
- I have a public key whose fingerprint is 13A0 BA1E 2077 419A E3A2 6CCC 3DF5 51FF 5F4E 1200
To claim this, I am signing this object:
| deb [arch=amd64] https://download.docker.com/linux/debian buster stable | |
| deb [arch=amd64] https://apt.releases.hashicorp.com buster main | |
| deb [arch=amd64] https://pkgs.tailscale.com/stable/debian buster main |
| [Unit] | |
| Description=Nomad | |
| Documentation=https://nomadproject.io/docs/ | |
| Wants=network-online.target | |
| After=network-online.target | |
| [Service] | |
| ExecReload=/bin/kill -HUP $MAINPID | |
| ExecStart=/usr/local/bin/nomad agent -config /etc/nomad.d | |
| KillMode=process |
I hereby claim:
To claim this, I am signing this object:
| [ | |
| { | |
| "code": "AAA", | |
| "lat": "-17.3595", | |
| "lon": "-145.494", | |
| "name": "Anaa Airport", | |
| "city": "Anaa", | |
| "state": "Tuamotu-Gambier", | |
| "country": "French Polynesia", |
| { | |
| "short_name": "React App", | |
| "name": "Create React App Sample", | |
| "icons": [ | |
| { | |
| "src": "favicon.ico", | |
| "sizes": "64x64 32x32 24x24 16x16", | |
| "type": "image/x-icon" | |
| } | |
| ], |
| --- wmii+ixp-3.9.2/config.mk 2010-06-10 08:24:04.000000000 +0100 | |
| +++ src/wmii+ixp-3.9.2/config.mk 2018-06-26 10:28:55.213138466 +0100 | |
| @@ -1,16 +1,16 @@ | |
| # Customize below to fit your system | |
| # Paths | |
| -PREFIX = /usr/local | |
| +PREFIX = /usr | |
| BIN = $(PREFIX)/bin | |
| MAN = $(PREFIX)/share/man |
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <body> | |
| <script src="//d3js.org/d3.v4.min.js"></script> | |
| <script src="https://unpkg.com/[email protected]/viz.js" type="javascript/worker"></script> | |
| <script src="https://unpkg.com/[email protected]/build/d3-graphviz.min.js"></script> | |
| <div id="graph" style="text-align: center;"></div> | |
| <script> | |
| var dotIndex = 0; |
| --- | |
| swagger: '2.0' | |
| info: | |
| version: 1.0.0 | |
| title: OAuth Service | |
| securityDefinitions: | |
| basicAuth: | |
| type: basic | |
| paths: | |
| /oauth/authorize: |
| package main | |
| func main() { | |
| } |