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
- e example below, the main element is the ''data'' tag. * **elements** – these consist of opening and ... = "The Little Prince"''. **NOTE**: Each open XML tag must have a corresponding closing tag. <code xml><?xml version="1.0"?> <data> <book title="The Lit... books.xml') root = tree.getroot() print('The root tag is:', root.tag) print('The root has the following
- 1.5 What is XML and why do we prefer to use JSON? @info:cursos:pue:python-pcpp1:m4
- t 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 identifi... >**. This means that the element named ''CuriousTag'' starts where the following tag is placed: <code
- git (git-book) @info:cursos
- = git (git-book) {{tag>devops cursos git}} ~~NOTOC~~ == info * [[https://git-scm.com/book/es/v2]] ... rónico * fecha * gpg checksum * ''git tag'': mostrar las etiquetas * ''-l <patrón>'' : patrón de filtrado * ''git tag -a vX.x'' : aplica el tag al HEAD ? * ''-a'' : etiqueta anotada * ''-m'': mensaje de la etique
- git (libro Amazon) @info:libros
- = git (libro Amazon) {{tag>devops cursos git}} == uso básico === configuración inicial * ''git confi... del mismo === ramas ligeras: etiquetas * ''git tag <etiqueta>'' : crea etiqueta, asociada a un commi... algún tipo de hito. De caracter local * ''git tag -a <etiqueta>'' : añade una nota desde editor, o ... it show <etiqueta>'' : mostrará la nota * ''git tag'' * ''git describe'' : indica el camino desde l
- 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 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 SecDevOps] Capítulo 2 : Dockerfile @info:libros:docker-sec-dev-ops
- 'docker image build'' * ''-t <nombre_imagen>[:tag]'' * ''-f <nombre_fichero_Dockerfile>'' == d... **COPY** y **ADD** == FROM * ''FROM <imagen>[:tag|@digest] [AS <nombre>]'' * si no se especifica //tag// se usará **latest** * el digest es el SHA25
- 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''
- docker (altran) @info:cursos:altran
- = docker (altran) {{tag>devops cursos docker}} Ponente: **Daniel Sanchez** == Curso * [[info:curso... n:docker:rename]] * [[info:cursos:altran:docker:tag]] * [[info:cursos:altran:docker:cp]] * [[info
- VMWARE @info:cursos:idfo
- = VMWARE {{tag>vmware}} {{tag>cursos}} * Formador: Jose Chito * <pc-mouse@hotmail.com> == datos de interés
- Ethical Hacker @info:cursos:pue
- = Ethical Hacker {{tag>cursos}} {{tag>ciberseguridad}} == curs * [[info:cursos:pue:ethical-hacker:sesion1]] * [[info:cu
- LPIC2 (PUE 2021) @info:cursos:pue
- = LPIC2 (PUE 2021) {{tag>linux}} {{tag>cursos}} * Formador: Juan Alberto Garcia Fernandez * <alberto@rootdesdezero.com>
- [Docker SecDevOps] Capítulo 1 @info:libros:docker-sec-dev-ops
- // * también ''docker search <image_pattern>:<tag>'' * ''docker image pull <image>'' : descarga d... ro publico la imagen <image> (si no es especifica tag, será **latest**) * ''docker image ls'' * ''d
- trabajando con contenedores @info:cursos:altran:docker
- o actualiza la imagen * ''docker pull debian:<tag>'' : diferentes versiones * ''docker run %%<ima... * ''docker commit <id_contenedor> [REPOSITORY[:TAG]]'': crea imagen de contenedor * ''docker image