Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 2.3 A small lexicon of widgets - Part 3 @info:cursos:pue:python-pcpp1:m3
- 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
- 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
- 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
- Apuntes SinCara Extras systemd @info:cursos:pue:ethical-hacker:extras
- standalone-sysusers * systemd-standalone-tmpfiles * systemd-tests * uwsgi-logger-syste... ectorios anteriormente nombrados. * **Drop-in files**: Si queremos añadir un fichero que solo modifi... t> CPUShares=1024'' # Con esto me crea un Drop-in file automáticamente == Creación de tus propias unida... que no es necesario. Debe especificar también PIDFile= para que SystemD pueda realizar un seguimiento d
- Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
- mand injection * shell * html * file * LDAP injection * XSS en comentarios (ti... allows attackers to recover backup copies of live files, configuration and log files containing sensitive data, backup archives containing snapshots of files within the web root, and new functionality that
- 5.1 The configparser module @info:cursos:pue:python-pcpp1:m5
- 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
- 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
- 4.1 Logging in Python @info:cursos:pue:python-pcpp1:m5
- ifferent places. Most often it's in the form of a file, but it can also be an output stream, or even an ... ging logging.basicConfig(level=logging.CRITICAL, filename='prod.log', filemode='a') logger = logging.getLogger() logger.critical('Your CRITICAL message') l... ur DEBUG message')</code> Result in ''prod.log'' file: <code>CRITICAL:root:Your CRITICAL message</code>
- LPIC2 2021 Sesión 5 (2021-02-16) - discos @info:cursos:pue:lpic2-2021
- ystemctl * Material Practicas LPIC-2/LPIC-201/4-Filesystem and Devices/Laboratorio Desactivar el fsck ... eros.pdf * Material Practicas LPIC-2/LPIC-201/4-Filesystem and Devices/Laboratorio sistema de archivo... XFS.pdf * Material Practicas LPIC-2/LPIC-201/4-Filesystem and Devices/Gestión de espacio de memoria d... mbio.pdf * Material Practicas LPIC-2/LPIC-201/4-Filesystem and Devices/Gestion de Swap.txt == Clase =
- Sesión 6 : ansible @info:cursos:pue:devops
- : 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
- LPIC2 2021 Sesión 9 (2021-03-02) @info:cursos:pue:lpic2-2021
- 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 7: Seguridad, Prometheus @info:cursos:pue:devops
- 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
- LPIC2 2021 Sesión 7 (2021-02-23) - raid, networking @info:cursos:pue:lpic2-2021
- , pag 72 * Material Practicas LPIC-2/LPIC-201/4-Filesystem and Devices/1-Gestión Avanzada de Discos.pdf * Material Practicas LPIC-2/LPIC-201/4-Filesystem and Devices/3-RAID/%%*%% * Presentaciones... e:%%//%% * Material Practicas LPIC-2/LPIC-201/4-Filesystem and Devices/Gestion de Swap.txt == Clase =... icon="true">Material Practicas LPIC-2/LPIC-201/4-Filesystem and Devices/1-Gestión Avanzada de Discos.pd
- DevOps Sesión 15 (2022-03-30) ELK @info:cursos:pue:devops2022
- 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"
- DevOps Sesión 1 (2022-02-09) Docker @info:cursos:pue:devops2022
- 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.