file

Cerca

Heus ací els resultats de la cerca.

2.3 A small lexicon of widgets - Part 3 @info:cursos:pue:python-pcpp1:m3
80 Resultats, Darrera modificació:
ain menu item: an empty (as far) submenu sub_menu_file = tk.Menu(main_menu) main_menu.add_cascade(label="File", menu=sub_menu_file) # 2nd main menu item: a simple callback sub_menu_help = tk.Menu(main_menu) main_... at strange dashed line visible when you click the File main menu item? Don’t worry, this it’s normal. W
3.1 The CSV module in Python @info:cursos:pue:python-pcpp1:m5
49 Resultats, Darrera modificació:
parated Values) format is one of the most popular file formats used to store and transfer data between d... r data import and export in this format. The CSV file is a plain text file with the .csv extension. A typical file contains comma-separated values, but other separators such as s
4.2 Serialization of Python objects using the pickle module @info:cursos:pue:python-pcpp1:m1
36 Resultats, Darrera modificació:
ay to persist outcomes is to generate a flat text file and to write your outcomes. It’s a very simple th... e into a stream of bytes to store the object in a file or database, or to transmit it via a network. Thi... u run the code presented in the right pane, a new file should be created. Remember to run the code local... 100, 1000]] with open('multidata.pckl', 'wb') as file_out: pickle.dump(a_dict, file_out) pickle
Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
28 Resultats, Darrera modificació:
mand injection * shell * html * file * LDAP injection * XSS en comentarios (ti... mple list] section, click the Load… button. - A file selection window appears; navigate to the locatio... eb Applications/Wordlist, select the username.txt file, and click the Open button.{{:info:cursos:pue:eth... ?500}} - Observe that the selected username.txt file content appears under the Payload settings [Simpl
5.1 The configparser module @info:cursos:pue:python-pcpp1:m5
28 Resultats, Darrera modificació:
e. A better solution is to use the configuration file, which will be read by the code. In Python, this ... t familiarize ourselves with the structure of the file in which they're stored. Are you curious how this is done? == What does the configuration file look like? The structure of the configuration file is very similar to Microsoft Windows INI files. It c
DevOps Sesión 12 (2022-03-21) @info:cursos:pue:devops2022
26 Resultats, Darrera modificació:
html]] * <code yaml; playbooks_resueltos/modulo_file.yml>--- - name: Ejemplos de modulos de ficheros y... backup=yes - name: Propiedades Fichero file: path="/tmp/ejemplo-master.txt" backup=yes mode="... mode: '0644' backup: yes ... </code> === file * mcedit (paquete mc) * crea directorio **/va... gs del journal entre arranques <code yaml; modulo_file_directorio.yml> --- - name: Ejemplos de modulos d
LPIC2 2021 Sesión 9 (2021-03-02) @info:cursos:pue:lpic2-2021
16 Resultats, Darrera modificació:
fy {192.168.2.152;}; }; zone "." { type hint; file "named.ca"; }; zone "curso.esp"{ type master; allow-update { 192.168.2.0/24; }; file "db.curso"; }; zone "2.168.192.IN-ADDR.ARPA"{ t... pe master; allow-update { 192.168.2.0/24; }; file "db.192.168.2"; }; </code> <code; db.curso> $ORIG... urso.esp. </code> <code; named.ca> ; This file holds the information on root name servers needed
Sesión 6 : ansible @info:cursos:pue:devops
13 Resultats, Darrera modificació:
: true - name: Set authorized key taken from file authorized_key: user: operador state: present key: "{{ lookup('file', '/home/devops/.ssh/id_ed25519.pub') }}" b... me: check centos correct suoders line lineinfile: path: /etc/sudoers state: presen... : true - name: Set authorized key taken from file authorized_key: user: operador
4.1 Logging in Python @info:cursos:pue:python-pcpp1:m5
12 Resultats, Darrera modificació:
ifferent places. Most often it's in the form of a file, but it can also be an output stream, or even an ... ur DEBUG message')</code> Result in ''prod.log'' file: <code>CRITICAL:root:Your CRITICAL message</code>... ument, all logs will be directed to the specified file. In addition, passing the last ''filemode'' argu... ode) means that new logs will be appended to this file. If you'd like to change this mode, you can use o
DevOps Sesión 1 (2022-02-09) Docker @info:cursos:pue:devops2022
10 Resultats, Darrera modificació:
ference/commandline/dockerd/#daemon-configuration-file ##Paramos docker antes de realizar el procedim... ( $HOME/.docker/config.json en Linux o %USERPROFILE%/.docker/config.json en Windows) Si necesitamos ... e = DNS:$HOST,IP:192.168.33.10,IP:127.0.0.1 >> extfile.cnf echo extendedKeyUsage = serverAuth >> extfile.cnf openssl x509 -req -days 365 -sha256 -in server.
LPIC2 2021 Sesión 5 (2021-02-16) - discos @info:cursos:pue:lpic2-2021
9 Resultats, Darrera modificació:
ente -> cluster)) * formatear: * ''mkfs -t <file_system> /dev/sdb1'' * ''mkfs.<file_system> /dev/sdb1'' * montaje: * ''mount'', ''umount'' ... _recovery extent 64bit flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize Filesystem flags: signed_directory_hash Default moun
3.1 Advanced techniques of creating and serving exceptions @info:cursos:pue:python-pcpp1:m1
9 Resultats, Darrera modificació:
re you get data from an external source (console, file, etc.) you should not trust the data types, so it... e imported; * path – represents the path to any file which triggered the exception, respectively. Coul... de ; output> Traceback (most recent call last): File "exceptions#030.py", line 6, in <module> prin... n occurred: Traceback (most recent call last): File "exceptions#030.py", line 8, in <module> prin
1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
9 Resultats, Darrera modificació:
a simple relational database residing in a single file, or on the contrary, a huge, distributed cloud of... ction of retro cars written down in the cars.json file (Download ''cars.json'' zip file); the ''json-server'' will read the file in and will handle its contents according to our actions; *
Sesión 7: Seguridad, Prometheus @info:cursos:pue:devops
8 Resultats, Darrera modificació:
s/alertmanager" configs: # dockerd_config: # file: /srv/docker/prometheus/prometheus/rules/Caddyfile node_rules: file: /srv/docker/prometheus/prometheus/rules/swarm_node.rules.yml task_rules: file: /srv/docker/prometheus/prometheus/rules/swarm_ta
DevOps Sesión 15 (2022-03-30) ELK @info:cursos:pue:devops2022
8 Resultats, Darrera modificació:
ash/example-codec-multiline.conf </code> === lab file * [[https://www.elastic.co/guide/en/logstash/current/plugins-inputs-file.html]] * <code ; example-codec-file.conf> input { file { path => "/logs/access_log" exclude => "*.gz" start_position => "beginning"
LPIC2 2021 Sesión 12 (2021-03-11) @info:cursos:pue:lpic2-2021
8 Resultats, Darrera modificació:
2.1 File processing - XML files @info:cursos:pue:python-pcpp1:m5
8 Resultats, Darrera modificació:
Sesión 2: Docker @info:cursos:pue:devops
7 Resultats, Darrera modificació:
DevOps Sesión 2 (2022-02-14) Docker @info:cursos:pue:devops2022
7 Resultats, Darrera modificació:
DevOps Sesión 3 (2022-02-16) Docker @info:cursos:pue:devops2022
7 Resultats, Darrera modificació:
LPIC2 2021 Sesión 10 (2021-03-04) @info:cursos:pue:lpic2-2021
7 Resultats, Darrera modificació:
DevOps Sesión 13 (2022-03-23) Ansible @info:cursos:pue:devops2022
6 Resultats, Darrera modificació:
Apuntes SinCara Extras systemd @info:cursos:pue:ethical-hacker:extras
6 Resultats, Darrera modificació:
1.1 SQLite @info:cursos:pue:python-pcpp1:m5
6 Resultats, Darrera modificació:
Lab Module 18 IoT and OT Hacking @info:cursos:pue:ethical-hacker:sesion5
5 Resultats, Darrera modificació:
4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
5 Resultats, Darrera modificació:
Sesión 3 : swarm @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 11 (2021-03-09) @info:cursos:pue:lpic2-2021
4 Resultats, Darrera modificació:
Lab Module 20 Cryptography @info:cursos:pue:ethical-hacker:sesion5
4 Resultats, Darrera modificació:
3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
4 Resultats, Darrera modificació:
Sesión 5: vagrant, ansible @info:cursos:pue:devops
3 Resultats, Darrera modificació:
Sesión 11 Jenkins @info:cursos:pue:devops
3 Resultats, Darrera modificació:
DevOps Sesión 9 (2022-03-09) Vagrant @info:cursos:pue:devops2022
3 Resultats, Darrera modificació:
DevOps Sesión 11 (2022-03-16) Ansible @info:cursos:pue:devops2022
3 Resultats, Darrera modificació:
Ethical Hacker : sesión 2 @info:cursos:pue:ethical-hacker
3 Resultats, Darrera modificació:
Lab Module 19 Cloud Computing @info:cursos:pue:ethical-hacker:sesion5
3 Resultats, Darrera modificació:
2.6 Abstract classes @info:cursos:pue:python-pcpp1:m1
3 Resultats, Darrera modificació:
2.5 Working with the Canvas @info:cursos:pue:python-pcpp1:m3
3 Resultats, Darrera modificació:
1.2 How to use sockets in Python @info:cursos:pue:python-pcpp1:m4
3 Resultats, Darrera modificació:
LPIC2 (PUE 2021)
2 Resultats, Darrera modificació:
Sesión1: Docker @info:cursos:pue:devops
2 Resultats, Darrera modificació:
LPIC2 2021 Sesión 13 (2021-03-16) @info:cursos:pue:lpic2-2021
2 Resultats, Darrera modificació:
2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
2 Resultats, Darrera modificació:
1.4 Talking to JSON in Python @info:cursos:pue:python-pcpp1:m4
2 Resultats, Darrera modificació:
Curso PUE DevOps 2022
1 Resultats, Darrera modificació:
Curso python (PCPP1) PUE 2023
1 Resultats, Darrera modificació:
Sesión 8 : kubernetes @info:cursos:pue:devops
1 Resultats, Darrera modificació:
DevOps Sesión 8 (2022-03-07) k8s @info:cursos:pue:devops2022
1 Resultats, Darrera modificació:
Expresiones Regulares @info:cursos:pue:lpic1
1 Resultats, Darrera modificació:
LPIC2 2021 Sesión 8 (2021-02-25) @info:cursos:pue:lpic2-2021
1 Resultats, Darrera modificació:
Apuntes SinCara sesión 1 @info:cursos:pue:ethical-hacker:sesion1
1 Resultats, Darrera modificació:
Lab Module 06: Sytem hacking @info:cursos:pue:ethical-hacker:sesion2
1 Resultats, Darrera modificació:
Lab Module 07 @info:cursos:pue:ethical-hacker:sesion2
1 Resultats, Darrera modificació:
2.1 Python core syntax @info:cursos:pue:python-pcpp1:m1
1 Resultats, Darrera modificació:
2.3 Extended function argument syntax @info:cursos:pue:python-pcpp1:m1
1 Resultats, Darrera modificació: