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 ‘
- 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>, <@
- 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
- 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
- 2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
- o start refactoring your code. Flat code is more user-friendly, and becomes much **easier to maintain**... legant – these all contribute to how readable and user-friendly your code is. Remember: the readability... iply_number_by_two) </code> What happens when the user enters ''3.5'' or ''two'' as the input? Well, Pyt... t-in exceptions, and a great toolset for creating user-defined exception handling systems. The Zen of P
- Sesión 3 : swarm @info:cursos:pue:devops
- ess MYSQL_DATABASE: wordpress MYSQL_USER: wordpress MYSQL_PASSWORD: wordpress w... WORDPRESS_DB_HOST: db:3306 WORDPRESS_DB_USER: wordpress WORDPRESS_DB_PASSWORD: wordpres... fluxdb.conf environment: INFLUXDB_ADMIN_USER: admin INFLUXDB_ADMIN_PASSWORD: admin123 ... fluxdb.conf environment: INFLUXDB_ADMIN_USER: ${INFLUXDB_ADMIN_USER:-admin} INFLUXDB_ADM
- Sesión 5: vagrant, ansible @info:cursos:pue:devops
- ar el MYSQL para permitir conexiones y configurar user/pass, no era el objetivo de la práctica <code yam... sport-https curl -s https://get.docker.com | bash usermod -aG docker vagrant SCRIPT $swarminit = <<SCRI... upo * [[https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html]] === 4 nodos (difere... _host=127.0.0.1 ansible_ssh_port=2201 ansible_ssh_user=root debian2 ansible_host=127.0.0.1 ansible_ssh_