Cerca

Heus ací els resultats de la cerca.

Sesión 6 : ansible @info:cursos:pue:devops
33 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 == 'Debian' - include: add-user-redhat.yaml when: ansible_os_family == 'Red
Python Professional Course Series: GUI Programming @info:cursos:pue:python-pcpp1:m3
26 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.
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
Lab Module 19 Cloud Computing @info:cursos:pue:ethical-hacker:sesion5
12 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... 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
11 Resultats, Darrera modificació:
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
11 Resultats, Darrera modificació:
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
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
4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
10 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 ... .: <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
9 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
5.1 The configparser module @info:cursos:pue:python-pcpp1:m5
9 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... ']['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
8 Resultats, Darrera modificació:
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
LPIC2 2021 Sesión 11 (2021-03-09) @info:cursos:pue:lpic2-2021
8 Resultats, Darrera modificació:
* 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 mask = 0755 * create mask = 0644
1.6 Making life easier with the requests module @info:cursos:pue:python-pcpp1:m4
8 Resultats, Darrera modificació:
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
7 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 7: Seguridad, Prometheus @info:cursos:pue:devops
7 Resultats, Darrera modificació:
- 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
DevOps Sesión 11 (2022-03-16) Ansible @info:cursos:pue:devops2022
6 Resultats, Darrera modificació:
DevOps Sesión 13 (2022-03-23) Ansible @info:cursos:pue:devops2022
6 Resultats, Darrera modificació:
LPIC2 2021 Sesión 14 (2021-03-18) @info:cursos:pue:lpic2-2021
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ó:
Sesión 8 : kubernetes @info:cursos:pue:devops
5 Resultats, Darrera modificació:
Lab Module 20 Cryptography @info:cursos:pue:ethical-hacker:sesion5
5 Resultats, Darrera modificació:
1.2 How to use sockets in Python @info:cursos:pue:python-pcpp1:m4
5 Resultats, Darrera modificació:
Sesión 2: Docker @info:cursos:pue:devops
4 Resultats, Darrera modificació:
DevOps Sesión 5 (2022-02-23) Swarm @info:cursos:pue:devops2022
4 Resultats, Darrera modificació:
LPIC2 2021 Sesión 5 (2021-02-16) - discos @info:cursos:pue:lpic2-2021
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ó:
Sesión 16 prometheus on kubernetes @info:cursos:pue:devops
3 Resultats, Darrera modificació:
LPIC2 2021 Sesión 10 (2021-03-04) @info:cursos:pue:lpic2-2021
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ó:
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ó:
1.1 SQLite @info:cursos:pue:python-pcpp1:m5
2 Resultats, Darrera modificació:
Sesión 11 Jenkins @info:cursos:pue:devops
1 Resultats, Darrera modificació:
Sesión 15 examen @info:cursos:pue:devops
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ó:
LPIC2 2021 Sesión 12 (2021-03-11) @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ó:
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ó: