kubectl exec server -it -- /bin/sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <service> | |
| <short>chromecast-ssdp</short> | |
| <port protocol="udp" port="1900"/> | |
| <destination ipv4="239.255.255.250/32"/> | |
| </service> |
C02STG51GTFM:localstack mpandit$ make infra
. .venv/bin/activate; exec localstack/mock/infra.py
Starting local dev environment. CTRL-C to quit.
Starting local Elasticsearch (port 4571)...
Starting mock ES service (port 4578)...
Starting mock S3 server (port 4572)...
Starting mock SNS server (port 4575)...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Only download dependencies | |
| mvn dependency:resolve | |
| #Download specific dependency | |
| mvn dependency:get -Dartifact=groupId:artifactId:version | |
I hereby claim:
- I am grobix on github.
- I am grobix (https://keybase.io/grobix) on keybase.
- I have a public key whose fingerprint is 7046 2074 63CC 48BA 195C 3102 A2B4 D677 0C27 BD1E
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Timestamp in where clause | |
| FIELD > to_timestamp('02-10-2015', 'dd-mm-yyyy HH24:MI:SS') |
These commands are needed every time you want to generate a new certificate signing request to give to an authority in order for them to generate and sign a certificate for you.
I constantly forget how this stuff works so I collected the most important ones here for easy copy & paste.
There is good information available on https://www.h2check.org/deploy, and they also go into detail on HTTP/2.