Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- 2.1 File processing - XML files @info:cursos:pue:python-pcpp1:m5
- SOAP communication protocol. One of its main advantages is the ability to define your own tags that make the document more readable to humans. XML is a stan... e example below, the main element is the ''data'' tag. * **elements** – these consist of opening and closing tags. The elements include text, attributes, and othe
- 1.5 What is XML and why do we prefer to use JSON? @info:cursos:pue:python-pcpp1:m4
- elements**. Each element is marked by a **pair of tags**: an **opening** tag and a **closing** tag. Both tags look nearly identical, but the closing tag's name starts with /. Tags can be easily identif
- git (altran) @info:cursos:altran
- = git (altran) {{tag>devops cursos git}} ~~NOTOC~~ Ponente: **Daniel Sanchez** == conceptos * HEAD:... dir * ''git stash push'' : guarda ficheros de *staged area* * ''git stash save [-u | %%--%%includ... stash" icon="true">git stash clear</callout> == tags dos tipos: * lightweight: ligeros, hace refere... como autor, mensaje y fecha === añadir * ''git tag <tag>'' : crea tag ligero en el HEAD * ''git
- git (git-book)
- = git (git-book) {{tag>devops cursos git}} ~~NOTOC~~ == info * [[https://git-scm.com/book/es/v2]] ... , aunque se suele trabajar con el **<HEAD>** * Staging area: es el índice de ficheros de los que se g... ) * modificado (//modified//) * preparado (//staged//) --> //cached// como sinónimo == comandos =... init</code> * añadir ficheros/directorios a //stage area//(si modificamos el fichero después de habe
- build @info:cursos:altran:docker
- docker build <opciones> .'' * ''-t REPOSITORY:TAG'' : crear a partir de un repositorio * ''-f Dockerfile.build [-t REPOSITORY:TAG]'' :si el Dockerfile no está en el sitio que se le espera * ''--no-cache [-t REPOSITORY:TAG]]'' : lo regenera todo (no tira de las caché locales) * ''force-rm [-t REPOSITORY:TAG]]'' : aunque haya problemas al "compilar", el con
- Sesión 11 Jenkins @info:cursos:pue:devops
- </code> gitlab demo 1 pipeline:<code> node { stage("build") { def job = build job: 'gitlab demo1' } stage("execute") { def job = build job: 'gitlab demo1 job' } stage("publish") { def job = build job: 'gitla... demo1 publish:<code> node ("docker-agent") { stage ("tag") { sh ('docker tag gitlab/nginx-d
- Apuntes SinCara Extras IPSec @info:cursos:pue:ethical-hacker:extras
- * Garantiza la integridad y autenticación del datagram, mediante un hash cifrado, pero no su privacid... or con el Hash calculado. * Si coincide, el datagrama no ha sido modificado. * El Hash (y solo ... * Con la opción de cifrado activa, cifra el datagrama IP. Garantiza la confidencialidad. * Con ... ceptor verificar que los campos de cabecera del datagrama y la carga útil cifrada no han sido modificad
- 1.1 Python Professional Course Series: RESTful APIs @info:cursos:pue:python-pcpp1:m4
- mple - it is able to **send a packet of data (a datagram) between two network nodes**. {{ :info:cursos... _doesn't__ guarantee that: * any of the sent datagrams will reach the target (moreover, if any of the datagrams is lost, it may remain undetected) * the datagram will reach the target intact; * a pair of se
- imágenes @info:cursos:altran:docker
- ''-f "dangling=true"'': filtra lista imágenes no tageadas * ''--filter "label=<clave>"'': filtra p... rmi <imagen_id>'': borrar una imagen * ''docker tag <imagen_id> <nuevo_nombre>'' asignar un nombre a una imagem sin tagear, copiar si ya estaba tageada * ''docker save -o <destino> <imagen>:<tag>'' guarda en <destino> un
- 2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
- e**, not waste it. If you find a bug at an early stage, it will cost you less time and money to fix it.... de and it turns out there’s a bug at an advanced stage of development, corrections may be a pretty expe... you do this for a specific purpose, and the advantages of such an approach are bigger than the disadvantages. Finally, the aphorism works as a gentle indic
- Sesión 4 : swarm (ELK+TIG) @info:cursos:pue:devops
- función de las variables * <code> $host = show tag values with key = "host" $stack = show tag values with key = "com.docker.stack.namespace" $service = show tag values with key = "com.docker.swarm.service.name"... r.stack.namespace" =~ /^$stack/ $container = show tag values with key = "container_name" WHERE "host" =
- Módulo 4 (Intermedio): Generadores @info:cursos:netacad:python:pe2m4
- dos no existe más. Por ejemplo: <code python> def tag(tg): tg2 = tg tg2 = tg[0] + '/' + tg[1:] ... return tg + str + tg2 return inner b_tag = tag('<b>') print(b_tag('Monty Python')) </code> Da como salida: <b>Monty Python</b>
- docker (altran) @info:cursos:altran
- = docker (altran) {{tag>devops cursos docker}} Ponente: **Daniel Sanchez** == Curso * [[info:curso... er:alpine]] * [[info:cursos:altran:docker:multistage]] * [[info:cursos:altran:docker:dockerhub]] ... n:docker:rename]] * [[info:cursos:altran:docker:tag]] * [[info:cursos:altran:docker:cp]] * [[info
- Sesión 6 : ansible @info:cursos:pue:devops
- git push'' * ''git rm <fichero>'' * ''git tag <version o tag> <commit>'' * ''git checkout [-b] <rama>'' : crear o cambiar de rama * ''git diff <tag/commit> <commit> [<fichero>]'' * ''git init''
- Sesión 7: Seguridad, Prometheus @info:cursos:pue:devops
- rue - traefik.port=8080 - traefik.tags=${TRAEFIK_PUBLIC_TAG:-proxy} - traefik.docker.network=proxy # Traefik service that li... rue - traefik.port=9090 - traefik.tags=traefik-public - traefik.docker.network=