I hereby claim:
- I am tjovicic on github.
- I am tjovicic (https://keybase.io/tjovicic) on keybase.
- I have a public key ASBgwUPFTUl1VpDNAV4cfH61PySGcwOT6RBFgmCYQajH7go
To claim this, I am signing this object:
1. Set "AllowTcpForwarding yes" in /etc/ssh/sshd_config on EC2 instance | |
2. sudo ssh -i "bastion.pem" -N -L 3307:mydatabase.abc123.eu-central-1.rds.amazonaws.com:3306 [email protected] |
import: dep | |
go build -ldflags="-s -w" -o bin/import cmd/import/main.go | |
.PHONY: | |
clean | |
dep: | |
dep ensure -v | |
format: |
[[constraint]] | |
name = "github.com/test/core" | |
branch = "master" | |
[[constraint]] | |
name = "github.com/aws/aws-lambda-go" | |
version = "1.x" |
I hereby claim:
To claim this, I am signing this object:
Letsencrypt is an initative which aims to increase the use of encryption for websites. It basically allows people to apply for free certificates provided that they prove the they control the requested domain. We will look at the what is needed to secure your MongoDB installation. For more details on setting up a MongoDB server see MongoDB 3.2.x.
We sould to set the hostname to match the name of the certificate we are going to optain.
sudo hostname mongo0.example.com
Then update the hostname file to set the server name permanently.
import argparse | |
import httplib | |
import base64 | |
def main(): | |
parser = argparse.ArgumentParser(description='RabbitMQ publisher') | |
parser.add_argument('url', help='AMQP host') | |
parser.add_argument('username', help='Client username') | |
parser.add_argument('password', help='Client password') |