Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Sesión 7: Seguridad, Prometheus @info:cursos:pue:devops
- : type: "nfs" o: "addr=192.168.50.200,nolock,soft,rw" device: ":/srv/nvme/cluster3/p... : type: "nfs" o: "addr=192.168.50.200,nolock,soft,rw" device: ":/srv/nvme/cluster3/p... : type: "nfs" o: "addr=192.168.50.200,nolock,soft,rw" device: ":/srv/nvme/cluster3/p... rv/docker/prometheus/prometheus/rules/Caddyfile node_rules: file: /srv/docker/prometheus/prometh
- Apuntes SinCara Extras systemd @info:cursos:pue:ethical-hacker:extras
- * libreport-plugin-systemd-journal-2.17.15 * noarch * systemd-oomd-defaults-256 * ''yum list systemd'' # Paquetes no instalados * x86_64 * systemd-boot-unsi... * Otros * python-systemd-doc-235-11 * noarch * systemd-networkd-defaults * sys... que terminan en ctl instalados, sean de SystemD o no * Comandos de SystemD * ''rpm -ql systemd-c
- 3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
- iefs and practices. In our case, it means we must not forget about one simple but important observatio... times be a better option. If the style guides are not applicable to your project, it may be better to ... ode and make it PEP 8 compliant.) * If there is no good reason for making the code PEP 8 compliant, ... it on a file or files to obtain information about non-conformance (and indicate errors in the source c
- 1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
- = 1.7 Four magic letters: CRUD == Entering a non-existing/malformed address We’ve reached the point in... ue:python-pcpp1:m4:pasted:20240119-023906.png }} Note – this is a four-letter acronym which makes it ... data is implemented by the DELETE HTTP method. Now we’re ready to carry out some simple but instruc... escribed by: * ''id'' – a unique item number; note – each item in the collection must have the pro
- Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
- : deducir por la respuesta si el usuario existe o no * cross-site timing: paquetes de solictud m... el server en procesar para saber si es correcto o no * XXE * invocación desde XML a una peti... p Suite, en español, que está bastante bien. Para novatos. Sacado de https://sniferl4bs.com/2020/06/cu... t to persist the ZAP Session? appears; select the No, I do not want to persist this session at this mo
- 2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
- or features) included in the Python interpreter. Now let’s see the magic. Go to the editor window, ty... we must remember that a nicely-written program is not only more enjoyable to read, but also more **rea... s a better way to implement the functionality. If not, think about leaving a comment in code to explai... tand your code. In Python, it’s preferred to use not only the simplest way to express a programming 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... ers add or share different content. You’ve surely noticed that the data sent to those applications are... ite databases. Can you guess what it’s called? If not, don't worry, everything will be clear in a mome... n your script: <code python>import sqlite3</code> NOTE: The sqlite3 module has been available in Pytho
- Python Professional Course Series: GUI Programming @info:cursos:pue:python-pcpp1:m3
- worry, it won’t take long. We’re going to travel not more than fifty years back. Are you ready? Okay,... to a computer (don’t forget that the Internet had not been invented yet) and was rarely placed in the ... what it was like to work with a computer without not being able to see a picture, not saying a word about movies or animations. No photographs, no selfi
- 1.2 How to use sockets in Python @info:cursos:pue:python-pcpp1:m4
- server** we're going to connect to. In fact, it's not our problem. The user knows it better. Let's ask... e IP address** - the server you will reach may be not the server you intended to connect to. It may sound cynical - it's not our problem which of these two ways our users ch... are interested in transferring data byte by byte, not as fixed sized blocks (e.g., a terminal is a cha
- Apuntes SinCara Extras Privacidad @info:cursos:pue:ethical-hacker:extras
- /libreboot.org/ - Reemplazo de BIOS propietarias. No funciona con Windows. == Sistemas Operativos *... emotamente desde su interfaz de manera gratuita y no es necesario. a diferencia del anterior, no son solo Linux. == Bastionado - Hardening * Linux ... nexión VPN sobre HTTPS, de tal forma que los ISPs no lo reconozcan y no puedan bloquear el tráfico
- Sesión 8 : kubernetes @info:cursos:pue:devops
- ra trabajar como editando ''/etc/hosts'' y lo que no, a google == kubernetes * master * todo a ... r) * en algunos casos pierde la coherencia, no se replica, hay que borrar los ficheros de etcd del nodo * scheduler: distribuye * controllers * google no instala cluster de más de 100 nodos, escalan con
- LPIC2 2021 Sesión 7 (2021-02-23) - raid, networking @info:cursos:pue:lpic2-2021
- IC-2.pdf, pag 72 √</callout> * en certificación no preguntan por que es cada RAID (0,1,5,6) * ''md... a el RAID * **%%--%%remove**: eliminar el RAID, no más disponible * intent bitmap: * Una cosa ... oducirse una falla, reduciendo asi los tiempos al no tener que sincronizar el disco completo cada vez ... al'' * ''mdadm %%--%%grow <raid> %%--%%bitmap=none'' * ''madam --zero-superblock <dispositivos-r
- 1.6 Events and how to handle them @info:cursos:pue:python-pcpp1:m3
- ring the proper reactions to the user’s actions. Now it’s time to show you some details of the events... ow you control the event manager’s behavior. For now, however, we want you to focus your attention on... re going to display a whole encyclopedia volume); note: you can use the ''\n'' digraph to visually bre... troy) button_2.pack() window.mainloop() </code> Note the ''\n'' embedded inside the info string. An
- 1.6 Making life easier with the requests module @info:cursos:pue:python-pcpp1:m4
- amed ''json-server'', implemented on top of the ''Node.js'' environment. ''Node.js'' is – as Wikipedia claims – //an open-source, cross-platform JavaScrip... Okay. Let's start. First of all, we need to have Node.js installed on our computer. The steps you sho... 're a Windows user, point your browser to https://nodejs.org/en/download, download and run the Windows
- 4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
- e **conventions**, best practices, and semantics (not laws or regulations!) associated with documentin... in Python: ^Comments ^Docstrings^ | Comments are non-executable statements in Python, which means tha... y are ignored by the Python interpreter; they are not stored in the memory, and cannot be accessed dur... , functionality, and capabilities to users who do not necessarily need to know how it works.| |Comment