Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
- Taller pentesting en Docker
- MariaDB Install
- Taller mantenimiento eléctrodomésticos gama blanca
- instalación rápida debian 6 como seedbox
- debian 8 + ISPCONFIG OVH VPS
- debian 9 stretch
- debian 10 "Buster"
- Instalación DEBIAN corporativo
- debian installs
- linux install
- instalación y desinstalación
- Instalación Tomcat 8 en máquina vagrant
- Uncomplicated Firewall
- ZSH install
- HashiCorp Taller de Vault
- Instal·lació de Moodle, Demo i MoodleCloud
- Instal·lació Linux Server Ubuntu 20.04.3
- ELK: Kibana (instalación y configuración)
- ELK: Logstask(instalación y configuración)
- 4.1 Shallow and deep copy operations
- 2.1 A small lexicon of widgets - Part 1
- 2.2 A small lexicon of widgets - Part 2
- 2.3 A small lexicon of widgets - Part 3
Resultats de text complet:
- sudo @linux:sudo
- io **root** con todos los privilegios: <code>root ALL=(ALL:ALL) ALL</code> * permite a los usuarios de **grupo** todos los privilegios:<code>%grupo ALL=(ALL:ALL) A
- vim @linux:vim
- \< the\>'' : Search the * ''/\< ¦.\>'' : Search all words of 4 letters * ''/\/'' : Search fred but ... mpty lines * '':bufdo /searchstr/'' : Search in all open files * ''bufdo %s/something/somethingelse/g'' : Search something in all the open buffers and replace it with somethingels... current line * '':2,35s/old/new/g'' : Replace all occurences between lines 2 and 35 * '':5,$s/o
- Python Professional Course Series: GUI Programming @info:cursos:pue:python-pcpp1:m3
- , that’s enough jokes about TLA’s for one course, all the more that GUI is present nearly everywhere. L... ven, even washing machine or heating controller – all these things have a screen, most of them colored ... home) with thousands of colored lights, blinking all the time, and hundreds of switches (also colored)... an define their own style and colors of virtually all the GUI elements. Some operating systems devote
- 1.6 Making life easier with the requests module @info:cursos:pue:python-pcpp1:m4
- a **server serving** a web **service** (sorry for all these serv..., we weren't able to avoid them) and... to look inside it. Okay. Let's start. First of all, we need to have Node.js installed on our compute... om the LTS //(Long Time Support//) branch; accept all the default settings and let the installer do the... ocess looks the same as on Windows® - just accept all the default settings and let the installer do the
- Sesión 6 : ansible @info:cursos:pue:devops
- === adduser <code yaml; add-user.yaml> - hosts: all tasks: - include: add-user-debian.yaml ... regexp: '^%wheel\s' line: '%wheel ALL=(ALL) NOPASSWD: ALL' become: true when: ansible_os_family == 'RedHat' - name: add user
- 1.6 Events and how to handle them @info:cursos:pue:python-pcpp1:m3
- he fuel which propel the application’s movements. All events come **to the event manager**, which is responsible for dispatching them to all the application components. This also means that ... oop() </code> Note – there are three widgets in all, but only one of them (the ''Button'') is clickab... some more or less helpful data. The data describe all the circumstances which are accompanied within th
- LPIC2 2021 Sesión 10 (2021-03-04) @info:cursos:pue:lpic2-2021
- administrador> Order Deny,Allow deny from all allow from 192.168.2.1 </Location> <Locat... on /prohibido> Order Deny,Allow deny from all allow from 192.168.0.9 </Location> <Loca... on /permitido> Order Deny,Allow deny from all allow from 192.168.2.1 </Location> ErrorL... administrador> Order Deny,Allow deny from all allow from 192.168.2.1 </Location> <Direc
- 2.3 Extended function argument syntax @info:cursos:pue:python-pcpp1:m1
- es for some parameters, so we do not have to pass all arguments as missing arguments, complete with def... ents in any order if we are assigning keywords to all argument values, otherwise positional ones are th... nt(3) print(1, 20, 10) print('--', '++') </code> All presented invocations of the **print()** function... d function: * ** *args** – refers to a tuple of all additional, not explicitly expected positional ar
- 1.1 SQLite @info:cursos:pue:python-pcpp1:m5
- ntents of their posts, and comments. The data are all kinds of information that we can send to the appl... t's more, it doesn't require any configuration at all, because it's a self-contained library enclosed i... you've never dealt with SQL before, don't worry. All examples including SQL will be explained in detai... T NULL ); </code> You’ll find more information on all types available in SQLite [[https://www.sqlite.or
- 2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
- ood idea to add more verbosity to your code as it all counts towards readability. Giving self-explanato... are too long, use whitespaces responsibly – this all affects the readability and understanding of your... not only read by computers, it’s also (or most of all) read by humans. In fact, it’s **the essence of t... often than it is written**” (Guido Van Rossum). All the previous aphorisms (and the subsequent ones)
- ZSH zmv @linux:zsh
- foo-bar.avi $ zmv '*' '${f//[()]/}' # serially all files (foo.foo > 1.foo, fnord.foo > 2.foo, ..) ... " is NOT a mistake in writing! # Rename names of all files under the current Dir to lower case, but ke... $ zmv -Qv '(**/)(*)(.D)' '$1${(L)2}' # replace all 4th character, which is "1", with "2" and so on ... rectory (some of them end # in *.py and give them all a proper extension $ autoload zmv $ zmv -n '(
- 2.8 Composition vs Inheritance - two ways to the same destination @info:cursos:pue:python-pcpp1:m1
- this relation is a subclass class that inherits **all** methods and **all** properties of the base class, and allows a subclass to extend everything that ha... could be inherited in this “Vehicles” structure? All classes derived from Vehicles own properties and ... operty from the base class, then it is present in all subclasses. The same principle should apply to t
- 4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
- irrelevant or reduntant information; and most of all – try to design and write your code in such a way... str//, which of course is a string. What does it all mean for you, and how can you take advantage of type hinting in Python? * First of all, type hinting can help you **document your code**... ctively** and write a more beautiful and, most of all, **cleaner code**. When using type hints, you mor
- 2.1 File processing - XML files @info:cursos:pue:python-pcpp1:m5
- document must have one root element that contains all other elements. In the example below, the main el... {'title': 'Hamlet'}</code> The root element and all its children are ''Element'' objects. In the exam... e tag name as a string **attrib** – this returns all attributes in the tag as a dictionary. To retriev... hod called ''iter''. The ''iter'' method returns all elements by having the tag passed as an argument.
- Formatting Syntax @wiki
- to be as readable as possible. This page contains all possible syntax you may use when editing the page... texts. Of course you can **__//''combine''//__** all these. DokuWiki supports **bold**, //italic//,... exts. Of course you can **__//''combine''//__** all these. You can use <sub>subscript</sub> and <sup... open a Windows Share. To remove this warning (for all users), put the following line in ''conf/local.pr