Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
- Curso python PUE 2022
- Curso python (PCPP1) PUE 2023
- Sesión1: Docker
- Sesión 2: Docker
- Sesión 3 : swarm
- Sesión 4 : swarm (ELK+TIG)
- Sesión 5: vagrant, ansible
- Sesión 6 : ansible
- Sesión 7: Seguridad, Prometheus
- Sesión 8 : kubernetes
- Sesión 9 : kubernetes, Jenkins
- Sesión 10 Jenkins
- Sesión 11 Jenkins
- Sesión 12 : k8s (traefik)
- sesión 13 ELK
- sesión 14 OpenStack
- Sesión 15 examen
- Sesión 16 prometheus on kubernetes
- Ethical Hacker : sesión 1
- Ethical Hacker : sesión 2
- Ethical Hacker : sesión 3
- Ethical Hacker : sesión 4
- Ethical Hacker : sesión 5
- 101.1 Determinar y configurar parámetros de hardware
- flujos, pipes y redirecciones
- 103.5 Crear, monitorizar y destruir procesos
- Expresiones Regulares
- Python Sesión 0 (2022-05-00)
- Python Sesión 1 (2022-05-24)
- Python Sesión 9 (2022-06-21)
- Lab Module 0 : Integrate ShellGPT in Parrot Security Machine
- Lab Module 02: Footprinting and Reconnaissance
- Lab Modulo 03
- Lab Modulo 04
- Lab Modulo 05
- Apuntes SinCara sesión 1
- Lab Module 06: Sytem hacking
- Lab Module 07
- Lab Module 08: Perform Active Sniffing
- Apuntes SinCara sesión 2
- Lab Module 09: Social Engineering
- Apuntes SinCara sesion 3
- Lab Module 10
- Lab Modulo 11 - Session Hijacking
- Lab Module 12: Perform Intrusion Detection using Various Tools
- Lab Module 13
- Apuntes SinCara sesión 4
- Lab Module 18 IoT and OT Hacking
- Lab Module 19 Cloud Computing
- Lab Module 20 Cryptography
- Apuntes SinCara sesión 5
- configuracion red avanzada
- configuración básica de red
- 1.1 Classes, Instances, Attributes, Methods — introduction
- 1.2 Working with class and instance data – instance variables
- 2.1 Python core syntax
- 2.2 Inheritance and polymorphism — Inheritance as a pillar of OOP
- 2.3 Extended function argument syntax
- 2.4 Decorators
- 2.5 Different faces of Python methods
- 2.6 Abstract classes
- 2.7 Encapsulation
- 2.8 Composition vs Inheritance - two ways to the same destination
- 2.9 Inheriting properties from built-in classes
- 3.1 Advanced techniques of creating and serving exceptions
- 4.1 Shallow and deep copy operations
- 4.2 Serialization of Python objects using the pickle module
- 4.3 Making Python objects persistent using the shelve module
- 5.1 Metaprogramming
- 1.1 What is PEP?
- 2.1 PEP 20 – The Zen of Python
- 3.1 PEP 8 – Introduction
- 4.1 PEP 257 – Docstring Conventions
- Python Professional Course Series: GUI Programming
- 1.2 Let TkInter speak!
- 1.3 Settling widgets in the window's interior
- 1.4 Coloring your widgets
- 1.5 A simple GUI application
- 1.6 Events and how to handle them
- 1.7 Visiting widgets’ properties
- 1.8 Interacting with widget methods
- 1.9 Looking at variables
- 2.1 A small lexicon of widgets - Part 1
- 2.2 A small lexicon of widgets - Part 2
- 2.3 A small lexicon of widgets - Part 3
- 2.4 Shaping the main window and conversing with the user
- 2.5 Working with the Canvas
- 1.1 Python Professional Course Series: RESTful APIs
- 1.2 How to use sockets in Python
- 1.3 JSON – our new friend
- 1.4 Talking to JSON in Python
- 1.5 What is XML and why do we prefer to use JSON?
- 1.6 Making life easier with the requests module
- 1.7 Four magic letters: CRUD
- 2.1 Python Professional Course Series: Lab & Assessment
- 1.1 SQLite
- 2.1 File processing - XML files
- 3.1 The CSV module in Python
- 4.1 Logging in Python
- 5.1 The configparser module
Resultats de text complet:
- Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
- r:pasted:20250220-021744.png?500}} - Now, click on the Spider tab from the lower section of the wind... - Now, expand Password Sent Over HTTP and click on first http://www.moviescope.com link from the lef... w, under REFERENCES section, press Ctrl and click on CWE-319 hyperlink . - A CWE website appears in ... ent-Type-Options Header is Missing node and click on http://www.moviescope.com link to view its conten
- Lab Module 18 IoT and OT Hacking @info:cursos:pue:ethical-hacker:sesion5
- arch sensitive SCADA directories that are exposed on sites. - Now, in the browser window, open a new... h displays the account-related information. Click on Shodan on top-left corner of the window to go to the main page of Shodan. - The Shodan main page ap... 83 is defined by IANA as MQTT over TCP. - Click on any IP address to view its detailed information.
- 2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
- age and Python community, wrote this 19-line poem on the Python mailing list in 1999, and it became en... n individually, but, still, let’s try to meditate on each of them. == Beautiful is better than ugly B... , variable naming conventions, placing statements on separate lines, and many others. Example: Write ... leaving a comment in code to explain what’s going on so that other programmers find it easier to under
- 4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
- ections. == Docstring vs. comments Before we move on, we need to understand this essential distinction... e value multiplied by 0.7.</code> == A few words on type hints: PEP 484 Before we move on from talking about comments to elaborating on docstrings, there is one more Python feature that we wa
- 2.2 Inheritance and polymorphism — Inheritance as a pillar of OOP @info:cursos:pue:python-pcpp1:m1
- ition. In the following example, class D is based on classes B and C, whereas class E is based on classes C and B (the order matters!). <code python>clas... ner', 'Fax', 'Printer'), then instantiate it; * on each object call the methods: scan(), print(), se... ious slides. To briefly demonstrate polymorphism on integers and strings, execute the following code
- 1.1 Classes, Instances, Attributes, Methods — introduction @info:cursos:pue:python-pcpp1:m1
- an understanding of common terms, we should agree on the following definitions: * class — an idea, ... — a function built into a class that is executed on behalf of the class or object; some say that it’s... inheritance to get a more specialized class based on another class. Additionally, your classes could ... ject is everything in Python that you can operate on, like a class, instance, list, or dictionary. Th
- 1.6 Events and how to handle them @info:cursos:pue:python-pcpp1:m3
- now, however, we want you to focus your attention on a very helpful method we’ll use to arrange commun... on to **title the message box** which will appear on the screen; you can use an **empty** string, and ... vent is actually an object. Let’s shed some light on that. An event object is an instantiation of the... ind the callback again**. We haven’t said a word on modifying a widget’s properties, and we’re going
- 3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
- read much more often than it will be written**. On the one hand, consistency is a crucial factor that determines code readability. On the other hand, inconsistency with PEP 8 may at t... * If following them will have a negative effect on code readability. * If following them will caus... of them, but we encourage you to explore further on your own: * **pycodestyle** (formerly called p
- Python Professional Course Series: GUI Programming @info:cursos:pue:python-pcpp1:m3
- in a different building, a different city or even on a different continent. But the most intriguing p... t could display either grey, amber, or green dots on a black or nearly black background); * wasn’t a... al terminals which exerted the greatest influence on the construction of such equipment and became wor... ality, but it's not just a matter of what you see on the screen, but also what you can do to change it
- 2.1 Python core syntax @info:cursos:pue:python-pcpp1:m1
- g Python core operations that allow us to operate on strings, lists, integers, and floats. It’s natura... hould be, all done by using the “+” operator, but on respective data types. Now, we'll use the same f... tax – an ability to perform specific operations **on different** data types, when operations are formu... lied to our objects, so we can use core operators on our objects. Let's imagine the following situati
- 1.1 Python Professional Course Series: RESTful APIs @info:cursos:pue:python-pcpp1:m4
- going to convince you to take a rest? Not at all. On the contrary, we want to encourage you to start t... ary computer systems, especially those which work on the Internet; moreover, which cannot work without... est question that can be put now. REST is focused on a very specific kind of data - the data which ref... ine that the object is stored somewhere else, not on your computer, but on a server located over the h
- 1.7 Visiting widgets’ properties @info:cursos:pue:python-pcpp1:m3
- et properties’ values. The first method is based on using a **dictionary** which exists inside every ... editor. <code python> import tkinter as tk def on_off(): global button state = button["text"] if state == "ON": state = "OFF" else: state = "ON" button["text"] = state window = tk.Tk() bu
- 1.1 SQLite @info:cursos:pue:python-pcpp1:m5
- a database, which is a set of information stored on a disk in a computer system. Access to the databa... re many free and paid database management systems on the market. The most popular of them include: *... IBM DB2 Later in this course, we'll focus mainly on the SQLite system. You'll use it to create your f... QLite has found many uses in mobile applications (on both Android and iOS platforms) to store informat
- 2.9 Inheriting properties from built-in classes @info:cursos:pue:python-pcpp1:m1
- easonable enough? Your new class will be based on the Python list implementation and will also vali... a result, when solving a domain problem, we focus on the problem and not on type control. Look at the code presented in the editor pane. <code python> c... list) </code> Something that’s worth commenting on is that we have delivered: * a static, dedicat
- Sesión 7: Seguridad, Prometheus @info:cursos:pue:devops
- (irate(node_cpu_seconds_total{mode="idle"}[1m]) * ON(instance) GROUP_LEFT(node_name) node_meta *... able_bytes) / node_memory_MemTotal_bytes) * ON(instance) GROUP_LEFT(node_name) node_meta * 100) ... de_filesystem_size_bytes{mountpoint="/rootfs"}) * ON(instance) GROUP_LEFT(node_name) node_meta >... free_bytes{mountpoint="/rootfs"}[1h], 6 * 3600) * ON(instance) GROUP_LEFT(node_name) node_meta <