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
// Work in progress : il s'agit de la fonction permettant de collecter l'ensemble des fichiers images présents | |
// sur un bucket (voir si on doit mettre des limites) | |
// et d'envoyer leurs identifiants à la fonction de transformation d'image | |
// Elle doit être déployer de préférence avec un CRON | |
const AWS = require('aws-sdk') | |
// get info from env variable |
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
// Work in progress : il s'agit de la fonction permettant de collecter l'ensemble des fichiers images présents | |
// sur un bucket (voir si on doit mettre des limites) | |
// et d'envoyer leurs identifiants à la fonction de transformation d'image | |
// Elle doit être déployer de préférence avec un CRON | |
const AWS = require('aws-sdk'); | |
// get info from env variable |
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
2021-03-15 21:18:27 UTC [20017]: user=admin,db=gis,app=osm2pgsql,client=51.159.113.252 LOG: 08P01: SSL error: decryption failed or bad record mac | |
2021-03-15 21:18:27 UTC [20017]: user=admin,db=gis,app=osm2pgsql,client=51.159.113.252 CONTEXT: COPY planet_osm_nodes, line 677945 | |
2021-03-15 21:18:27 UTC [20017]: user=admin,db=gis,app=osm2pgsql,client=51.159.113.252 LOCATION: be_tls_read, be-secure-openssl.c:584 | |
2021-03-15 21:18:27 UTC [20017]: user=admin,db=gis,app=osm2pgsql,client=51.159.113.252 STATEMENT: COPY "planet_osm_nodes" FROM STDIN | |
2021-03-15 21:18:27 UTC [20017]: user=admin,db=gis,app=osm2pgsql,client=51.159.113.252 LOG: 08006: could not receive data from client: Connection reset by peer | |
2021-03-15 21:18:27 UTC [20017]: user=admin,db=gis,app=osm2pgsql,client=51.159.113.252 CONTEXT: COPY planet_osm_nodes, line 677945 | |
2021-03-15 21:18:27 UTC [20017]: user=admin,db=gis,app=osm2pgsql,client=51.159.113.252 LOCATION: pq_recvbuf, pqcomm.c:979 | |
2021-03-15 21:18:27 UTC [20017]: user=admin,db=gis,app=osm2p |
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 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
# | |
# nginx configuration | |
# | |
load_module "/usr/local/libexec/nginx/ngx_rtmp_module.so"; | |
worker_processes 10; | |
error_log /var/log/nginx/error.log; | |
pid /var/run/nginx.pid; | |
events { | |
worker_connections 1024; |
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
file_to_generate: "hello.proto" | |
compiler_version { | |
major: 3 | |
minor: 11 | |
patch: 4 | |
suffix: "" | |
} | |
proto_file { | |
name: "hello.proto" | |
message_type { |
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
#!/usr/bin/env python | |
import sys | |
import pdb | |
from google.protobuf.compiler import plugin_pb2 as plugin | |
def generate_code(request, response): | |
with open("request.txt", "w") as f: | |
f.write(str(request)) |
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
$ ansible-inventory -i netbox_inventory.yml --list | |
--Return-- | |
> /Users/sieben/workspace/ansible/lib/ansible/plugins/inventory/netbox.py(89)parse()->None | |
-> pdb.set_trace() | |
(Pdb) l | |
84 super(InventoryModule, self).parse(inventory, loader, path) | |
85 self._read_config_data(path=path) | |
86 | |
87 | |
88 import pdb |
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
# Copyright (c) 2018 Ansible Project | |
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | |
from __future__ import (absolute_import, division, print_function) | |
__metaclass__ = type | |
DOCUMENTATION = ''' | |
name: online |
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
plugin: online | |
hostnames: | |
- hostname | |
group: | |
- rpn |
NewerOlder