I hereby claim:
- I am tomkins on github.
- I am tomkins (https://keybase.io/tomkins) on keybase.
- I have a public key ASCFK1Ui3Wa8vEjIkqx10qmjg14RRIdBpg0fHA8UjWtXxwo
To claim this, I am signing this object:
from wagtail.wagtailsearch.backends import get_search_backend | |
from wagtail.wagtailsearch.backends.elasticsearch import ElasticSearchResults | |
from wagtail.wagtailcore.models import Page | |
s = get_search_backend() | |
class AwesomeQuery(object): | |
def __init__(self, search_query, campaigns, languages, |
import typing | |
from elasticsearch import RequestsHttpConnection | |
from elasticsearch.exceptions import ImproperlyConfigured | |
try: | |
from requests_aws4auth import AWS4Auth | |
import boto3 | |
from botocore.credentials import RefreshableCredentials, Credentials | |
AWS_RESOURCES_MISSING = False | |
except ImportError: |
#!/bin/bash | |
# all-routers ff02::2 | |
# server1 fe80::f03c:91ff:1122:3344 | |
# server2 fe80::f03c:91ff:5566:7788 | |
exec /usr/local/sbin/pyv6na.py \ | |
2001:db8::1 \ | |
2001:db8::2 \ | |
--interface enp0s3 \ |
I hereby claim:
To claim this, I am signing this object:
#cloud-config | |
users: | |
- default | |
- name: legions | |
system: true | |
homedir: /opt/legions | |
shell: /usr/sbin/nologin | |
write_files: |