I hereby claim:
- I am txels on github.
- I am txels (https://keybase.io/txels) on keybase.
- I have a public key whose fingerprint is 1EC0 AEF1 E659 86DC C1A3 DA40 D2A6 F325 06DA 3B9F
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| from zope.interface import Interface, classImplements, verify | |
| class IGreet(Interface): | |
| """ | |
| Be friendly and greet people | |
| """ | |
| def hello(whom): |
I hereby claim:
To claim this, I am signing this object:
| $ netstat -rn | |
| Routing tables | |
| Internet: | |
| Destination Gateway Flags Refs Use Netif Expire | |
| default 192.168.1.1 UGSc 49 0 en0 | |
| 46.51.128/18 172.19.0.21 UGSc 0 0 utun0 | |
| 46.51.192/20 172.19.0.21 UGSc 0 0 utun0 | |
| 46.137/17 172.19.0.21 UGSc 0 0 utun0 | |
| 46.137.128/18 172.19.0.21 UGSc 0 0 utun0 |
| apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: busybox | |
| namespace: default | |
| spec: | |
| hostname: box | |
| subdomain: busy | |
| containers: | |
| - image: "busybox:latest" |