Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
- contenedor (por restricciones de licencia o firewall), <code bash>docker run -d -p 9090:80 -v $PWD:/ht... end config.vm.provision "shell", path: "install.sh" config.vm.provision "shell", path: "addIns... end </code> == tomcat7+oracle8 <code bash; install.sh> #!/bin/bash # http://apache.uvigo.es/tomcat/... " JAVA_PATH="/usr/lib/jvm/java-8-oracle" JAVA_INSTALLER="oracle-java8-installer" DEBIAN_FRONTEND=nonint
- vagrant mysql @tech:vagrant:vagrantfile
- contenedor (por restricciones de licencia o firewall), <code bash>docker run -d -p 9090:80 -v $PWD:/ht... end config.vm.provision "shell", path: "install.sh" # config.vm.provision "shell", path: "../..... n/addInsecureKey.sh" end </code> <code bash; install.sh> #!/bin/bash # https://dev.mysql.com/get/Down... eractive sudo apt-get -y update sudo apt-get install -y wget libaio1 > /dev/null 2>&1 sudo debconf-set
- vagrant weblogic @tech:vagrant:vagrantfile
- end config.vm.provision "shell", path: "install.sh" config.vm.provision "shell", path: "../../... n/addInsecureKey.sh" end </code> <code bash; install.sh> #!/bin/bash WEBLOGIC_ZIP="fmw_12.2.1.3.0_wls... e" JAVA_TGZ="jdk-8u211-linux-x64.tar.gz" JAVA_INSTALLER="oracle-java8-installer" JAVA_URL_DOWNLOAD="http://<server>:9090/${JAVA_TGZ}" DEBIAN_FRONTEND=nonint
- GIT @tech:git
- ub.io/gitimmersion-spanish/index.html]] == todo <callout type="warning" title="git extras" icon="true">https://github.com/tj/git-extras/</callout> <callout type="info" title="git submodules" icon="true">https://stackoverflow.com/questions/3796927/how-to-git-clone-including-submodules</callout> <callout type="info" title="git resumen" icon
- Google @tech:google
- texto del sitio web solamente === in title * **allintitle:** * **intitle:** Buscar en el título de... a * **inblogtitle:** * **inposttitle:** * **allinpostauthor:** * **allintext:** * **allinarchor:** === in link * **link:** : <URL> sitios que apuntan a tu <URL> * **a
- Terraform cli @tech:terraform
- spect Terraform state or plan * **taint** : Manually mark a resource for recreation * **untaint** : Manually unmark a resource as tainted * **debug** : Deb... agement (experimental) * **force-unlock** : Manually unlock the terraform state * **state** : Advan... bles?) == autocomplete * ''terraform %%--%%install-autocomplete'' : bash/zsh * ''terraform %%--%%u
- terraform variables @tech:terraform
- resource_tags" { description = "Tags to set for all resources" type = map(string) default ... resource_tags" { description = "Tags to set for all resources" type = map(string) default ... ar.resource_tags["project"]) <= 16 && length(regexall("[^a-zA-Z0-9-]", var.resource_tags["project"])) =... resource_tags["environment"]) <= 8 && length(regexall("[^a-zA-Z0-9-]", var.resource_tags["environment"]
- vagrant php @tech:vagrant:vagrantfile
- end config.vm.provision "shell", path: "install.sh" config.vm.provision "shell", path: "../../... n/addInsecureKey.sh" end </code> <code bash; install.sh> #!/bin/bash DEBIAN_FRONTEND=noninteractive ... ndrej/php sudo apt-get -y update sudo apt-get install -y curl apache2 php5.6 > /dev/null 2>&1 sudo cp /... # /var/www/html </code> == php7 <code bash; install.sh> #!/bin/bash DEBIAN_FRONTEND=noninteractive
- git repo server @tech:git
- Match User git ForceCommand /usr/bin/git AllowTCPForwarding no X11Forwarding no </code> ... om/questions/489771/block-git-user-from-login-but-allow-the-user-to-still-function-as-a-git-repo]] == ... e source to local branches of the target, it maps all refs (including remote-tracking branches, notes e... c.) and sets up a refspec configuration such that all these refs are overwritten by a git remote update
- Dockerfile run script @tech:docker:dockerfile:examples
- -R mysql:mysql /var/lib/mysql mysql_install_db --user=mysql > /dev/null if [ "$MYSQL... < EOF > $tfile USE mysql; FLUSH PRIVILEGES; GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' identified by '$MYSQL_ROOT_PASSWORD' WITH GRANT OPTION; GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' identifie... word $MYSQL_PASSWORD" echo "GRANT ALL ON \`$MYSQL_DATABASE\`.* to '$MYSQL_USER'@'%' IDE
- VAGRANT @tech:vagrant
- lugins === vagrant-hosts * ''vagrant plugin install vagrant-hosts'' -> [[https://www.rubydoc.info/gem... nd </code> === disk-size * ''vagrant plugin install vagrant-disksize'' : ayuda a crear discos "a medi... m to syntax highlight Vagrantfile as ruby " " Install: $HOME/.vim/plugin/vagrant.vim " Author: Brandon
- docker-compose casos de uso @tech:docker:docker-compose
- t/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 -rf /... \ --with-xpm-dir \ && docker-php-ext-install gd RUN sed -ri -e 's!/var/www/html!${APACHE_DOCU
- 3 nodos vagrant + docker @tech:vagrant:vagrantfile
- .101" nodo1.vm.provision "shell", path: "install-docker.sh" ... tainerd runc sudo apt-get update sudo apt-get install -y \ apt-transport-https \ ca-certificates ... \ stable" sudo apt-get update sudo apt-get install -y docker-ce
- master template @tech:vagrant:vagrantfile
- l']['config']['version'] ansible.install_mode = host['ansible_local']['config']['mode'] ... version: 2.4.1.0 playbooks: - limit: "all" become: true playbook: ./ansible... entory: ./ansible/inventory/hosts - limit: "all" become: true playbook: ./openshi
- docker scan @tech:docker
- alación: <code bash>apt-get update && apt-get install docker-scan-plugin</code> * Aceptar licencia: <... de> * ''%%--file%% <DOCKERFILE>'': informe detallado si se provee el **Dockerfile** de la imagen.