Cerca

Heus ací els resultats de la cerca.

vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
170 Resultats, Darrera modificació:
= 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
7 Resultats, Darrera modificació:
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
6 Resultats, Darrera modificació:
} == 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
6 Resultats, Darrera modificació:
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
5 Resultats, Darrera modificació:
= 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
5 Resultats, Darrera modificació:
= 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
5 Resultats, Darrera modificació:
-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
5 Resultats, Darrera modificació:
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
4 Resultats, Darrera modificació:
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
4 Resultats, Darrera modificació:
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
3 Resultats, Darrera modificació:
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
3 Resultats, Darrera modificació:
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
3 Resultats, Darrera modificació:
[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
3 Resultats, Darrera modificació:
-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
3 Resultats, Darrera modificació:
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'
docker SWARM @tech:dockerswarm
2 Resultats, Darrera modificació:
git: fusion varios repos en 1 conservando historia @tech:git
2 Resultats, Darrera modificació:
git TAG @tech:git
2 Resultats, Darrera modificació:
kubernetes @tech:k8s
2 Resultats, Darrera modificació:
TERRAFORM @tech:terraform
2 Resultats, Darrera modificació:
terraform win-instance @tech:terraform
2 Resultats, Darrera modificació:
docker-compose casos de uso @tech:docker:docker-compose
2 Resultats, Darrera modificació:
docker-compose @tech:docker:docker-compose
2 Resultats, Darrera modificació:
dockerd remote tls access @tech:docker:dockerd
2 Resultats, Darrera modificació:
ansible @tech:ansible
1 Resultats, Darrera modificació:
Azure @tech:azure
1 Resultats, Darrera modificació:
Dockerfile @tech:docker
1 Resultats, Darrera modificació:
git config @tech:git
1 Resultats, Darrera modificació:
git DIFF @tech:git
1 Resultats, Darrera modificació:
git LFS @tech:git
1 Resultats, Darrera modificació:
git MERGE @tech:git
1 Resultats, Darrera modificació:
git STASH @tech:git
1 Resultats, Darrera modificació:
git submodulos @tech:git
1 Resultats, Darrera modificació:
Google: operadores de búsqueda @tech:google
1 Resultats, Darrera modificació:
Google @tech:google
1 Resultats, Darrera modificació:
HAProxy @tech:haproxy
1 Resultats, Darrera modificació:
IA @tech:ia
1 Resultats, Darrera modificació:
casos de uso @tech:terraform
1 Resultats, Darrera modificació:
Terraform cli @tech:terraform
1 Resultats, Darrera modificació:
POC estructura AD @tech:terraform
1 Resultats, Darrera modificació:
vagrantfile examples @tech:vagrant
1 Resultats, Darrera modificació:
vagrant mysql @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
Dockerfile mariadb + SSL @tech:docker:dockerfile:examples
1 Resultats, Darrera modificació: