Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- TERRAFORM @tech:terraform
- = TERRAFORM {{tag> devops info}} * [[tech:terraform:aws]] * [[tech:terraform:azure]] == documentación * [[tech:terraform:cli]] * [[tech:terraform:variables]] * [[tech:terr
- terraform variables @tech:terraform
- = terraform variables * [[https://developer.hashicorp.com/terraform/tutorials/configuration-language/variables]] == ... le "resource_tags" { description = "Tags to set for all resources" type = map(string) defa... _blocks" { description = "Available cidr blocks for public subnets." type = list(string) d
- Terraform state @tech:terraform
- = Terraform state == comandos * list: lista los recursos del state * show: muestra los detalles de ... via: [[https://medium.com/@lynnlin827/moving-terraform-resources-states-from-one-remote-state-to-anothe... * exportamos/movemos el resource:<code bash>terraform state mv -state-out=../destino/terraform.tfstate <recurso> <recurso></code> * identificamos el re
- Terraform cli @tech:terraform
- = Terraform cli == básicos * **init** : Initialize a new or existing Terraform configuration * **validate** : Validates the Terraform files * **plan** : Generate and show an execut... * **fmt** : Rewrites config files to canonical format * **apply** : Builds or changes infrastructu
- Terraform workspace @tech:terraform:poc
- = Terraform workspace == comandos * terraform workspace new <ENTORNO> * terraform workspace list * terraform workspace select <ENTORNO> * terraform workspace delete <ENTORNO> *
- DOCKER @tech:docker
- : [[https://www.everythingcli.org/ssh-tunnelling-for-fun-and-profit-autossh/]] * [[https://github.... .com/r/docker/comments/7e0gid/docker_with_pia_vpn_for_transmission_and/]] == resumen comandos === inst... od -aG docker $(whoami) && newgrp docker'' === informativos * ''docker info'' * ''docker ps'' ... '' * ''docker inspect <id>'' : vuela JSON con información * ''docker inspect <id> | grep IPAddres
- git MERGE @tech:git
- eras de mostrar/trabajar: * ''no-ff'' -> no fastforward : nanera de trabajar por defecto de la mayorí... creadas con sus propios commits * ''ff'' -> fastforward : se integra en una línea, sin mostrar las pa... <rama>'' : 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
- */etc/ssh/sshd_config**:<code> Match User git ForceCommand /usr/bin/git AllowTCPForwarding no X11Forwarding no </code> * **gitlab-ce**:<code ; ~git/.ssh/authorized_keys> command="/... vice/gitlab-shell/bin/gitlab-shell key-1",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-p
- Singularity @tech:singularity
- asswd and /etc/group files respectively. In order for the shell within the container to know of my user, the relevant user information needs to be available within these files wi... from Docker Hub and convert them into a suitable format for running via Singularity. When you pull a Docker image, Singularity pulls the slices or layers t
- terraform azure @tech:terraform
- = terraform azure {{tag> devops cursos azure}} == login * [[https://www.terraform.io/docs/providers/azurerm/guides/azure_cli.html]] * [[https://learn.hashicorp.com/terraform/azure/configure_az]] == create remote tfstate <... "access_key: $ACCOUNT_KEY" #https://docs.microsoft.com/en-us/azure/terraform/terraform-backend </code>
- URI @tech:uri
- I * standard para identificar documentos * Uniform Resource Identifier * +info: [[https://webmast... n-a-uri-and-a-url]] == URL * sub de URI * Uniform Resource Locator * contiene información para la localización del recurso * protocolo - nombre del host - path == URN * sub de URI * Uniform Resource name * Le da un nombre único aunque n
- .git* @tech:git
- -oneline --max-count=10 ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]... line --decorate --graph ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]... unstage = reset --soft HEAD^ ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]
- Google: operadores de búsqueda @tech:google
- om/la-es/2021/07/29/google-hacking-averigua-que-informacion-sobre-ti-o-empresa-aparece-resultados/]] ... elated:** : sitios relacionados * **info:** : información de un sitio * **cache:** : versión cachea... nouserlabels === temporal * **after** * **before** * **older** * **newer** * **older_than**
- istio @tech:istio
- ontrol": * Mixer: métricas * Pilot: información a los proxies de los pods: registro y confi... na distribución justa entre los llamantes * informe de telemetría: * logs y monitorización =... as a los proxies Envoy * abstracción de la plataforma (Kubernetes, CloudDoundry, Mesos) {{ :tech:ist
- VAGRANT @tech:vagrant
- ros, extraer el campo del ID y cotejarlo con la información de **VBoxManage**: <code bash> find /home/m... agrant -name action_provision </code> <code bash> for var in $(find ~/Vagrant -name action_provision); ... al-status | awk '/^[a-f0-9]{1,7}\s+/ {print $5}'` for variable in $LISTA; do cat ${variable}/.vagrant/m