Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
- 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
- Apuntes SinCara Extras IPSec
- 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
Resultats de text complet:
- 3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
- may adopt their own style guidelines (in which case such project-specific guidelines may be favored o... ntions provided for by PEP 8, especially in the case of any conflicts, or backwards-compatibility issu... nsistent in their beliefs and practices. In our case, it means we must not forget about one simple but... ow when to be inconsistent [...]. When in doubt, use your best judgement.// When should you **ignore*
- 1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
- to gather all new facts and tools and glue all these pieces into one functional block. You already kno... information. Moreover, the structure of the database (or the service) may vary, e.g., it may be a simple relational database residing in a single file, or on the contrary, a ... ry, store a new client's data in a customer database, etc. At REST level, the creation of new items i
- 1.1 SQLite @info:cursos:pue:python-pcpp1:m5
- = 1.1 SQLite == What is a database? Nowadays, social applications such as Facebook, Twitter, and Insta... t. You’ve surely noticed that the data sent to those applications are still available after a few days... hat can be easily accessed. This place is a database, which is a set of information stored on a disk in a computer system. Access to the database is possible thanks to a database management syste
- Apuntes SinCara Extras systemd @info:cursos:pue:ethical-hacker:extras
- a Extras systemd == Consideraciones iniciales * Se presenta el 30 de abril de 2010, por Lennart Poet... o SysV init o Upstart (de Canonical / Ubuntu) * Se enfoca en la eficiencia, la rapidez y la robustez... : Es el administrador de dispositivos de SystemD. Se encarga de la detección y gestión dinámica de dis... ón DNS. No suele estar activo, ya que normalmente se utilizan otros servicios: * **NetworkManager
- Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
- [[info:cursos:pue:ethical-hacker:sesion4]] == clase * Modulo 14 * Modulo 15 * Modulo 16 * Mod... * https://certifiedhacker.com/<portales/ * se pueden escanear, permitido * ejemplos de vu... pass-the-cookie * robar cookies para logearse en una web * same-site * command injectio... os objetos en diferentes procesos pueden comunicarse entre si, preguntando a UDDI por su localización,
- 4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
- ncluding you) to remember and understand the purpose, operation, and capabilities of particular code b... ibute or the ''help()'' function.| |The main purpose of comments is increasing the readability and und... dify, extend, or maintain the code.|The main purpose of docstrings is documenting your code – describing its use, functionality, and capabilities to users who do
- 2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
- e aphorisms are extremely practical and common sense, and you’re encouraged to accept them and implement in your code. These, of course, should be looked upon holistically, rather than individually, but, still, let’s try to me... ** that programmers are recommended to follow. These are, among other things: a 79-character maximum l
- 1.2 How to use sockets in Python @info:cursos:pue:python-pcpp1:m4
- = 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 use of network sockets. Of course, we'll harness Python for this purpose. Here are our goals: * we want to write **a program which
- 4.1 Shallow and deep copy operations @info:cursos:pue:python-pcpp1:m1
- forms any kind of data processing without making use of variables. As variables are fundamental elemen... of copying them. When you spot the following clause: <code python> a_list = [ 1, 'New York', 100] </c... used, so evaluation of the right side of the clause takes precedence over the left side.) * At fir... s rarely used in applications. More often you’ll use it to debug the code or to experiment while copyi
- 3.1 Advanced techniques of creating and serving exceptions @info:cursos:pue:python-pcpp1:m1
- ial kind of data, called an **exception**. Of course, this exception is an object. Both of these activities are called **raising an exception**. We can s... message sent to the console by Python; * otherwise, if the exception is taken care of and **handled*... on handling When you suspect that the code may raise an exception, you should use the ''try: problemat
- 1.6 Making life easier with the requests module @info:cursos:pue:python-pcpp1:m4
- ver serving** a web **service** (sorry for all these serv..., we weren't able to avoid them) and we al... aces when it tries to establish, maintain, and close internet connections. This is why we used it befo... **little chat** with a web service. Which of these demands (server or tool) should be satisfied earlier? The server, of course. We need our own, private HTTP server which will
- 2.1 File processing - XML files @info:cursos:pue:python-pcpp1:m5
- ch to an XML document is slightly different, because it's parsed into a tree structure in which each n... using this module requires more work. In this course, you'll learn how to create and process XML docum... lement is the ''data'' tag. * **elements** – these consist of opening and closing tags. The elements... ''author'' and ''year''). * **attributes** – these are placed in the opening tags. They consist of k
- 2.6 Abstract classes @info:cursos:pue:python-pcpp1:m1
- at doesn’t mean that there are no controls to impose a set of functionalities or an order in a class h... sed by the abstract class. == Why do we want to use abstract classes? The very important reason is: w... a is to design an abstract class representing a base music format and corresponding methods for “open”... eeds subclasses to provide implementations for those abstract methods which are declared in the abstra
- 2.4 Shaping the main window and conversing with the user @info:cursos:pue:python-pcpp1:m3
- nnamed. To change the window’s title, you would use a method named ''title()''. Our sample code show... e directory where the application resides; * **use** a ''PhotoImage'' class constructor to convert t... toImage(file = 'logo.png') window.wm_iconphoto(False, photo) window.mainloop() </code> Note: we’ve us... g). Feel free to replace it with whatever you choose. If you want your main window to be sized in a n
- 1.5 What is XML and why do we prefer to use JSON? @info:cursos:pue:python-pcpp1:m4
- = 1.5 What is XML and why do we prefer to use JSON? **XML** is a **language**. Anyway, this is what it... ansparent carrier** of any type of data. You can use it to store and transfer documents of virtually a... ed to JSON. We’re not going to teach you how to use XML in Python. We only want to show you how it’s ... solutions were invented for nearly the same purpose. Take a look – it's a simple sample XML document