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
- = vagrant tomcat (7/8) con JDK (7/8) {{tag>Vagrantfile}} los ficheros necesarios se han servido desde... 190401.01" config.vm.provision "file", source: "tomcat.service", destination: "/tmp/tomcat.service" config.vm.provider :virtualbox do |v| v.name = "altrankas-tomcat7-JDK8" v.linked_clone = true v.memory
- terraform variables @tech:terraform
- nce_count" { description = "Number of instances to provision." type = number default ... variable "resource_tags" { description = "Tags to set for all resources" type = map(string... variable "resource_tags" { description = "Tags to set for all resources" type = map(string... aform output [ [-j-son] [-no-color] [-state=<path_to_state_file>] ] <NOMBRE> * ''-state'' se ign
- GIT @tech:git
- } == related === comandos {{NEWPAGE>tech:git}} {{topic>git +comando}} === cursos {{topic>git +cursos}} === + info {{NEWPAGE>tech:git}} {{topic>git -cursos -comando}} * [[tech:git:server]]... t tutorial]] * [[https://ohshitgit.com/es]] == todo <callout type="warning" title="git extras" icon
- Singularity @tech:singularity
- vely. In order for the shell within the container to know of my user, the relevant user information needs to be available within these files within the contai... elevant user and group lines from the host system to the /etc/passwd and /etc/group files within the c... hin the container environment. If you write files to this directory within the running container, when
- DOCKER @tech:docker
- = DOCKER {{tag>devops info}} == related {{topic>docker&nodate&nouser&sort&tags}} == +info * [[tech... * [[https://medium.freecodecamp.org/the-easy-way-to-set-up-docker-on-a-raspberry-pi-7d24ced073ef]] ... ps://www.digitalocean.com/community/tutorials/how-to-run-openvpn-in-a-docker-container-on-ubuntu-14-04... ''-p 80:80'': mapea el puerto host:contenedor, en todos los interfaces * ''-p 127.0.0.1:80:80'': e
- git diff[tool] @tech:git
- = git diff[tool] {{tag>git}} == básicos <code bash; mostrar diferencias entre working area y último co... n difftool <code bash> #git config --global merge.tool kdiff3 #git config --global mergetool.kdiff3.pa... /code> <code properties; .gitignore> [merge] tool = kdiff3 [mergetool "kdiff3"] path = /usr/b... stions/33308482/git-how-configure-kdiff3-as-merge-tool-and-diff-tool]] == more * [[https://git-scm.
- git tips @tech:git
- -u origin <new_name> # y comprobar en remoto que todo ha ido bien git push origin :<old_name> # elimi... ar el pasado(rebase/reset) <code bash (ohsgitgit) todo lo hecho, en todas las ramas>git reflog # cada entrada tiene un HEAD@{index}</code> <code bash (ohs... r, dejando el mayor ancestro como destinatario de todos ellos # git push origin <rama> -f # fuerza la
- kafka @tech:kafka
- correspondiente * los subscriptores (de cada topic) lo recogen * tradicional: * cada subscriptor a 1 o varios topics * 1 propio * x independientes... e consumo: subscriptores agrupados, escuchando un topic y un miembro del grupo atiende los mensajes * radio difusión: todos los subscriptores escuchan el topic e interpre
- docker swarm: official guide @tech:dockerswarm
- m init --advertise-addr 10.0.0.10</code> * show token:<code bash>docker swarm join-token worker</code> * run service:<code bash>docker service create ... vice rm helloworld</code> == worker node * add to swarm:<code bash>docker swarm join \ --token SWMTKN-1-49nj1cmql0jkz5s954yi3oex3nedyz0fb0xx14ie39trt
- VAGRANT @tech:vagrant
- tech:vagrant:vagrantfile-examples]] == related {{topic>vagrant&nouser&nodate&tags}} == help * [[ht... las imágenes descargadas * ''--global'' sobre todas las imágenes * ''vagrant box prune'': elimin... ''vagrant global-status'': estado y situación de todas las máquinas * ''vagrant ssh'': conexión a l... title: $HOME/.vim/plugin/vagrant.vim> " Teach vim to syntax highlight Vagrantfile as ruby " " Install:
- git: migrar repositorio @tech:git
- reenbarahona.medium.com/migrar-un-repositorio-con-todos-sus-commits-y-todas-sus-ramas-ccd2c5e6d389]] </callout> - crear un repositorio vacío en el prove... t-url origin <URL_REPO_DESTINO></code> - enviar todos los commits, ramas y tags:<code bash>git push
- git repo server @tech:git
- 9771/block-git-user-from-login-but-allow-the-user-to-still-function-as-a-git-repo]] == repositorio [[... rce repository. This implies %%--%%bare. Compared to %%--%%bare, %%--%%mirror not only maps local branches of the source to local branches of the target, it maps all refs (i
- istio @tech:istio
- [https://www.envoyproxy.io/|Envoy]]) que controla todas las comunicaciones del pod * notifica a "c... 407-040336.png }} === proxy envoy * intercepta todo el tráfico * se comunica con control === mix... dor tiene permisos * gestión de claves: lleva toda la gestión de claves y certificados == docs
- Terraform state @tech:terraform
- -terraform-resources-states-from-one-remote-state-to-another-c76f8b76a996]] ===creando un nuevo estado * creamos directorio destino y metemos todo el código necesario: * provider * state... -terraform-resources-states-from-one-remote-state-to-another-c76f8b76a996|sintaxis de direccionamiento
- Dockerfile run script @tech:docker:dockerfile:examples
- ql; FLUSH PRIVILEGES; GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' identified by '$MYSQL_ROOT_PASSWORD' WITH GRANT OPTION; GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' identified by 'MYSQL_ROOT_PASS... echo "GRANT ALL ON \`$MYSQL_DATABASE\`.* to '$MYSQL_USER'@'%' IDENTIFIED BY '$MYSQL_PASSWORD'