Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
- ker run -d -p 9090:80 -v $PWD:/http tiagoad/nginx-index</code> == Vagrantfile <code yaml; Vagrantfile... = 2 end config.vm.provision "shell", path: "install.sh" config.vm.provision "shell", path: "a... .sh" end </code> == tomcat7+oracle8 <code bash; install.sh> #!/bin/bash # http://apache.uvigo.es/to... mcat" JAVA_PATH="/usr/lib/jvm/java-8-oracle" JAVA_INSTALLER="oracle-java8-installer" DEBIAN_FRONTEND=n
- Google: operadores de búsqueda @tech:google
- .com/la-es/2021/07/29/google-hacking-averigua-que-informacion-sobre-ti-o-empresa-aparece-resultados/]]... .exploit-db.com/google-hacking-database]] * **intitle:”webcamXP 5″** * **intext:”index of” inurl:ftp** * **“Index of” inurl:phpmyadmin** * **inurl:/wp-content/uploads/ e
- terraform variables @tech:terraform
- = string default = "us-west-2" } variable "instance_count" { description = "Number of instances to provision." type = number default ... _gateway" { description = "Enable a VPN gateway in your VPC." type = bool default = f... ws" { region = var.aws_region } module "ec2_instances" { source = "./modules/aws-instance"
- terraform win-instance @tech:terraform
- = terraform win-instance == de interés * uso **key** para recuperar contraseña admin windows * asignación IP privada... = { Name = "tf-example" } } resource "aws_internet_gateway" "igw_main" { vpc_id = "${aws_vpc... aws_subnet.my_subnet.id}" # depends_on = ["aws_internet_gateway.igw_main"] # } # resource "aws_eip
- vagrant weblogic @tech:vagrant:vagrantfile
- = 2 end config.vm.provision "shell", path: "install.sh" config.vm.provision "shell", path: ".... ommon/addInsecureKey.sh" end </code> <code bash; install.sh> #!/bin/bash WEBLOGIC_ZIP="fmw_12.2.1.3.... racle" JAVA_TGZ="jdk-8u211-linux-x64.tar.gz" JAVA_INSTALLER="oracle-java8-installer" JAVA_URL_DOWNLOAD="http://<server>:9090/${JAVA_TGZ}" DEBIAN_FRONTEND=
- VAGRANT @tech:vagrant
- = VAGRANT {{tag>devops info}} ~~NOTOC~~ * [[tech:vagrant:vagrantfile]] * [[tech:vagrant:vagrantfil... nt_hosts -> ''sync_hosts'': [[https://www.rubydoc.info/gems/vagrant-hosts/2.6.2]] == config files * ... quina.box'' === máquinas virtuales * ''vagrant init <imagen>'': montar un escenario (en su director... == plugins === vagrant-hosts * ''vagrant plugin install vagrant-hosts'' -> [[https://www.rubydoc.inf
- vagrant mysql @tech:vagrant:vagrantfile
- ker run -d -p 9090:80 -v $PWD:/http tiagoad/nginx-index</code> == con docker (problema sin resolver, ... = 2 end config.vm.provision "shell", path: "install.sh" # config.vm.provision "shell", path: "... ommon/addInsecureKey.sh" end </code> <code bash; install.sh> #!/bin/bash # https://dev.mysql.com/get... ninteractive sudo apt-get -y update sudo apt-get install -y wget libaio1 > /dev/null 2>&1 sudo debcon
- DOCKER @tech:docker
- = DOCKER {{tag>devops info}} == related {{topic>docker&nodate&nouser&sort&tags}} == +info * [[tech:docker:dockerd:start]] * [[tech:do... locean.com/community/tutorials/how-to-run-openvpn-in-a-docker-container-on-ubuntu-14-04]] * [[http... _for_transmission_and/]] == resumen comandos === instalación * añadir usuario actual al grupo de do
- Singularity @tech:singularity
- inux system administration, you may be aware that in Linux, users and their Unix groups are configured in the /etc/passwd and /etc/group files respectively. In order for the shell within the container to know of my user, the relevant user information needs to be available within these files
- git STASH @tech:git
- *staged area* * ''git stash save [-u | %%--%%include-untracked] "<message>"'' : le da un nombre a la sesión guardada en el stash * ''-u'' : incluye los ficheros untracked * ''git stash save [-k | %%--%%keep-index] "<message>"'' : guarda en el stash los ficher... sesiones en el stash * ''git stash show stash@{indice}'' : muestra los ficheros del stash == recup
- TERRAFORM @tech:terraform
- = TERRAFORM {{tag> devops info}} * [[tech:terraform:aws]] * [[tech:terraform:azure]] == documenta... 12: [[https://www.terraform.io/docs/configuration/index.html]] * 0.11: [[https://www.terraform.io/docs/configuration-0-11/interpolation.html: interpolación (referenciar variables, atributos de recursos, llamar funciones)]] ==
- vagrant php @tech:vagrant:vagrantfile
- config.vm.provision "file", source: "../../common/info.php", destination: "/tmp/info.php" config.vm.provider :virtualbox do |v| v.name = "altrankas... = 2 end config.vm.provision "shell", path: "install.sh" config.vm.provision "shell", path: ".... ommon/addInsecureKey.sh" end </code> <code bash; install.sh> #!/bin/bash DEBIAN_FRONTEND=noninteract
- Dockerfile run script @tech:docker:dockerfile:examples
- ob/master/run.sh]] == destacable <sxh bash> for i in /scripts/pre-init.d/*sh do if [ -e "${i}" ]; then echo "[i] pre-init.d - processing $i" . "${i}" ... completo <code bash> #!/bin/sh # execute any pre-init scripts for i in /scripts/pre-init.d/*sh do
- GIT @tech:git
- = GIT {{tag>devops info}} == related === comandos {{NEWPAGE>tech:git}} {{topic>git +comando}} === cursos {{topic>git +cursos}} === + info {{NEWPAGE>tech:git}} {{topic>git -cursos -coman... [[https://esparta.github.io/gitimmersion-spanish/index.html]] * [[https://www.atlassian.com/git/tut... ithub.com/tj/git-extras/</callout> <callout type="info" title="git submodules" icon="true">https://sta
- docker-compose casos de uso @tech:docker:docker-compose
- php:7.2-apache ENV APACHE_DOCUMENT_ROOT /var/www/intranet/www RUN apt-get update -y \ && apt-get install -y libpng-dev libwebp-dev libjpeg62-turbo-dev libxpm-dev \ && docker-php-ext-install mysqli \ && a2enmod rewrite \ && rm ... -dir \ --with-xpm-dir \ && docker-php-ext-install gd RUN sed -ri -e 's!/var/www/html!${APACHE