Cerca
Heus ací els resultats de la cerca.
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
- 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
- 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" =
- 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=
- 2.4 Decorators @info:cursos:pue:python-pcpp1:m1
- ruits: ('plum', 'pear') </code> The biggest advantage of decorators is now clearly visible: * we do... le call to your function, isn't it? Another advantage becomes clear when you think about the number of... calls a previously referenced function. The advantage of this approach, when compared to decorators ex
- LPIC2 (PUE 2021)
- = LPIC2 (PUE 2021) {{tag>linux}} {{tag>cursos}} * Formador: Juan Alberto Garcia Fernandez * <alberto@rootdesdezero.com>
- Sesión 12 : k8s (traefik) @info:cursos:pue:devops
- = Sesión 12 : k8s (traefik) {{tag>devops cursos k8s}} == k8s === lab (traefik) * traefik como ingress... tps://github.com/kubernetes/examples/blob/master/staging/persistent-volume-provisioning/README.md]]
- Ethical Hacker : extras @info:cursos:pue:ethical-hacker
- i5XIoi9WgTShfxqEfH7utPVjV-Z7RqFOhqScg4PdS7p2pYcdEGtAGHaYWEYGvcptv04IFr3nKqGY24K2_xfkfaHTGYen85jDFfVjZji... E.iF899J4R5nUd3HUoNhdvqDcTKbWmNTMH5ZDMNW3Z_bk&dib_tag=se&keywords=caja+m.2+uasp&qid=1739896961&s=comput
- 4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
- l purposes. For example: * they can help you **tag** those sections of code that are to be done in t... es it all mean for you, and how can you take advantage of type hinting in Python? * First of all, ty
- 1.6 Making life easier with the requests module @info:cursos:pue:python-pcpp1:m4
- e reached the point where we can start the final stage of our journey – we know enough to communicate w... ast-Modified': 'Thu, 02 May 2019 12:38:41 GMT', 'ETag': 'W/"e-16a788dd2ec"', 'Content-Type': 'text/html