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... pygame usando el siguiente comando:<code bash>pip install pygame</code> Si no eres un administrador, o no ... a, puedes instalarlo solo para ti: <code bash>pip install --user pygame</code> Depende de ti cuál de los p
- 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
- 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 * *... p://clusterfrak.com/sysops/app_installs/openfiler_install/]] * [[https://www.openfiler.com/]] * [[http:... networkManager "GUI" <- en modo texto * ''yum install NetworkManager-tui -y'' * **nmcli**: networkMan... le esto) * ''tcpdump'' * ''nmap'' * ''yum install nmap-frontend -y'' -> ''zenmap'': frontend gráfic
- 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**
- 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
- Curso python udemy @info:cursos:udemy
- bles == jupyter notebook * <code bash>sudo apt install libsqlite3-dev</code> * <code bash>pip3 install jupyter notebook</code> * <code bash>jupyter notebook<... nal/command line: * Windows:<code python> pip install pandas # or use python -m pip install pandas # if that doesn't work. </code> * Mac and Linux:<code py
- 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
- Dockerfile @info:cursos:altran:docker
- FROM debian:latest RUN apt-get update && apt-get install -y wget </sxh> ''docker build -t <nombre> .'': ge... bash> FROM debian RUN apt-get update RUN apt-get install -y nginx CMD ["nginx","-g","daemon off;"] </sxh> ... > FROM debian RUN apt-get update \ && apt-get install -y nginx \ && rm -rf /var/lib/apt/lists/* CMD... xh bash> FROM debian:latest RUN apt update && apt install -y nginx CMD ["nginx","-g","daemon off;"] COPY in
- 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 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