Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- DevOps Sesión 12 (2022-03-21) @info:cursos:pue:devops2022
- ible-doc -s copy === cowsay enable <code bash>yum install cowsay -y sudo vi /etc/ansible/ansible.cfg # 218:... le all -a "timedatectl" ansible clientes -a "yum install httpd -y" </code> === fetch * recoge/descarga ... : '192.168.1.99 foo.lab.net foo' ... </code> === install docker <code yaml ; playbook_centos_install_docker.yaml> --- - name: Install docker Centos gather_facts:
- Modulo 1 (intermedio): PIP @info:cursos:netacad:python:pe2m1
- paquete llamado python3-pip: <code bash>sudo apt install python3-pip</code> Ese es un buen consejo y lo s... s. == Cómo usar pip <code bash>pip help pip help install pip list</code> La lista //pip// no es muy inform... los paquetes instalados (ten en cuenta la palabra installed). La sintaxis del comando es la siguiente:<code... pygame usando el siguiente comando:<code bash>pip install pygame</code> Si no eres un administrador, o no
- Sesión 5: vagrant, ansible @info:cursos:pue:devops
- "apachephp" config.vm.provision "shell", path: "install.sh" # config.vm.network :private_network, ip: ... # vb.gui = true # end end </code> <code bash; install.sh> sudo apt-get update sudo apt-get -y install apache2 libapache2-mod-php5 #rm /var/www/index.html </code... $mi_script=<<SCRIPT apt-get -y update apt-get -y install apache2 mysql-client SCRIPT $otro_script=<<SCRIP
- 1.6 Making life easier with the requests module @info:cursos:pue:python-pcpp1:m4
- t's start. First of all, we need to have Node.js installed on our computer. The steps you should take depe... ejs.org/en/download, download and run the Windows installer (a file with a name that looks like ''node-vxx.... anch; accept all the default settings and let the installer do the job; after successful installation you should see an entry named ''Node.js'' in the Windows® star
- Curso python udemy @info:cursos:udemy
- ibrary * Mobile app: apk * Web Scraping * pyinstaller: creación de ejecutables == jupyter notebook * <code bash>sudo apt install libsqlite3-dev</code> * <code bash>pip3 install jupyter notebook</code> * <code bash>jupyter notebook<... libraries written in Python reside in the Python installation directory as .py files. You can find their d
- LPIC2 2021 Sesión 7 (2021-02-23) - raid, networking @info:cursos:pue:lpic2-2021
- l-raid> -n=<n-discos> [<dispositivos>]'' <- ''yum install mdadm'' * **-C**: crear volume RAID * *... nectarnos * [[http://clusterfrak.com/sysops/app_installs/openfiler_install/]] * [[https://www.openfiler.com/]] * [[http://vmwareinsight.com/Tutorials/2016/7/5... networkManager "GUI" <- en modo texto * ''yum install NetworkManager-tui -y'' * **nmcli**: networkMan
- gestión de paquetes @info:cursos:udemy:ansible:modulos
- erias PHP * cpam : gestor módulos Perl * easy_install : gestión módulos / librerias Phyton * gem : ge... gestión módulos / librerias Phyton (más que easy_install) para OS: * apk : gestión paquetes android *... cpanm: name=DBI version="1.360" </code> === easy_install [[https://docs.ansible.com/ansible/latest/modules/easy_install_module.html#easy-install-module]] * obligatorio
- LPIC2 2021 Sesión 11 (2021-03-09) @info:cursos:pue:lpic2-2021
- al Practicas LPIC-2/LPIC-202/2-Web Services/Squid/Install sarg.txt * <code bash> wget -N http://www.a... er.repo -O /etc/yum.repos.d/AL-Server.repo yum -y install sarg </code> * <code ; /etc/sarg/sarg.conf>... * Centos no lo soporta hasta v8:<code bash>yum install epel-release -y # repo adicional yum install nginx -y </code> * **/etc/nginx/** * **nginx.conf**
- Sesión 9 : kubernetes, Jenkins @info:cursos:pue:devops
- | sudo apt-key add -'' * instalar: ''sudo apt install docker-ee'' * [[https://docs.docker.com/ee/end-to-end-install/]] * arrancar el UCP((Universal Control Plane... er.sock:/var/run/docker.sock \ docker/ucp:3.1.4 install \ --host-address 192.168.50.209 \ --interacti... : <code bash> sudo apt-get update && sudo apt-get install -y apt-transport-https curl -s https://packages.c
- introducción @info:cursos:udemy:ansible
- ema de paquetes * CentOs/RedHat: EPEL - ''yum install epel-release'', ''yum install ansible'' * Debian: * ''sudo apt install software-properties-common'' <- añadir otros repositori... la clave... * ''sudo apt update && sudo apt install ansible'' * ''ansible --version'' * los cli
- instalación @info:cursos:openwebinars:git
- = instalación debian/ubuntu: <code bash>apt-get install git-core</code> redhat/centos: <code bash>yum install git-core</code> mac: [[http://brew.sh/]] <code bas... -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install git </code> windows: [[http://cmder.net/]] : terminal mejorado, incorpora c
- Sesión 6 : ansible @info:cursos:pue:devops
- L=(ALL) NOPASSWD: ALL" become: yes - name: Install apache httpd but avoid starting it immediately (s... y == 'RedHat' become: yes </code> === mysql install <code yaml; mysql-install.yaml> # Ansible needs python-mysqldb - name: Install MySQL apt: pkg={{item}} state=latest update_cac
- Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
- ouse cursor on Plugins in the left pane and click Installed Plugins, as shown in the screenshot.{{:info:cur... the Plugin(s) Identified section, and observe the installed vulnerable plugins (wp-upg) on the target websi... er:pasted:20250220-033129.png?500}} - Run ''pip install .'' command to install wapiti web application security scanner.{{:info:cursos:pue:ethical-hacker:pasted:20
- Lab Module 18 IoT and OT Hacking @info:cursos:pue:ethical-hacker:sesion5
- re and Analyze IoT Traffic using Wireshark - To install the MQTT Broker \\ {{:info:cursos:pue:ethical-ha... 2605.png?500}} - To create IoT devices, we must install the IoT simulator on the client machine using Bev... dress of the Windows Server 2019 ). Since we have installed the Broker on the web server, the created netwo... enter the password toor). - Run **sudo apt-get install can-utils** to install CAN utility - Now, to se
- 3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
- ainst PEP 8 style conventions. These tools can be installed and run locally, or accessed online. We want to... ance with the style conventions in PEP 8. You can install the tool with the following command in the terminal: * <code python> pip install pycodestyle </code> * You can run it on a fil... pycodestyle.pycqa.org/en/latest/ * You can also install **autopep8** to automatically format your Python