Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- 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... 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
- 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
- .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
- = 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
- = 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
- 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
- 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
- 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
- * [[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
- . "${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
- 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
- ' -> 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
- 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
- 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
- = 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