Cerca

Heus ací els resultats de la cerca.

Casos prácticos @info:cursos:openwebinars:git
6 Resultats, Darrera modificació:
ra profundizar en el tema de los Git-Hooks * [[https://git-scm.com/book/es/v2/Git-Internals-Environment-Variables]] * [[https://git-scm.com/book/es/v2/Personalizaci%C3%B3n-de... sonal : Veremos un ejemplo sencillo a partir de [[https://github.com/barryclark/jekyll-now|JekyllNow!]] ... , podéis consultar los siguientes enlaces * [[https://jekyllrb.com/|Página oficial de jekyll]] *
ELK: Beats (Winlogbeats & Heartbeats) @info:cursos:openwebinars:elk:beats
6 Resultats, Darrera modificació:
caliente (sin reiniciar servicio) * ICMP, TCP, HTTP (TLS, proxies) === instalación * <code bash>curl -L -O https://artifacts.elastic.co/downloads/beats/heartbeat... /code> * <code yaml>heartbeat.monitors: - type: http urls: ["http://localhost:80"] schedule: '@every 10s' - type: icmp schedule: '*/5 * * * * * *' hos
ELK: Elasticserch (instalación y configuración) @info:cursos:openwebinars:elk:elasticsearch
6 Resultats, Darrera modificació:
ion_y_configuracion.pdf |}} * matriz OS/JVMs: [[https://www.elastic.co/support/matrix/show_os]] * or... ronment'' * Elasticsearch:<code bash>wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - sudo apt isntall apt-transport-https echo "deb https://artifacts.elastic.co/packages/5.x/apt stable main" | sudo tee -a /etc/apt/sources.li
ELK: Beats (filebeats) @info:cursos:openwebinars:elk:beats
5 Resultats, Darrera modificació:
alación y configuración * <code bash>curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/... e_ip]} - %{DATA:[apache2][access][user_name]} \[%{HTTPDATE:[apache2][access][time]}\] \"%{WORD:[apache2][access][method]} %{DATA:[apache2][access][url]} HTTP/%{NUMBER:[apache2][access][http_version]}\" %{NUMBER:[apache2][access][response_code]} %{NUMBER:[apache
iniciando un repositorio @info:cursos:openwebinars:git
4 Resultats, Darrera modificació:
uiente comando: <code bash>git remote add origin https://ntkog@bitbucket.org/ntkog/branching.git</git><... está alojado. La url puede tener dos formas: HTTPS : https://ntkog@bitbucket.org/ntkog/branching.git SSH : git@bitbucket.org:ntkog/branching.git Una... amos el siguiente comando: <code bash>git clone https://ntkog@bitbucket.org/ntkog/branching.git</code>
ELK: Kibana (instalación y configuración) @info:cursos:openwebinars:elk:kibana
4 Resultats, Darrera modificació:
ion.pdf |}} == instalación <code bash>wget -qO - https://artifacts.elastic.co/GPG-KEYelasticsearch | su... apt-key add - sudo apt-get install apt-transport-https echo "deb https://artifacts.elastic.co/packages/5.x/apt stable main" | sudo tee -a /etc/apt/sources.li... la. Se especifica un fichero == ejecución * ''/usr/share/kibana/bin/kibana'' * **http://<IP>:5601**
instalación @info:cursos:openwebinars:git
3 Resultats, Darrera modificació:
s: <code bash>yum install git-core</code> mac: [[http://brew.sh/]] <code bash>#instalar homebrew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/mas... er/install)" brew install git </code> windows: [[http://cmder.net/]] : terminal mejorado, incorpora com
introducción @info:cursos:openwebinars:intro-cloud-computing
3 Resultats, Darrera modificació:
pa fina de separación entre PaaS y IaaS * [[https://www.paasfinder.org/compare]]: comparador de pl... o - un nodo): microservicios * comunicación vía HTTP REST (API RESTFUL) * más fáciles de programar... * suele implementarse sobre contenedores * [[https://www.nginx.com/blog/introduction-to-microservic
ELK: Beats (Metricbeats) @info:cursos:openwebinars:elk:beats
3 Resultats, Darrera modificació:
alación y configuración * <code bash>curl -L -O https://artifacts.elastic.co/downloads/beats/metricbea... sr/share/metricbeat/scripts/import_dashboards -es http://192.168.1.10:9200'' Si está securizado será ne... a documentación oficial en el siguiente enlace: [[https://www.elastic.co/guide/en/beats/metricbeat/curre
ELK: Beats (Packetbeats) @info:cursos:openwebinars:elk:beats
3 Resultats, Darrera modificació:
e bash>sudo apt-get install libpcap0.8 curl -L -O https://artifacts.elastic.co/downloads/beats/packetbea... include_additionals: true packetbeat.protocols.http: ports: [80, 8080, 8000, 5000, 8002] packetbeat... sr/share/packetbeat/scripts/import_dashboards -es http://192.168.1.10:9200 [-user <USERNAME> -password <
ELK: Logstask(instalación y configuración) @info:cursos:openwebinars:elk:logstash
3 Resultats, Darrera modificació:
9 no está soportada (2017) <code bash> wget -qO - https://artifacts.elastic.co/GPG-KEYelasticsearch | su... apt-key add - sudo apt-get install apt-transport-https echo "deb https://artifacts.elastic.co/packages/5.x/apt stable main" | sudo tee -a /etc/apt/sources.li
ELK: Logstask(procesamiento) @info:cursos:openwebinars:elk:logstash
3 Resultats, Darrera modificació:
=> rubydebug } } </code> == input * JSON * [[https://www.elastic.co/guide/en/logstash/current/input... b/Documents/dataset/test.json"'' == filter * [[https://www.elastic.co/guide/en/logstash/current/filte... n install logstash-filter-cidr'' == output * [[https://www.elastic.co/guide/en/logstash/current/outpu
EC2 @info:cursos:openwebinars:intro-aws
2 Resultats, Darrera modificació:
ode bash>#!/bin/bash yum update -y yum install -y httpd24 php56</code> * añadir storage * añadir... y solo accesible desde la instancia * ''curl http://169.254.169.254/latest/meta-data'' -> muestra q
Gestión de imágenes de Vagrant (boxes) @info:cursos:openwebinars:vagrant
2 Resultats, Darrera modificació:
Gestión de imágenes de Vagrant (boxes) * <del>[[https://atlas.hashicorp.com/boxes/search]]</del> * [[https://app.vagrantup.com/boxes/search]] * **CUALQUI
Instalación de Vagrant @info:cursos:openwebinars:vagrant
2 Resultats, Darrera modificació:
= Instalación de Vagrant * [[http://www.vagrantup.com]] * desde github: [[https://github.com/hashicorp/vagrant]] * sistema de virtual
git (openwebinars)
1 Resultats, Darrera modificació:
gitflow @info:cursos:openwebinars:git
1 Resultats, Darrera modificació:
autoscaling @info:cursos:openwebinars:intro-aws
1 Resultats, Darrera modificació:
Ejercicio: Añadir una imagen @info:cursos:openwebinars:vagrant
1 Resultats, Darrera modificació:
Uso elemental @info:cursos:openwebinars:vagrant
1 Resultats, Darrera modificació:
Introducción a Vagrant @info:cursos:openwebinars:vagrant
1 Resultats, Darrera modificació:
Plugins @info:cursos:openwebinars:vagrant
1 Resultats, Darrera modificació:
Vagrantfile @info:cursos:openwebinars:vagrant
1 Resultats, Darrera modificació: