on

Cerca

Heus ací els resultats de la cerca.

Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
33 Resultats, Darrera modificació:
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
26 Resultats, Darrera modificació:
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
23 Resultats, Darrera modificació:
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
21 Resultats, Darrera modificació:
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
18 Resultats, Darrera modificació:
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
17 Resultats, Darrera modificació:
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
16 Resultats, Darrera modificació:
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
15 Resultats, Darrera modificació:
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
15 Resultats, Darrera modificació:
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
14 Resultats, Darrera modificació:
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
14 Resultats, Darrera modificació:
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
13 Resultats, Darrera modificació:
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
11 Resultats, Darrera modificació:
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
10 Resultats, Darrera modificació:
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
8 Resultats, Darrera modificació:
(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 <
Lab Module 20 Cryptography @info:cursos:pue:ethical-hacker:sesion5
8 Resultats, Darrera modificació:
5.1 Metaprogramming @info:cursos:pue:python-pcpp1:m1
8 Resultats, Darrera modificació:
1.2 How to use sockets in Python @info:cursos:pue:python-pcpp1:m4
8 Resultats, Darrera modificació:
Sesión 3 : swarm @info:cursos:pue:devops
7 Resultats, Darrera modificació:
Lab Module 19 Cloud Computing @info:cursos:pue:ethical-hacker:sesion5
7 Resultats, Darrera modificació:
2.4 Decorators @info:cursos:pue:python-pcpp1:m1
7 Resultats, Darrera modificació:
1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
7 Resultats, Darrera modificació:
1.3 JSON – our new friend @info:cursos:pue:python-pcpp1:m4
6 Resultats, Darrera modificació:
Sesión 4 : swarm (ELK+TIG) @info:cursos:pue:devops
5 Resultats, Darrera modificació:
Sesión 8 : kubernetes @info:cursos:pue:devops
5 Resultats, Darrera modificació:
sesión 13 ELK @info:cursos:pue:devops
5 Resultats, Darrera modificació:
Sesión 16 prometheus on kubernetes @info:cursos:pue:devops
5 Resultats, Darrera modificació:
LPIC2 2021 Sesión 9 (2021-03-02) @info:cursos:pue:lpic2-2021
4 Resultats, Darrera modificació:
Apuntes SinCara Extras systemd @info:cursos:pue:ethical-hacker:extras
4 Resultats, Darrera modificació:
Lab Module 09: Social Engineering @info:cursos:pue:ethical-hacker:sesion3
4 Resultats, Darrera modificació:
2.5 Different faces of Python methods @info:cursos:pue:python-pcpp1:m1
4 Resultats, Darrera modificació:
2.7 Encapsulation @info:cursos:pue:python-pcpp1:m1
4 Resultats, Darrera modificació:
4.1 Shallow and deep copy operations @info:cursos:pue:python-pcpp1:m1
4 Resultats, Darrera modificació:
4.1 Logging in Python @info:cursos:pue:python-pcpp1:m5
4 Resultats, Darrera modificació:
2.3 Extended function argument syntax @info:cursos:pue:python-pcpp1:m1
3 Resultats, Darrera modificació:
1.2 Let TkInter speak! @info:cursos:pue:python-pcpp1:m3
3 Resultats, Darrera modificació:
1.4 Coloring your widgets @info:cursos:pue:python-pcpp1:m3
3 Resultats, Darrera modificació:
2.5 Working with the Canvas @info:cursos:pue:python-pcpp1:m3
3 Resultats, Darrera modificació:
1.4 Talking to JSON in Python @info:cursos:pue:python-pcpp1:m4
3 Resultats, Darrera modificació:
Sesión 2: Docker @info:cursos:pue:devops
2 Resultats, Darrera modificació:
DevOps Sesión 3 (2022-02-16) Docker @info:cursos:pue:devops2022
2 Resultats, Darrera modificació:
LPIC2 2021 Sesión 10 (2021-03-04) @info:cursos:pue:lpic2-2021
2 Resultats, Darrera modificació:
LPIC2 2021 Sesión 12 (2021-03-11) @info:cursos:pue:lpic2-2021
2 Resultats, Darrera modificació:
Apuntes SinCara sesión 5 @info:cursos:pue:ethical-hacker:sesion5
2 Resultats, Darrera modificació:
1.1 What is PEP? @info:cursos:pue:python-pcpp1:m2
2 Resultats, Darrera modificació:
1.5 A simple GUI application @info:cursos:pue:python-pcpp1:m3
2 Resultats, Darrera modificació:
1.8 Interacting with widget methods @info:cursos:pue:python-pcpp1:m3
2 Resultats, Darrera modificació:
2.1 File processing - XML files @info:cursos:pue:python-pcpp1:m5
2 Resultats, Darrera modificació:
Curso python (PCPP1) PUE 2023
1 Resultats, Darrera modificació:
Sesión 6 : ansible @info:cursos:pue:devops
1 Resultats, Darrera modificació:
Sesión 12 : k8s (traefik) @info:cursos:pue:devops
1 Resultats, Darrera modificació:
sesión 14 OpenStack @info:cursos:pue:devops
1 Resultats, Darrera modificació:
DevOps Sesión 2 (2022-02-14) Docker @info:cursos:pue:devops2022
1 Resultats, Darrera modificació:
Ethical Hacker : shellgpt @info:cursos:pue:ethical-hacker
1 Resultats, Darrera modificació:
LPIC2 2021 Sesión 5 (2021-02-16) - discos @info:cursos:pue:lpic2-2021
1 Resultats, Darrera modificació:
LPIC2 2021 Sesión 8 (2021-02-25) @info:cursos:pue:lpic2-2021
1 Resultats, Darrera modificació:
LPIC2 2021 Sesión 14 (2021-03-18) @info:cursos:pue:lpic2-2021
1 Resultats, Darrera modificació:
Lab Module 06: Sytem hacking @info:cursos:pue:ethical-hacker:sesion2
1 Resultats, Darrera modificació:
Apuntes SinCara sesion 3 @info:cursos:pue:ethical-hacker:sesion3
1 Resultats, Darrera modificació:
Apuntes SinCara sesión 4 @info:cursos:pue:ethical-hacker:sesion4
1 Resultats, Darrera modificació:
configuración básica de red @info:cursos:pue:lpic2:6
1 Resultats, Darrera modificació:
3.1 The CSV module in Python @info:cursos:pue:python-pcpp1:m5
1 Resultats, Darrera modificació: