in

Cerca

Heus ací els resultats de la cerca.

Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
285 Resultats, Darrera modificació:
= Ethical Hacker : sesión 4 * [[info:cursos:pue:ethical-hacker:sesion4]] == clase * Modulo 14 *... logearse en una web * same-site * command injection * shell * html * file * LDAP injection * XSS en comentarios (tipo 2) * ev... para saber si es correcto o no * XXE * invocación desde XML a una petición de fichero/recur
1.1 SQLite @info:cursos:pue:python-pcpp1:m5
167 Resultats, Darrera modificació:
ocial applications such as Facebook, Twitter, and Instagram are very popular. Every day many people cr... Do you know how that’s possible? Data is simply information about users, the contents of their posts, and comments. The data are all kinds of information that we can send to the application. Dur... visible to other users. Sent data should be saved in some place that can be easily accessed. This plac
4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
142 Resultats, Darrera modificació:
ed with documenting Python code using docstrings. In short, it tries to answer the following two quest... string literal that occurs as the first statement in a module, function, class, or method definition. ... _'' special attribute of that object." (PEP 257) In other words, docstrings are Python **documentation strings** that are used in the class, module, function, and method definitio
3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
140 Resultats, Darrera modificació:
= 3.1 PEP 8 – Introduction As mentioned earlier, PEP 8 is a document that provides coding conventions ... ng projects may adopt their own style guidelines (in which case such project-specific guidelines may b... the conventions provided for by PEP 8, especially in the case of any conflicts, or backwards-compatibi... , additional conventions are being identified and included in it, and at the same time some old conven
Apuntes SinCara Extras systemd @info:cursos:pue:ethical-hacker:extras
127 Resultats, Darrera modificació:
Apuntes SinCara Extras systemd == Consideraciones iniciales * Se presenta el 30 de abril de 2010, por Lennart Poetterig * SystemD es un sistema de inicio y administración de servicios. * Reemplaza los sistemas de inicio tradicionales como SysV init o Upstart (de Canonical / Ubuntu) * Se enfoca en la eficiencia, la
5.1 Metaprogramming @info:cursos:pue:python-pcpp1:m1
123 Resultats, Darrera modificació:
= 5.1 Metaprogramming == Introduction to metaclasses Metaprogramming is a programming technique in which computer programs have the ability to modif... tion story, but the idea was born and implemented in the early 1960s. For Python, code modifications ... tocol. It may look like syntactic sugar, because in many cases metaprogramming allows programmers to
2.9 Inheriting properties from built-in classes @info:cursos:pue:python-pcpp1:m1
121 Resultats, Darrera modificació:
= 2.9 Inheriting properties from built-in classes Python gives you the ability to create a class that inherits properties from any Python built-in class in order to get a new class that can enrich the paren
Apuntes SinCara sesión 1 @info:cursos:pue:ethical-hacker:sesion1
119 Resultats, Darrera modificació:
ara sesión 1 == Modulo 01 * El CIO (Director de Información), es el gerente de sistemas o director de tecnologías de la información (responsable de TI). Reporta directament... ación que están alineadas con la tecnología de la información para lograr los objetivos planificados. ... ativa. * El CISO (Director de Seguridad de la Información) es el director de seguridad de la infor
2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
108 Resultats, Darrera modificació:
rote this 19-line poem on the Python mailing list in 1999, and it became entry #20 in the Python Enhancement Proposals in 2004. It’s one of the //Easter eggs// (i.e., hidden, secret messages or features) included in the Python interpreter. Now let’s see t
2.2 Inheritance and polymorphism — Inheritance as a pillar of OOP @info:cursos:pue:python-pcpp1:m1
107 Resultats, Darrera modificació:
= 2.2 Inheritance and polymorphism — Inheritance as a pillar of OOP Inheritance is one of the fundamental concepts of object oriented program... ses (parents) and their subclasses (descendants). Inheritance creates a class hierarchy. Any object bo
2.1 Python core syntax @info:cursos:pue:python-pcpp1:m1
104 Resultats, Darrera modificació:
tions that allow us to operate on strings, lists, integers, and floats. It’s natural for us to formula... senting operators, or to get a number of elements in a sequence or dictionary. We are able to add two or more strings together, which results in the strings’ concatenation; we are able to add integers and we know what the result should be, all do
3.1 Advanced techniques of creating and serving exceptions @info:cursos:pue:python-pcpp1:m1
100 Resultats, Darrera modificació:
ced techniques of creating and serving exceptions In this module, we'll talk about Python exceptions –... am that disrupts the normal flow of the program's instructions. Plan for the module: * short introduction to exceptions; * review of the named attributes of exception objects; * introduction to chained exceptions; * analysis of
Lab Module 18 IoT and OT Hacking @info:cursos:pue:ethical-hacker:sesion5
99 Resultats, Darrera modificació:
arious Footprinting Techniques === Task 1: Gather Information using Online Footprinting Tools - Laun... main Lookup page appears; type www.oasis-open.org in the search field and click SEARCH. \\ {{:info:cursos:pue:ethical-hacker:sesion5:pasted:20250221-01174... 5.0 standard, which represents a significant leap in the refinement and capability of the messaging pr
1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
99 Resultats, Darrera modificació:
xisting/malformed address We’ve reached the point in which we are ready to gather all new facts and tools and glue all these pieces into one functional block. You already know how HTTP... store and publish fancy images and funny videos. In fact, a properly trained web server can be a very... ther services designed for storing and processing information. Moreover, the structure of the database
1.2 Working with class and instance data – instance variables @info:cursos:pue:python-pcpp1:m1
95 Resultats, Darrera modificació:
= 1.2 Working with class and instance data – instance variables == Instance variables This kind of variable exists when and only when it is explicitl... o an object. This can be done during the object's initialization, performed by the __init__ method, or
2.5 Different faces of Python methods @info:cursos:pue:python-pcpp1:m1
87 Resultats, Darrera modificació:
2.4 Decorators @info:cursos:pue:python-pcpp1:m1
86 Resultats, Darrera modificació:
1.2 How to use sockets in Python @info:cursos:pue:python-pcpp1:m4
81 Resultats, Darrera modificació:
4.1 Logging in Python @info:cursos:pue:python-pcpp1:m5
81 Resultats, Darrera modificació:
Curso python (PCPP1) PUE 2023
75 Resultats, Darrera modificació:
Apuntes SinCara sesión 4 @info:cursos:pue:ethical-hacker:sesion4
71 Resultats, Darrera modificació:
2.1 File processing - XML files @info:cursos:pue:python-pcpp1:m5
71 Resultats, Darrera modificació:
4.1 Shallow and deep copy operations @info:cursos:pue:python-pcpp1:m1
70 Resultats, Darrera modificació:
LPIC2 2021 Sesión 10 (2021-03-04) @info:cursos:pue:lpic2-2021
68 Resultats, Darrera modificació:
2.6 Abstract classes @info:cursos:pue:python-pcpp1:m1
65 Resultats, Darrera modificació:
LPIC2 (PUE 2021)
61 Resultats, Darrera modificació:
Lab Module 19 Cloud Computing @info:cursos:pue:ethical-hacker:sesion5
60 Resultats, Darrera modificació:
Sesión 3 : swarm @info:cursos:pue:devops
57 Resultats, Darrera modificació:
1.3 JSON – our new friend @info:cursos:pue:python-pcpp1:m4
56 Resultats, Darrera modificació:
1.2 Let TkInter speak! @info:cursos:pue:python-pcpp1:m3
54 Resultats, Darrera modificació:
1.6 Events and how to handle them @info:cursos:pue:python-pcpp1:m3
53 Resultats, Darrera modificació:
LPIC2 (PUE Incompleto)
51 Resultats, Darrera modificació:
5.1 The configparser module @info:cursos:pue:python-pcpp1:m5
51 Resultats, Darrera modificació:
Lab Module 20 Cryptography @info:cursos:pue:ethical-hacker:sesion5
46 Resultats, Darrera modificació:
Sesión 12 : k8s (traefik) @info:cursos:pue:devops
45 Resultats, Darrera modificació:
DevOps Sesión 12 (2022-03-21) @info:cursos:pue:devops2022
45 Resultats, Darrera modificació:
Apuntes SinCara sesion 3 @info:cursos:pue:ethical-hacker:sesion3
45 Resultats, Darrera modificació:
1.5 A simple GUI application @info:cursos:pue:python-pcpp1:m3
45 Resultats, Darrera modificació:
3.1 The CSV module in Python @info:cursos:pue:python-pcpp1:m5
45 Resultats, Darrera modificació:
Apuntes SinCara sesión 2 @info:cursos:pue:ethical-hacker:sesion2
44 Resultats, Darrera modificació:
Apuntes SinCara Extras @info:cursos:pue:ethical-hacker:extras
43 Resultats, Darrera modificació:
Apuntes SinCara Extras Privacidad @info:cursos:pue:ethical-hacker:extras
43 Resultats, Darrera modificació:
LPIC2 2021 Sesión 9 (2021-03-02) @info:cursos:pue:lpic2-2021
42 Resultats, Darrera modificació:
Sesión 5: vagrant, ansible @info:cursos:pue:devops
40 Resultats, Darrera modificació:
Ethical Hacker
38 Resultats, Darrera modificació:
2.7 Encapsulation @info:cursos:pue:python-pcpp1:m1
36 Resultats, Darrera modificació:
1.4 Talking to JSON in Python @info:cursos:pue:python-pcpp1:m4
36 Resultats, Darrera modificació:
1.7 Visiting widgets’ properties @info:cursos:pue:python-pcpp1:m3
35 Resultats, Darrera modificació:
DevOps Sesión 13 (2022-03-23) Ansible @info:cursos:pue:devops2022
33 Resultats, Darrera modificació:
Sesión 16 prometheus on kubernetes @info:cursos:pue:devops
31 Resultats, Darrera modificació:
2.5 Working with the Canvas @info:cursos:pue:python-pcpp1:m3
30 Resultats, Darrera modificació:
1.8 Interacting with widget methods @info:cursos:pue:python-pcpp1:m3
27 Resultats, Darrera modificació:
LPIC2 2021 Sesión 11 (2021-03-09) @info:cursos:pue:lpic2-2021
26 Resultats, Darrera modificació:
Apuntes SinCara Extras IPSec @info:cursos:pue:ethical-hacker:extras
26 Resultats, Darrera modificació:
Apuntes SinCara sesión 5 @info:cursos:pue:ethical-hacker:sesion5
26 Resultats, Darrera modificació:
2.3 Extended function argument syntax @info:cursos:pue:python-pcpp1:m1
25 Resultats, Darrera modificació:
Ethical Hacker : sesión 2 @info:cursos:pue:ethical-hacker
24 Resultats, Darrera modificació:
LPIC2 2021 Sesión 5 (2021-02-16) - discos @info:cursos:pue:lpic2-2021
24 Resultats, Darrera modificació:
LPIC2 2021 Sesión 15 (2021-03-23) @info:cursos:pue:lpic2-2021
24 Resultats, Darrera modificació:
DevOps Sesión 11 (2022-03-16) Ansible @info:cursos:pue:devops2022
23 Resultats, Darrera modificació:
Ethical Hacker : extras @info:cursos:pue:ethical-hacker
23 Resultats, Darrera modificació:
1.9 Looking at variables @info:cursos:pue:python-pcpp1:m3
23 Resultats, Darrera modificació:
1.4 Coloring your widgets @info:cursos:pue:python-pcpp1:m3
22 Resultats, Darrera modificació:
Ethical Hacker : sesión 1 @info:cursos:pue:ethical-hacker
21 Resultats, Darrera modificació:
Curso PUE DevOps 2022
19 Resultats, Darrera modificació:
Lab Module 09: Social Engineering @info:cursos:pue:ethical-hacker:sesion3
19 Resultats, Darrera modificació:
DevOps Sesión 7 (2022-03-02) k8s @info:cursos:pue:devops2022
18 Resultats, Darrera modificació:
1.1 What is PEP? @info:cursos:pue:python-pcpp1:m2
18 Resultats, Darrera modificació:
DevOps
17 Resultats, Darrera modificació:
Sesión 6 : ansible @info:cursos:pue:devops
17 Resultats, Darrera modificació:
DevOps Sesión 15 (2022-03-30) ELK @info:cursos:pue:devops2022
16 Resultats, Darrera modificació:
LPIC1 (PUE)
15 Resultats, Darrera modificació:
DevOps Sesión 8 (2022-03-07) k8s @info:cursos:pue:devops2022
15 Resultats, Darrera modificació:
Ethical Hacker : sesión 3 @info:cursos:pue:ethical-hacker
15 Resultats, Darrera modificació:
LPIC2 2021 Sesión 12 (2021-03-11) @info:cursos:pue:lpic2-2021
14 Resultats, Darrera modificació:
DevOps Sesión 6 (2022-02-28) k8s @info:cursos:pue:devops2022
13 Resultats, Darrera modificació:
configuracion red avanzada @info:cursos:pue:lpic2:6
13 Resultats, Darrera modificació:
Sesión 9 : kubernetes, Jenkins @info:cursos:pue:devops
12 Resultats, Darrera modificació:
DevOps Sesión 1 (2022-02-09) Docker @info:cursos:pue:devops2022
12 Resultats, Darrera modificació:
DevOps Sesión 9 (2022-03-09) Vagrant @info:cursos:pue:devops2022
12 Resultats, Darrera modificació:
Sesión 8 : kubernetes @info:cursos:pue:devops
11 Resultats, Darrera modificació:
DevOps Sesión 3 (2022-02-16) Docker @info:cursos:pue:devops2022
11 Resultats, Darrera modificació:
LPIC2 2021 Sesión 8 (2021-02-25) @info:cursos:pue:lpic2-2021
11 Resultats, Darrera modificació:
LPIC2 2021 Sesión 14 (2021-03-18) @info:cursos:pue:lpic2-2021
11 Resultats, Darrera modificació:
DevOps Sesión 5 (2022-02-23) Swarm @info:cursos:pue:devops2022
9 Resultats, Darrera modificació:
Google Cloud Associate Cloud Enginer (234)
8 Resultats, Darrera modificació:
sesión 14 OpenStack @info:cursos:pue:devops
8 Resultats, Darrera modificació:
103.1 - línea de comando @info:cursos:pue:lpic1
8 Resultats, Darrera modificació:
Sesión 7: Seguridad, Prometheus @info:cursos:pue:devops
7 Resultats, Darrera modificació:
Sesión 11 Jenkins @info:cursos:pue:devops
7 Resultats, Darrera modificació:
sesión 13 ELK @info:cursos:pue:devops
7 Resultats, Darrera modificació:
LPIC2 2021 Sesión 6 (2021-02-18) - lvm @info:cursos:pue:lpic2-2021
7 Resultats, Darrera modificació:
LPIC2 2021 Sesión 13 (2021-03-16) @info:cursos:pue:lpic2-2021
7 Resultats, Darrera modificació:
dhcp @info:cursos:pue:lpic2:11
7 Resultats, Darrera modificació:
Curso python PUE 2022
6 Resultats, Darrera modificació:
Sesión1: Docker @info:cursos:pue:devops
6 Resultats, Darrera modificació:
Sesión 2: Docker @info:cursos:pue:devops
6 Resultats, Darrera modificació:
Sesión 15 examen @info:cursos:pue:devops
6 Resultats, Darrera modificació:
Ethical Hacker : shellgpt @info:cursos:pue:ethical-hacker
6 Resultats, Darrera modificació:
103.5 Crear, monitorizar y destruir procesos @info:cursos:pue:lpic1
6 Resultats, Darrera modificació:
Lab Module 06: Sytem hacking @info:cursos:pue:ethical-hacker:sesion2
6 Resultats, Darrera modificació:
DevOps Sesión 2 (2022-02-14) Docker @info:cursos:pue:devops2022
5 Resultats, Darrera modificació:
configuración básica de red @info:cursos:pue:lpic2:6
5 Resultats, Darrera modificació:
Sesión 4 : swarm (ELK+TIG) @info:cursos:pue:devops
4 Resultats, Darrera modificació:
Lab Module 07 @info:cursos:pue:ethical-hacker:sesion2
4 Resultats, Darrera modificació:
Ethical Hacker : sesión 5 @info:cursos:pue:ethical-hacker
3 Resultats, Darrera modificació:
103.2 - filtros @info:cursos:pue:lpic1
3 Resultats, Darrera modificació:
Python Sesión 9 (2022-06-21) @info:cursos:pue:python
3 Resultats, Darrera modificació:
Sesión 10 Jenkins @info:cursos:pue:devops
2 Resultats, Darrera modificació:
flujos, pipes y redirecciones @info:cursos:pue:lpic1
2 Resultats, Darrera modificació:
Expresiones Regulares @info:cursos:pue:lpic1
2 Resultats, Darrera modificació:
DevOps Sesión 0 (2022-02-00) @info:cursos:pue:devops2022
1 Resultats, Darrera modificació:
Python Sesión 0 (2022-05-00) @info:cursos:pue:python
1 Resultats, Darrera modificació:
Python Sesión 1 (2022-05-24) @info:cursos:pue:python
1 Resultats, Darrera modificació:
Lab Modulo 11 - Session Hijacking @info:cursos:pue:ethical-hacker:sesion4
1 Resultats, Darrera modificació:
Lab Module 13 @info:cursos:pue:ethical-hacker:sesion4
1 Resultats, Darrera modificació: