This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP --> | |
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https://webauthn.io/; script-src 'self' 'unsafe-inline' https://unpkg.com/; style-src 'self' 'unsafe-inline'"> | |
<title>Hello World!</title> | |
<script src="https://unpkg.com/@simplewebauthn/browser"></script> | |
</head> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
[ | |
{ | |
"country": "AD", | |
"latitude": 42.546245, | |
"longitude": 1.601554, | |
"name": "Andorra" | |
}, | |
{ | |
"country": "AE", | |
"latitude": 23.424076, |
This file contains 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
# dokku --trace apps | |
+ case "$(lsb_release -si)" in | |
++ lsb_release -si | |
+ export DOKKU_DISTRO=ubuntu | |
+ DOKKU_DISTRO=ubuntu | |
+ export DOKKU_IMAGE=gliderlabs/herokuish | |
+ DOKKU_IMAGE=gliderlabs/herokuish | |
+ export DOKKU_LIB_ROOT=/var/lib/dokku | |
+ DOKKU_LIB_ROOT=/var/lib/dokku | |
+ export PLUGIN_PATH=/var/lib/dokku/plugins |
This file contains 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
$ traceroute to tinkoff.ru (178.248.236.31), 64 hops max, 52 byte packets | |
1 192.168.1.1 (192.168.1.1) 3.658 ms 3.526 ms 2.515 ms | |
2 10.121.83.189 (10.121.83.189) 58.196 ms | |
10.121.83.109 (10.121.83.109) 79.059 ms | |
10.121.83.189 (10.121.83.189) 115.012 ms | |
3 10.121.83.190 (10.121.83.190) 37.787 ms 32.219 ms 21.610 ms | |
4 10.254.254.3 (10.254.254.3) 60.208 ms 42.430 ms 36.549 ms | |
5 10.254.254.2 (10.254.254.2) 38.017 ms 58.529 ms 50.403 ms | |
6 * 10.254.253.6 (10.254.253.6) 102.018 ms 102.329 ms | |
7 10.255.255.212 (10.255.255.212) 33.800 ms 170.326 ms |
This file contains 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
input { | |
lumberjack { | |
# The port to listen on | |
port => 12345 | |
# The paths to your ssl cert and key | |
ssl_certificate => "/opt/ssl/logstash-forwarder.key" | |
ssl_key => "/opt/ssl/logstash-forwarder.crt" | |
} | |
} |
This file contains 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
{ | |
"ok" : true, | |
"_shards" : { | |
"total" : 1, | |
"successful" : 1, | |
"failed" : 0 | |
}, | |
"indices" : { | |
"photos" : { | |
"index" : { |
This file contains 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
{ | |
"ok" : true, | |
"_shards" : { | |
"total" : 1, | |
"successful" : 1, | |
"failed" : 0 | |
}, | |
"indices" : { | |
"photos" : { | |
"index" : { |
NewerOlder