Cerca

Heus ací els resultats de la cerca.

Sesión 6 : ansible @info:cursos:pue:devops
39 Resultats, Darrera modificació:
: 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
28 Resultats, Darrera modificació:
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
25 Resultats, Darrera modificació:
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
20 Resultats, Darrera modificació:
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
18 Resultats, Darrera modificació:
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
16 Resultats, Darrera modificació:
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
15 Resultats, Darrera modificació:
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
14 Resultats, Darrera modificació:
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
13 Resultats, Darrera modificació:
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
11 Resultats, Darrera modificació:
- 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
11 Resultats, Darrera modificació:
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
11 Resultats, Darrera modificació:
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
10 Resultats, Darrera modificació:
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
9 Resultats, Darrera modificació:
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
9 Resultats, Darrera modificació:
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_
LPIC2 2021 Sesión 10 (2021-03-04) @info:cursos:pue:lpic2-2021
8 Resultats, Darrera modificació:
LPIC2 2021 Sesión 14 (2021-03-18) @info:cursos:pue:lpic2-2021
8 Resultats, Darrera modificació:
Lab Module 20 Cryptography @info:cursos:pue:ethical-hacker:sesion5
7 Resultats, Darrera modificació:
Sesión 11 Jenkins @info:cursos:pue:devops
6 Resultats, Darrera modificació:
DevOps Sesión 11 (2022-03-16) Ansible @info:cursos:pue:devops2022
6 Resultats, Darrera modificació:
1.2 Let TkInter speak! @info:cursos:pue:python-pcpp1:m3
6 Resultats, Darrera modificació:
2.3 A small lexicon of widgets - Part 3 @info:cursos:pue:python-pcpp1:m3
6 Resultats, Darrera modificació:
1.2 How to use sockets in Python @info:cursos:pue:python-pcpp1:m4
6 Resultats, Darrera modificació:
1.1 SQLite @info:cursos:pue:python-pcpp1:m5
6 Resultats, Darrera modificació:
Sesión 8 : kubernetes @info:cursos:pue:devops
5 Resultats, Darrera modificació:
LPIC2 2021 Sesión 5 (2021-02-16) - discos @info:cursos:pue:lpic2-2021
5 Resultats, Darrera modificació:
Sesión 2: Docker @info:cursos:pue:devops
4 Resultats, Darrera modificació:
Sesión 16 prometheus on kubernetes @info:cursos:pue:devops
4 Resultats, Darrera modificació:
DevOps Sesión 5 (2022-02-23) Swarm @info:cursos:pue:devops2022
4 Resultats, Darrera modificació:
3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
4 Resultats, Darrera modificació:
sesión 14 OpenStack @info:cursos:pue:devops
3 Resultats, Darrera modificació:
1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
3 Resultats, Darrera modificació:
Sesión 10 Jenkins @info:cursos:pue:devops
2 Resultats, Darrera modificació:
sesión 13 ELK @info:cursos:pue:devops
2 Resultats, Darrera modificació:
DevOps Sesión 2 (2022-02-14) Docker @info:cursos:pue:devops2022
2 Resultats, Darrera modificació:
flujos, pipes y redirecciones @info:cursos:pue:lpic1
2 Resultats, Darrera modificació:
103.5 Crear, monitorizar y destruir procesos @info:cursos:pue:lpic1
2 Resultats, Darrera modificació:
LPIC2 2021 Sesión 8 (2021-02-25) @info:cursos:pue:lpic2-2021
2 Resultats, Darrera modificació:
LPIC2 2021 Sesión 12 (2021-03-11) @info:cursos:pue:lpic2-2021
2 Resultats, Darrera modificació:
LPIC2 2021 Sesión 13 (2021-03-16) @info:cursos:pue:lpic2-2021
2 Resultats, Darrera modificació:
configuracion red avanzada @info:cursos:pue:lpic2:6
2 Resultats, Darrera modificació:
1.6 Events and how to handle them @info:cursos:pue:python-pcpp1:m3
2 Resultats, Darrera modificació:
2.1 A small lexicon of widgets - Part 1 @info:cursos:pue:python-pcpp1:m3
2 Resultats, Darrera modificació:
Sesión 9 : kubernetes, Jenkins @info:cursos:pue:devops
1 Resultats, Darrera modificació:
Sesión 15 examen @info:cursos:pue:devops
1 Resultats, Darrera modificació:
DevOps Sesión 1 (2022-02-09) Docker @info:cursos:pue:devops2022
1 Resultats, Darrera modificació:
DevOps Sesión 8 (2022-03-07) k8s @info:cursos:pue:devops2022
1 Resultats, Darrera modificació:
Ethical Hacker : extras @info:cursos:pue:ethical-hacker
1 Resultats, Darrera modificació:
Ethical Hacker : sesión 2 @info:cursos:pue:ethical-hacker
1 Resultats, Darrera modificació:
LPIC2 2021 Sesión 9 (2021-03-02) @info:cursos:pue:lpic2-2021
1 Resultats, Darrera modificació:
Lab Module 06: Sytem hacking @info:cursos:pue:ethical-hacker:sesion2
1 Resultats, Darrera modificació:
2.4 Decorators @info:cursos:pue:python-pcpp1:m1
1 Resultats, Darrera modificació:
5.1 Metaprogramming @info:cursos:pue:python-pcpp1:m1
1 Resultats, Darrera modificació:
1.5 A simple GUI application @info:cursos:pue:python-pcpp1:m3
1 Resultats, Darrera modificació:
1.7 Visiting widgets’ properties @info:cursos:pue:python-pcpp1:m3
1 Resultats, Darrera modificació:
4.1 Logging in Python @info:cursos:pue:python-pcpp1:m5
1 Resultats, Darrera modificació: