Cerca

Heus ací els resultats de la cerca.

Apuntes SinCara Extras systemd @info:cursos:pue:ethical-hacker:extras
381 Resultats, Darrera modificació:
= Apuntes SinCara Extras systemd == Consideraciones iniciales * Se presenta el 30 de abril de 2010, por Lennart Poetterig * SystemD es un... cios. * Reemplaza los sistemas de inicio tradicionales como SysV init o Upstart (de Canonical / Ubuntu) * Se enfoca en la eficiencia, la rapidez y la
1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
350 Resultats, Darrera modificació:
= 1.7 Four magic letters: CRUD == Entering a non-existing/malformed address We’ve reached the point in... ew facts and tools and glue all these pieces into one functional block. You already know how HTTP works, how it’ is mounted on top of the TCP stack and how the HTTP server is a
Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
329 Resultats, Darrera modificació:
sesión 4 * [[info:cursos:pue:ethical-hacker:sesion4]] == clase * Modulo 14 * Modulo 15 * Modu... * Modulo 17 == Modulo 14: Hacking Web Applications * Amenazas * OWASP - [[https://owasp.org]] ... ociación sin ánimo de lucro * proyectos relacionados con seguridad * Coraza - ModSecurity - set reglas programables * web security testint gui
3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
324 Resultats, Darrera modificació:
= 3.1 PEP 8 – Introduction As mentioned earlier, PEP 8 is a document that provides coding conventions (code style guide) for Python code. PEP 8 is considered one of the most important PEPs and a
4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
290 Resultats, Darrera modificació:
= 4.1 PEP 257 – Docstring Conventions == What is PEP 257? PEP 257 is a document created as part of the Python Developer's Guide, which makes an attempt to stan... level structure of docstrings. It outlines the **conventions**, best practices, and semantics (not law
2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
263 Resultats, Darrera modificació:
= 2.1 PEP 20 – The Zen of Python The **Zen of Python** is a collection of 19 aphorisms, which reflect the philosophy behind Python, its guiding principles, and design. Tim Peters,
2.4 Decorators @info:cursos:pue:python-pcpp1:m1
256 Resultats, Darrera modificació:
= 2.4 Decorators A decorator is one of the design patterns that describes the structure of related objects. Python is able to decorate functions, methods, and classes. The decorator's operation is based on wrapping the original function with a
3.1 Advanced techniques of creating and serving exceptions @info:cursos:pue:python-pcpp1:m1
235 Resultats, Darrera modificació:
dvanced techniques of creating and serving exceptions In this module, we'll talk about Python exceptions – objects that represent errors which occur during the execution of a program that disrupts the normal flow of the
1.1 SQLite @info:cursos:pue:python-pcpp1:m5
218 Resultats, Darrera modificació:
== What is a database? Nowadays, social applications such as Facebook, Twitter, and Instagram are ver... ounts, and existing users add or share different content. You’ve surely noticed that the data sent to those applications are still available after a few days, or even ye... now how that’s possible? Data is simply information about users, the contents of their posts, and com
1.2 How to use sockets in Python @info:cursos:pue:python-pcpp1:m4
206 Resultats, Darrera modificació:
= 1.2 How to use sockets in Python == How to fetch a document from a server using Python We are going to write our first program making us... of network sockets. Of course, we'll harness Python for this purpose. Here are our goals: * we wa... hich reads the address of a WWW site** (e.g., pythoninstitute.org) using the standard ''input()'' func
2.1 Python core syntax @info:cursos:pue:python-pcpp1:m1
196 Resultats, Darrera modificació:
= 2.1 Python core syntax So far we have been using Python core operations that allow us to operate on strings, lists, integers, and floats. It’s natural for us to formulate e
Python Professional Course Series: GUI Programming @info:cursos:pue:python-pcpp1:m3
188 Resultats, Darrera modificació:
= Python Professional Course Series: GUI Programming == What is GUI? GUI is an acronym. Moreover, it’s a three-letter acronym, a representative of a well-known class of acronyms which pl
1.6 Making life easier with the requests module @info:cursos:pue:python-pcpp1:m4
188 Resultats, Darrera modificació:
nough to communicate with the web service using JSON as an information carrier. Unfortunately, our knowledge needs to be supplemented – we need a **server... ule to talk with the **service** (we beg your pardon). “Wait,” you may ask here. “Doesn't the socket ... tries to establish, maintain, and close internet connections. This is why we used it before when we wa
1.6 Events and how to handle them @info:cursos:pue:python-pcpp1:m3
187 Resultats, Darrera modificació:
ow, events are the fuel which propel the application’s movements. All events come **to the event manager**, which is responsible for dispatching them to all the application components. This also means that some of the events may launch some of your callbacks, which makes yo
5.1 The configparser module @info:cursos:pue:python-pcpp1:m5
186 Resultats, Darrera modificació:
= 5.1 The configparser module == Introduction to the configparser module Currently, many popular services provide an API that we can use in our applications. Integration with these services requires authen
1.4 Talking to JSON in Python @info:cursos:pue:python-pcpp1:m4
182 Resultats, Darrera modificació:
1.2 Let TkInter speak! @info:cursos:pue:python-pcpp1:m3
173 Resultats, Darrera modificació:
5.1 Metaprogramming @info:cursos:pue:python-pcpp1:m1
170 Resultats, Darrera modificació:
Apuntes SinCara Extras Privacidad @info:cursos:pue:ethical-hacker:extras
166 Resultats, Darrera modificació:
Apuntes SinCara sesión 1 @info:cursos:pue:ethical-hacker:sesion1
164 Resultats, Darrera modificació:
1.7 Visiting widgets’ properties @info:cursos:pue:python-pcpp1:m3
155 Resultats, Darrera modificació:
1.3 JSON – our new friend @info:cursos:pue:python-pcpp1:m4
151 Resultats, Darrera modificació:
DevOps Sesión 13 (2022-03-23) Ansible @info:cursos:pue:devops2022
145 Resultats, Darrera modificació:
Apuntes SinCara sesión 4 @info:cursos:pue:ethical-hacker:sesion4
145 Resultats, Darrera modificació:
Lab Module 18 IoT and OT Hacking @info:cursos:pue:ethical-hacker:sesion5
138 Resultats, Darrera modificació:
1.5 A simple GUI application @info:cursos:pue:python-pcpp1:m3
136 Resultats, Darrera modificació:
4.1 Shallow and deep copy operations @info:cursos:pue:python-pcpp1:m1
130 Resultats, Darrera modificació:
Apuntes SinCara Extras @info:cursos:pue:ethical-hacker:extras
123 Resultats, Darrera modificació:
2.6 Abstract classes @info:cursos:pue:python-pcpp1:m1
122 Resultats, Darrera modificació:
Apuntes SinCara sesión 2 @info:cursos:pue:ethical-hacker:sesion2
121 Resultats, Darrera modificació:
Sesión 5: vagrant, ansible @info:cursos:pue:devops
119 Resultats, Darrera modificació:
Apuntes SinCara sesion 3 @info:cursos:pue:ethical-hacker:sesion3
117 Resultats, Darrera modificació:
2.5 Working with the Canvas @info:cursos:pue:python-pcpp1:m3
107 Resultats, Darrera modificació:
Sesión 12 : k8s (traefik) @info:cursos:pue:devops
106 Resultats, Darrera modificació:
Lab Module 20 Cryptography @info:cursos:pue:ethical-hacker:sesion5
106 Resultats, Darrera modificació:
2.3 A small lexicon of widgets - Part 3 @info:cursos:pue:python-pcpp1:m3
104 Resultats, Darrera modificació:
Curso python (PCPP1) PUE 2023
100 Resultats, Darrera modificació:
Sesión 3 : swarm @info:cursos:pue:devops
100 Resultats, Darrera modificació:
Sesión 8 : kubernetes @info:cursos:pue:devops
99 Resultats, Darrera modificació:
2.1 A small lexicon of widgets - Part 1 @info:cursos:pue:python-pcpp1:m3
97 Resultats, Darrera modificació:
2.7 Encapsulation @info:cursos:pue:python-pcpp1:m1
96 Resultats, Darrera modificació:
LPIC2 2021 Sesión 10 (2021-03-04) @info:cursos:pue:lpic2-2021
95 Resultats, Darrera modificació:
DevOps Sesión 6 (2022-02-28) k8s @info:cursos:pue:devops2022
90 Resultats, Darrera modificació:
DevOps Sesión 12 (2022-03-21) @info:cursos:pue:devops2022
89 Resultats, Darrera modificació:
LPIC2 2021 Sesión 12 (2021-03-11) @info:cursos:pue:lpic2-2021
87 Resultats, Darrera modificació:
Sesión 7: Seguridad, Prometheus @info:cursos:pue:devops
86 Resultats, Darrera modificació:
3.1 The CSV module in Python @info:cursos:pue:python-pcpp1:m5
86 Resultats, Darrera modificació:
DevOps Sesión 7 (2022-03-02) k8s @info:cursos:pue:devops2022
83 Resultats, Darrera modificació:
4.1 Logging in Python @info:cursos:pue:python-pcpp1:m5
82 Resultats, Darrera modificació:
2.1 File processing - XML files @info:cursos:pue:python-pcpp1:m5
79 Resultats, Darrera modificació:
DevOps Sesión 1 (2022-02-09) Docker @info:cursos:pue:devops2022
78 Resultats, Darrera modificació:
DevOps Sesión 8 (2022-03-07) k8s @info:cursos:pue:devops2022
78 Resultats, Darrera modificació:
2.3 Extended function argument syntax @info:cursos:pue:python-pcpp1:m1
77 Resultats, Darrera modificació:
Lab Module 19 Cloud Computing @info:cursos:pue:ethical-hacker:sesion5
75 Resultats, Darrera modificació:
1.8 Interacting with widget methods @info:cursos:pue:python-pcpp1:m3
75 Resultats, Darrera modificació:
LPIC2 2021 Sesión 9 (2021-03-02) @info:cursos:pue:lpic2-2021
73 Resultats, Darrera modificació:
2.2 A small lexicon of widgets - Part 2 @info:cursos:pue:python-pcpp1:m3
73 Resultats, Darrera modificació:
Apuntes SinCara sesión 5 @info:cursos:pue:ethical-hacker:sesion5
71 Resultats, Darrera modificació:
1.4 Coloring your widgets @info:cursos:pue:python-pcpp1:m3
69 Resultats, Darrera modificació:
Sesión 16 prometheus on kubernetes @info:cursos:pue:devops
67 Resultats, Darrera modificació:
LPIC2 2021 Sesión 5 (2021-02-16) - discos @info:cursos:pue:lpic2-2021
67 Resultats, Darrera modificació:
DevOps Sesión 9 (2022-03-09) Vagrant @info:cursos:pue:devops2022
63 Resultats, Darrera modificació:
2.5 Different faces of Python methods @info:cursos:pue:python-pcpp1:m1
63 Resultats, Darrera modificació:
1.1 What is PEP? @info:cursos:pue:python-pcpp1:m2
60 Resultats, Darrera modificació:
Ethical Hacker : sesión 2 @info:cursos:pue:ethical-hacker
58 Resultats, Darrera modificació:
LPIC2 2021 Sesión 13 (2021-03-16) @info:cursos:pue:lpic2-2021
54 Resultats, Darrera modificació:
Apuntes SinCara Extras IPSec @info:cursos:pue:ethical-hacker:extras
54 Resultats, Darrera modificació:
LPIC2 2021 Sesión 11 (2021-03-09) @info:cursos:pue:lpic2-2021
51 Resultats, Darrera modificació:
Ethical Hacker : sesión 3 @info:cursos:pue:ethical-hacker
46 Resultats, Darrera modificació:
sesión 13 ELK @info:cursos:pue:devops
45 Resultats, Darrera modificació:
DevOps Sesión 11 (2022-03-16) Ansible @info:cursos:pue:devops2022
45 Resultats, Darrera modificació:
LPIC2 2021 Sesión 8 (2021-02-25) @info:cursos:pue:lpic2-2021
41 Resultats, Darrera modificació:
Ethical Hacker : sesión 1 @info:cursos:pue:ethical-hacker
40 Resultats, Darrera modificació:
DevOps Sesión 3 (2022-02-16) Docker @info:cursos:pue:devops2022
39 Resultats, Darrera modificació:
DevOps Sesión 15 (2022-03-30) ELK @info:cursos:pue:devops2022
39 Resultats, Darrera modificació:
LPIC2 2021 Sesión 6 (2021-02-18) - lvm @info:cursos:pue:lpic2-2021
39 Resultats, Darrera modificació:
1.9 Looking at variables @info:cursos:pue:python-pcpp1:m3
35 Resultats, Darrera modificació:
LPIC2 2021 Sesión 14 (2021-03-18) @info:cursos:pue:lpic2-2021
34 Resultats, Darrera modificació:
configuracion red avanzada @info:cursos:pue:lpic2:6
32 Resultats, Darrera modificació:
Ethical Hacker : extras @info:cursos:pue:ethical-hacker
30 Resultats, Darrera modificació:
Ethical Hacker
27 Resultats, Darrera modificació:
Sesión 2: Docker @info:cursos:pue:devops
24 Resultats, Darrera modificació:
Sesión 4 : swarm (ELK+TIG) @info:cursos:pue:devops
24 Resultats, Darrera modificació:
DevOps Sesión 2 (2022-02-14) Docker @info:cursos:pue:devops2022
23 Resultats, Darrera modificació:
DevOps Sesión 5 (2022-02-23) Swarm @info:cursos:pue:devops2022
21 Resultats, Darrera modificació:
Sesión 15 examen @info:cursos:pue:devops
20 Resultats, Darrera modificació:
LPIC2 (PUE Incompleto)
19 Resultats, Darrera modificació:
Curso python PUE 2022
19 Resultats, Darrera modificació:
Sesión 6 : ansible @info:cursos:pue:devops
19 Resultats, Darrera modificació:
Lab Module 06: Sytem hacking @info:cursos:pue:ethical-hacker:sesion2
19 Resultats, Darrera modificació:
sesión 14 OpenStack @info:cursos:pue:devops
18 Resultats, Darrera modificació:
configuración básica de red @info:cursos:pue:lpic2:6
18 Resultats, Darrera modificació:
DevOps
17 Resultats, Darrera modificació:
LPIC2 2021 Sesión 15 (2021-03-23) @info:cursos:pue:lpic2-2021
17 Resultats, Darrera modificació:
Lab Module 09: Social Engineering @info:cursos:pue:ethical-hacker:sesion3
15 Resultats, Darrera modificació:
103.5 Crear, monitorizar y destruir procesos @info:cursos:pue:lpic1
14 Resultats, Darrera modificació:
LPIC2 (PUE 2021)
12 Resultats, Darrera modificació:
dhcp @info:cursos:pue:lpic2:11
12 Resultats, Darrera modificació:
Sesión1: Docker @info:cursos:pue:devops
11 Resultats, Darrera modificació:
Sesión 11 Jenkins @info:cursos:pue:devops
11 Resultats, Darrera modificació:
LPIC1 (PUE)
10 Resultats, Darrera modificació:
103.2 - filtros @info:cursos:pue:lpic1
10 Resultats, Darrera modificació:
Lab Module 07 @info:cursos:pue:ethical-hacker:sesion2
10 Resultats, Darrera modificació:
Ethical Hacker : shellgpt @info:cursos:pue:ethical-hacker
9 Resultats, Darrera modificació:
Curso PUE DevOps 2022
8 Resultats, Darrera modificació:
Expresiones Regulares @info:cursos:pue:lpic1
8 Resultats, Darrera modificació:
Python Sesión 9 (2022-06-21) @info:cursos:pue:python
8 Resultats, Darrera modificació:
Sesión 9 : kubernetes, Jenkins @info:cursos:pue:devops
5 Resultats, Darrera modificació:
Python Sesión 1 (2022-05-24) @info:cursos:pue:python
5 Resultats, Darrera modificació:
103.1 - línea de comando @info:cursos:pue:lpic1
4 Resultats, Darrera modificació:
flujos, pipes y redirecciones @info:cursos:pue:lpic1
4 Resultats, Darrera modificació:
Python Sesión 0 (2022-05-00) @info:cursos:pue:python
3 Resultats, Darrera modificació:
DevOps Sesión 0 (2022-02-00) @info:cursos:pue:devops2022
2 Resultats, Darrera modificació:
Ethical Hacker : sesión 5 @info:cursos:pue:ethical-hacker
2 Resultats, Darrera modificació:
Lab Module 13 @info:cursos:pue:ethical-hacker:sesion4
2 Resultats, Darrera modificació:
Google Cloud Associate Cloud Enginer (234)
1 Resultats, Darrera modificació:
Sesión 10 Jenkins @info:cursos:pue:devops
1 Resultats, Darrera modificació: