Cerca
Heus ací els resultats de la cerca.
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:
- 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
- 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
- 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
- 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
- LPIC2 2021 Sesión 0: Preparativos (2021-02-02) @info:cursos:pue:lpic2-2021
- code> * programas para instalar:<code bash> yum install ntp -y yum install vim -y yum install git -y yum install bash-completion -y </code>
- LPIC2 2021 Sesión 1 (2021-02-02) - Utils info @info:cursos:pue:lpic2-2021
- a de entrada/salida de un disposito/CPU * ''yum install bash-completion -y'' * ''yum provides iostat'' * ''yum install sysstat -y'' * ''rpm --ql sysstat'' * ''iost... relacionados * ''yum provides lsof'' -> ''yum install lsof -y'' * ''lsof /root'' (o punto de montaj... LPIC-201/1-Capacity Planning/collectd/Laboratorio Installing Collectd and Collectd-Web.pdf** == prácticas/
- LPIC2 2021 Sesión 8 (2021-02-25) @info:cursos:pue:lpic2-2021
- lase === System Maintenance: compresión * ''yum install tar zip unzip gzip bzip xz -y'' * tar * **z... defecto:<code bash>./configure [--help] make make install</code> * pero mirar el README que acompaña a ... %%help** para ayudar en las opciones * ''make uninstall'': desinstalación (si está) * DOC: Material Pra... a bind*'': para ver paquetes instalados * ''yum install bind* -y'' * copiamos los ficheros (pasados por
- LPIC2 2021 Sesión 14 (2021-03-18) @info:cursos:pue:lpic2-2021
- oratorio Servidor de correo-Centos7.pdf * ''yum install -y sendmail sendmail-cf'' * **/etc/mail** *... temctl restart sendmail'' * dovecot * ''yum install -y dovecot'' * <code /etc/dovecot/dovecot.con... > * <code /etc/procmailrc></code> * ''yum install -y mailx'': cliente mail * ''mkdir /etc/skel/Ma... //www.digitalocean.com/community/tutorials/how-to-install-and-configure-zabbix-to-securely-monitor-remote-s
- Apuntes SinCara Extras systemd @info:cursos:pue:ethical-hacker:extras
- sr/sbin/cupsd -l Type=notify Restart=on-failure [Install] Also=cups.socket cups.path WantedBy=printer.targ... as específicas de la definición de la unit * **[Install]**: Define directivas de gestión de units estable... l archivo **.service** no requiere una sección **[Install]** ya que son las unidades de temporizador las qu... mizedDelaySec=1h AccuracySec=6h Persistent=true [Install] WantedBy=timers.target </code> * <code prope