to

Cerca

Heus ací els resultats de la cerca.

terraform variables @tech:terraform
13 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... t variables * bloque declaración/valor por defecto:<code properties> variable "image_id" { type = ... variable "resource_tags" { description = "Tags to set for all resources" type = map(string
Singularity @tech:singularity
12 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... m where you are running the singularity command into the container that you’re starting. Note that thi
DOCKER @tech:docker
8 Resultats, Darrera modificació:
.es/podcast/tu-contenedor-docker-podria-estar-muerto-y-tu-sin-enterarte/]] * [[https://tech.paulcz.... * [[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... or en background * ''-p 80:80'': mapea el puerto host:contenedor, en todos los interfaces * ''
git tips @tech:git
8 Resultats, Darrera modificació:
= ramas <code bash renombrado rama en local y remoto> git checkout <old_name> && git branch -m <new_na... it push -u origin <new_name> # y comprobar en remoto que todo ha ido bien git push origin :<old_name> # elimina la rama vieja del remoto! </code> <code bash mover rama, trayendo solo lo... mit1^..commit2 para incluir commit1 en el movimiento git push origin rama_destino # envíamos los cambi
IA @tech:ia
8 Resultats, Darrera modificació:
= IA == prompts * Domina cualquier concepto en minutos: <code>Explícale [tema] a alguien que lo escu... ances medibles.</code> * Entiende el mapa completo: <code>Organiza el conocimiento sobre [tema] en una estructura lógica. Qué es lo más importante, cómo... ma de escribir (de verdad): <code>Corrige este texto para que sea más claro, más directo y más persuas
Terraform state @tech:terraform
7 Resultats, Darrera modificació:
un recurso * pull: descarga el state de un remoto * push: sube el state desde local al remoto == mover recursos a diferentes 'states' /via: [[https:... -terraform-resources-states-from-one-remote-state-to-another-c76f8b76a996]] ===creando un nuevo estado... -terraform-resources-states-from-one-remote-state-to-another-c76f8b76a996|sintaxis de direccionamiento
Google: operadores de búsqueda @tech:google
5 Resultats, Darrera modificació:
e:** : definición * **intext**: Buscar en el texto del sitio web solamente === in title * **allin... > * **allinurl:** : * **inurl:** : <url> <texto> busca<texto> en el contenido de la URL que tenga <url> === otros * **sunrise:** <ubicación> - ho... oogle.com/mail/answer/7190]] * **from:** * **to:** * **cc:** * **bcc:** * **subject:** *
git: fusion varios repos en 1 conservando historia @tech:git
4 Resultats, Darrera modificació:
medium.com/@checko/merging-two-git-repositories-into-one-preserving-the-git-history-4e20d3fafa4e]] ... imer commit (no ''remote'' necesario en este momento para este repo) * añadimos el remote del primer... nar:<code bash>git remote add -f first_repo `link_to_first_repo` git merge --allow-unrelated-histories... permite saltarse la restricción **fatal: refusing to merge unrelated histories** * separar en carpet
regexp (regular expression) @tech:regexp
4 Resultats, Darrera modificació:
* [[development:java:regexp|]] == funcionamiento * búsqueda de patrones en texto * **<char>** : busca <char> (o n-<char>) en el mismo orden * **... tring> al final de línea * **<st.ing>** : el punto indica un caracter cualquiera, así que este patró... <st.?ing>** : el interrogante indica que el elemento previo es opcional...así que este patrón podría e
Dockerfile run script @tech:docker:dockerfile:examples
4 Resultats, Darrera modificació:
. "${i}" fi done </sxh> == completo <code bash> #!/bin/sh # execute any pre-init scr... 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'
git config @tech:git
3 Resultats, Darrera modificació:
t config [--global] --list'' : si omitimos el ámbito, muestra todas las configuraciones disponibles ... ich vim)'%%"'' : asignar VIM como editor por defecto * ''git config credential.helper store'' : store contraseñas (texto plano) autenticación * ''git config --global
git MERGE @tech:git
3 Resultats, Darrera modificació:
' -> no fastforward : nanera de trabajar por defecto de la mayoría de los repositorios, se muestran la... a>'' : merge de la rama actual con <rama> en formato fast-forward * ''%%--no-ff%%'' : en formato no-fastforward * ''git merge %%--%%squash <rama>''
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
git submodulos @tech:git
3 Resultats, Darrera modificació:
t --recursive</code> == incluir en nuestro proyecto * añadir submódulo : <code bash>git submodule a... sh>git submodule update</code> * después de esto, el repositorio que configura el submódulo está e... ating/]]\\ /via: [[https://stackoverflow.com/questions/3796927/how-to-git-clone-including-submodules]]
istio @tech:istio
3 Resultats, Darrera modificació:
= istio == info * patrón sidecar (aislamiento y encapsulación) * proxy: * ([[https://www.envo... espace>/<service_acount>/%%****%%**, correspondiento en **namespace** al proyecto/namespace en el que se ejecutan los servicios. Nos da potencia por su fe
VAGRANT @tech:vagrant
3 Resultats, Darrera modificació:
dockerd remote tls access @tech:docker:dockerd
3 Resultats, Darrera modificació:
git DIFF @tech:git
2 Resultats, Darrera modificació:
git REBASE @tech:git
2 Resultats, Darrera modificació:
GIT @tech:git
2 Resultats, Darrera modificació:
Terraform cli @tech:terraform
2 Resultats, Darrera modificació:
terraform win-instance @tech:terraform
2 Resultats, Darrera modificació:
git, sacar archivos del indice git (.gitignore) @tech:git:dotfiles
2 Resultats, Darrera modificació:
kubernetes namespace @tech:k8s:cli
2 Resultats, Darrera modificació:
Dockerfile mariadb + SSL @tech:docker:dockerfile:examples
2 Resultats, Darrera modificació:
ansible @tech:ansible
1 Resultats, Darrera modificació:
docker context @tech:docker
1 Resultats, Darrera modificació:
docker scan @tech:docker
1 Resultats, Darrera modificació:
docker daemon TLS @tech:docker
1 Resultats, Darrera modificació:
docker swarm: official guide @tech:dockerswarm
1 Resultats, Darrera modificació:
docker SWARM @tech:dockerswarm
1 Resultats, Darrera modificació:
git diff[tool] @tech:git
1 Resultats, Darrera modificació:
.git* @tech:git
1 Resultats, Darrera modificació:
git REVERT @tech:git
1 Resultats, Darrera modificació:
git STASH @tech:git
1 Resultats, Darrera modificació:
git TAG @tech:git
1 Resultats, Darrera modificació:
HAProxy @tech:haproxy
1 Resultats, Darrera modificació:
casos de uso @tech:terraform
1 Resultats, Darrera modificació:
terraform data source @tech:terraform
1 Resultats, Darrera modificació:
kubectl proxy @tech:k8s:cli
1 Resultats, Darrera modificació:
vagrant mysql @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació: