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.
- 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
- 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... Invoke-AADIntUserEnumerationAsOutsider -UserName user@company.com and press Enter. \\ {{:info:cursos:pu... form further attacks. - We can also perform the user enumeration by placing the usernames in a text fi
- 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... 123), as shown in the screenshot. Note down these user credentials.{{:info:cursos:pue:ethical-hacker:pas... perform actions as if they were an authenticated user or system administrator. Here, we will perform a... and execute sudo su to run the programs as a root user (When prompted, enter the password toor). - In
- Apuntes SinCara Extras systemd @info:cursos:pue:ethical-hacker:extras
- 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... t** * 1 = **rescue.target** * 3 = **multi-user.target** * 5 = **graphical.target** * 6 =... t** * **default.target** es un link a **multi-user.target** o **graphical.target** * ''ls -l /
- 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 11 (2021-03-09) @info:cursos:pue:lpic2-2021
- ominas chmod 1777 /nominas # sticky bit activo adduser -s /sbin/nologin martes9 passwd martes9 smbpasswd... * standalone (linea 105): * security = user # creación local en el linux de los usuarios ... o} * writable = {yes|no} * valid users = <user>, <@grupo> * write list = <user>, <@grupo> * admin users = <user>, <@grupo> * directory mas
- 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 ... .: <code python>def fun(val): return val * 2 user_value = int(input("Enter the value: ")) # fun(user_value) # user_value = user_value + "foo" print(fun(
- 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
- 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... ']['name']) print('Username:', config['mariadb']['user']) print('Password:', config['mariadb']['password... ection: Host: localhost Database: hello Username: user Password: password redis section: Host: localhos
- 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... 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_port=2203 ansible_ssh_user=root [centos] centos1 ansible_host=127.0.0.1 an
- 1.6 Making life easier with the requests module @info:cursos:pue:python-pcpp1:m4
- the OS you use. So... * ...if you're a Windows user, point your browser to https://nodejs.org/en/down... the Windows® start menu; * ...if you're a macOS user, go to the address https://nodejs.org/en/download... he installer do the job; * ...if you're a Linux user, you have to go to the address https://nodejs.org... our OS console and... * ...if you're a Windows user, run the **CMD.EXE** program (as an ordinary user
- 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 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... TP_HOST=${GF_SMTP_HOST:-smtp:25} #- GF_SMTP_USER=${GF_SMTP_USER} #- GF_SMTP_PASSWORD=${GF_SMTP_PASSWORD} volumes: - grafana:/var/lib/gra