Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Apuntes SinCara Extras systemd @info:cursos:pue:ethical-hacker:extras
- = Apuntes SinCara Extras systemd == Consideraciones iniciales * Se presenta el 30 de abril de 2010, p... a comunidad de Linux, aunque ha generado bastante controversia debido a su enfoque radical, a su reempl... ue y evita problemas de dependencia circular. * Control Dinámico de Servicios: SystemD proporciona herramientas para controlar dinámicamente los servicios en ejecución, c
- 5.1 The configparser module @info:cursos:pue:python-pcpp1:m5
- = 5.1 The configparser module == Introduction to the configparser module Currently, many popular services provide an... tly in the code. A better solution is to use the configuration file, which will be read by the code. I... hon, this is possible thanks to a module called ''configparser''. The ''configparser'' module is avail
- Sesión 5: vagrant, ansible @info:cursos:pue:devops
- s === apache+php <code yaml; Vagrantfile> Vagrant.configure(2) do |config| # config.vm.box = "debian/jessie64" config.vm.box = "hashicorp/precise64" config.vm.hostname = "apacheph
- 1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
- trained web server can be a very **effective and convenient gateway** to very complicated and heavy da... nal database residing in a single file, or on the contrary, a huge, distributed cloud of cooperating se... date data inside a collection when you modify the contents of the selected item without removing it, e.... erver'' will read the file in and will handle its contents according to our actions; * each car is de
- 1.1 SQLite @info:cursos:pue:python-pcpp1:m5
- counts, and existing users add or share different content. You’ve surely noticed that the data sent to ... ble? Data is simply information about users, the contents of their posts, and comments. The data are a... tion, you send the application your account data, consisting of email address, login, and password, and when you add new posts you send content that will be visible to other users. Sent dat
- LPIC2 2021 Sesión 7 (2021-02-23) - raid, networking @info:cursos:pue:lpic2-2021
- Swap.txt == Clase === RAID <callout type="info" icon="true">Material Practicas LPIC-2/LPIC-201/4-Files... scos.pdf, pag 2 √</callout> <callout type="info" icon="true">Manual Certificacion LPIC-2.pdf, pag 72 √<... a cambio de disco) * **%%--%%fail** * OJO con raid 0, pueden perderse datos dependiendo de la confiración del spare * **-r <dispositivo>**: retira
- 1.2 How to use sockets in Python @info:cursos:pue:python-pcpp1:m4
- nt** to the screen; * the program **uses TCP to connect to the HTTP server**. Our program has to per... teps: - **create a new socket** able to handle connection-oriented transmissions based on TCP; - **connect the socket to the HTTP server** of a given ad... t) - **receive the server's response** (it will contain the requested root document of the site) -
- DevOps Sesión 13 (2022-03-23) Ansible @info:cursos:pue:devops2022
- = Documentación relacionada <callout type="info" icon="true"> * ./4-Topic 704 Configuration Management * ./Material Curso Ansible/Curso Ansible 2020.pdf </callout> == variables <callout type="info" icon="true"> * ./Material Curso Ansible/Curso Ansibl... code> == plantillas jinja2 <callout type="info" icon="true"> * ./Material Curso Ansible/DO407-AUTOMA
- 3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
- 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 must-... hon programmer, as it helps to make the code more consistent, more readable, and more efficient. Even ... oject-specific guidelines may be favored over the conventions provided for by PEP 8, especially in the
- Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
- n sin ánimo de lucro * proyectos relacionados con seguridad * Coraza - ModSecurity - set reglas... ecurity testint guide * Componentes de terceros con problemas: [[https://blog.elhacker.net/2022/06/he... añadir a la URL de amazon para ver los productos con un descuento dado. * pass-the-cookie * ... * saltarse restricciones de seguridad * controlar DNS secundario, bajar TTL * primera p
- 2.1 Python core syntax @info:cursos:pue:python-pcpp1:m1
- e strings together, which results in the strings’ concatenation; we are able to add integers and we kno... or double underscores, as it’s a shorter and more convenient phrase). Dunders indicate that such method... n core syntax rules. The '+' operator is in fact converted to the __add__() method and the len() function is converted to the __len__() method. These methods must
- Apuntes SinCara sesión 1 @info:cursos:pue:ethical-hacker:sesion1
- strategias de la organización que están alineadas con la tecnología de la información para lograr los o... s la alineación de la seguridad de la información con los objetivos del negocio. De esta forma se garan... o que la información de la empresa está protegida con seguridad. * https://www.incibe.es/protege-tu... ales InfoSec? * https://rafeeqrehman.com/wp-content/uploads/2024/03/CISO_MindMap_2024-2.png - El
- Apuntes SinCara sesión 4 @info:cursos:pue:ethical-hacker:sesion4
- WSTG) * https://thehackerway.com/2021/03/22/conoce-el-owasp-web-security-testing-guide-wstg/ - WS... otege tu empresa. Interesante artículo del INCIBE con enlaces a muchas herramientas. * https://port... usadas a lo largo de los años. * Nomenclatura, Conceptos * https://seguridad.prestigia.es/que-so... ww.hackplayers.com/2021/02/vulnerabilidades-XXE-y-contramedidas.html - XXE * https://es.wikipedia.o
- Sesión 12 : k8s (traefik) @info:cursos:pue:devops
- == k8s === lab (traefik) * traefik como ingress controller:<code yaml; traefik-rbac.yaml> --- kind: C... .k8s.io/v1beta1 metadata: name: traefik-ingress-controller rules: - apiGroups: - "" resou... .k8s.io/v1beta1 metadata: name: traefik-ingress-controller roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: traefik-ingress-controller subjects: - kind: ServiceAccount name: t
- DevOps Sesión 6 (2022-02-28) k8s @info:cursos:pue:devops2022
- ación relacionada ==== lab1 <callout type="info" icon="true"> * 2-Despliegue de Aplicaciones Kubernet... /callout> == Clase === k8s <callout type="info" icon="true"> 2-Despliegue de Aplicaciones Kubernetes/S... kubernetes.pdf </callout> * masters no ejecutan contenedores por defecto (al contrario que swarm) * orquestados que soporta diferentes runtimes * no