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
- 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) -
- 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
- LPIC2 2021 Sesión 7 (2021-02-23) - raid, networking @info:cursos:pue:lpic2-2021
- a cambio de disco) * **%%--%%fail** * OJO con raid 0, pueden perderse datos dependiendo de la confiración del spare * **-r <dispositivo>**: retira... e * intent bitmap: * Una cosa importante es contar con el Intent Bitmap activo, esto es una característica que se le agrega a un arreglo por software
- DevOps Sesión 13 (2022-03-23) Ansible @info:cursos:pue:devops2022
- allout type="info" icon="true"> * ./4-Topic 704 Configuration Management * ./Material Curso Ansible... iables-ejemplo1.yml>--- - name : Crear un fichero con variables hosts: clientes remote_user: root ... 3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Curso de DO407-AUTOMATION WITH ANSIBLE I</t
- 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
- 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 Extras @info:cursos:pue:ethical-hacker:extras
- d. Si quereis profundizar en algún tema, lo leeis con más calma, una vez sacada la certificación * ... s datos. * En ciberseguridad industrial, por contra, es la seguridad física. * Hay que estar muy actualizado con las novedades tecnológicas que van surgiendo. *... , son los insiders. * El mayor agujero de las contraseñas es la pregunta de seguridad. * Enviar
- 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
- kubernetes.pdf </callout> * masters no ejecutan contenedores por defecto (al contrario que swarm) * orquestados que soporta diferentes runtimes * no... ho, desde la versión 1.20 no soporta docker si no containerd * control plane - panel de control * https://kubernetes.io/es/docs/concepts/overview/comp