Skip to content

Instantly share code, notes, and snippets.

View ghcetraro's full-sized avatar
馃挱
be...

eltano ghcetraro

馃挱
be...
View GitHub Profile
@ghcetraro
ghcetraro / syslog to influx.md
Created July 20, 2020 00:36 — forked from leodido/syslog to influx.md
Send docker syslogs to telegraf

Syslog to InfluxDB

docker => syslog (RFC5424, non-transparent) => telegraf => (*)

Docker can use syslog as a log driver.

Anyway it transport syslog message towards destination using the non-transparent framing technique (also if deprecated by the octet-counting).

Using the telegraf syslog input plugin link.

@ghcetraro
ghcetraro / GitConfigHttpProxy.md
Created October 2, 2019 14:39 — forked from evantoli/GitConfigHttpProxy.md
Configure Git to use a proxy

Configure Git to use a proxy

In Brief

You may need to configure a proxy server if you're having trouble cloning or fetching from a remote repository or getting an error like unable to access '...' Couldn't resolve host '...'.

Consider something like:

@ghcetraro
ghcetraro / GIT.md
Created September 25, 2019 17:24 — forked from dasdo/GIT.md
Lista de Comandos en GIT

Configuraci贸n B谩sica

Configurar Nombre que salen en los commits

	git config --global user.name "dasdo"

Configurar Email

	git config --global user.email [email protected]
@ghcetraro
ghcetraro / GroovyEjemplos2.groovy
Created September 2, 2019 19:53 — forked from HiroNakamura/GroovyEjemplos2.groovy
M谩s ejemplos en Groovy, algunos los hice y otros son recopilaci贸n
/**
* @file GroovyEjemplos2.groovy
* @version 0.0.1
* @author Ariel Carraro
* @date 01-enero-2014
* @url una url
* @description ejemplos de c贸digo en Groovy
*/
//189 PDFBox, http://www.printmyfolders.com/Home/PDFBox-Tutorial