Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Sesión 6 : ansible @info:cursos:pue:devops
- : httpd state: started become: yes become_user: apache </code> === adduser <code yaml; add-user.yaml> - hosts: all tasks: - include: add-user-debian.yaml when: ansible_os_family == 'Debia
- Python Professional Course Series: GUI Programming @info:cursos:pue:python-pcpp1:m3
- e it to display a GUI and to communicate with the user. They communicate bidirectionally. GUI stands for Graphical User Interface. In this three-word acronym, the User seems to be the most obvious part. The word Interface n... n fact, it is clear too – it’s a tool used by the user to command a device and to receive its responses.
- Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
- achable from the main visible content, to exploit user privileges within the application. It also allows... 0250220-025703.png?500}} - Now, we will set the username and password as the payload values. To do so, select the username value entered in Step#14 and click Add § from... ker:pasted:20250220-030501.png?500}} - Once the username and password payloads are added. The symbol ‘
- Modulo 1 (intermedio): Paquetes @info:cursos:netacad:python:pe2m1
- El script principal de Python se encuentra en C:\Users\user\py\progs y se llama main.py. * El módulo a importar se encuentra en C:\Users\user\py\modules {{ :info:cursos:netacad:python:pe2m1:pasted:20220623-033749.png?500 }} ¿Cómo lidiar
- Lab Module 19 Cloud Computing @info:cursos:pue:ethical-hacker:sesion5
- ce effort. This tool has several features such as user enumeration, credential extraction, token extract... X, SPF, DMARC, DKIM etc. - Now, we will perform user enumeration in Azure AD, in the PowerShell window type Invoke-AADIntUserEnumerationAsOutsider -UserName user@company.com and press Enter. \\ {{:info:cursos:pue:ethical-hacker:s
- LPIC2 2021 Sesión 11 (2021-03-09) @info:cursos:pue:lpic2-2021
- ominas chmod 1777 /nominas # sticky bit activo adduser -s /sbin/nologin martes9 passwd martes9 smbpasswd... c = yes writable = yes printable = no valid users = martes9 @nominas # @ es grupo write list = m... * standalone (linea 105): * security = user # creación local en el linux de los usuarios ... = {yes|no} * writable = {yes|no} * valid users = <user>, <@grupo> * write list = <user>, <@
- bases de datos @info:cursos:udemy:ansible:modulos
- _replication : administra replicación * mysql_user : administra usuarios * mysql_variables : adm... tgres_schema : administra esquemas * postgres_user : administra usuarios * MongoDB * mongodb_parameter : gestionar parámetros * mongodb_user : administrar usuarios * Influxdb * influxd... * login_password * login_port * login_user * login_unix.socket * encoding * coll
- DevOps Sesión 12 (2022-03-21) @info:cursos:pue:devops2022
- cas * defaults * inventory * sudo_user * forks * timeout * log_path ... * become * become_method * become_user * ssh_connection * ssh_args * con... de ficheros y openssl hosts: clientes remote_user: root tasks: - name: Crear un firchero con ... de ficheros y openssl hosts: clientes remote_user: root tasks: - name: Creacion de un directo
- 4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
- ility of the code, and explaining the code to the user in a meaningful way. The user here means both other programmers and you (e.g. when you go back to your ... ibing its use, functionality, and capabilities to users who do not necessarily need to know how it works... g habits that will allow the developers and other users to understand the code's whys and hows, as this
- 5.1 The configparser module @info:cursos:pue:python-pcpp1:m5
- host # This is a comment. [mariadb] name = hello user = user password = password [redis] port = 6379 db = 0</code> Our configuration file contains the ''DE... he MariaDB database. These are the database name, username, and password. The last section contains ''R... nt('Database:', config['mariadb']['name']) print('Username:', config['mariadb']['user']) print('Password
- Apuntes SinCara Extras systemd @info:cursos:pue:ethical-hacker:extras
- standalone-shutdown * systemd-standalone-sysusers * systemd-standalone-tmpfiles * syst... suspensión/hibernación del sistema. * **systemd-userdbd**: Este servicio gestiona bases de datos de us... cumentation=man:cupsd(8) After=network.target nss-user-lookup.target nslcd.service Requires=cups.socket ... ps.socket cups.path WantedBy=printer.target multi-user.target </code> === Secciones dentro de los ficher
- Módulo 3 - Valores booleanos, ejecución condicional, bucles, listas y su procesamiento, operaciones lógicas y de bit a bit @info:cursos:netacad:python
- Pedir al usuario que ingrese una palabra. Utiliza user_word = user_word.upper() para convertir la palabra ingresada por el usuario a mayúsculas; hablaremos so... ellas en una línea separada. </code> <code python>user_word = input() user_word = user_word.upper() for letter in user_word: if letter=="A" or letter=="E
- Sesión 7: Seguridad, Prometheus @info:cursos:pue:devops
- - net environment: - GF_SECURITY_ADMIN_USER=${ADMIN_USER:-admin} - GF_SECURITY_ADMIN_PASSWORD=${ADMIN_PASSWORD:-admin} - GF_USERS_ALLOW_SIGN_UP=false #- GF_SERVER_ROOT_URL=... TP_HOST=${GF_SMTP_HOST:-smtp:25} #- GF_SMTP_USER=${GF_SMTP_USER} #- GF_SMTP_PASSWORD=${GF_SM
- DevOps Sesión 13 (2022-03-23) Ansible @info:cursos:pue:devops2022
- fichero con variables hosts: clientes remote_user: root vars: - miip: "1.2.3.4" tasks: ... <a href="http://httpd.apache.org/docs/2.4/mod/mod_userdir.html">public_html</a> director... l> </code> <code yaml> - hosts: clientes remote_user: root vars: system_owner: usuario@example.c... de> * [[https://docs.ansible.com/ansible/latest/user_guide/playbooks_vars_facts.html]] == roles <call
- 2.4 Shaping the main window and conversing with the user @info:cursos:pue:python-pcpp1:m3
- 4 Shaping the main window and conversing with the user The main window is a very specific construct, as ... ger values. Their meaning is: * ''True'' – the user can change this dimension; * ''False'' – the user can’t change this dimension. Setting both argument... dow’s close operation (which can be caused by the user clicking the window’s closing button), you can us
- LPIC2 2021 Sesión 3 (2021-02-09) - procesos, kernel, systemd/systemv, modulos @info:cursos:pue:lpic2-2021
- clonar repositorios, cambios, commits y sincronización en github y bitbucket @info:cursos:openwebinars:git