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... |config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.01" config.vm.provision "file", source: "tomcat.service", destination: "/tmp/tomcat.service" config.vm.provider :virtualbox do |v| v.name
- DOCKER @tech:docker
- = DOCKER {{tag>devops info}} == related {{topic>docker&nodate&nouser&sort&tags}} == +info * [[tech... .es/podcast/tu-contenedor-docker-podria-estar-muerto-y-tu-sin-enterarte/]] * [[https://tech.paulcz.... mandline/create/]] * [[https://docs.docker.com/storage/bind-mounts/]] * [[https://docs.docker.com/... ckerfiles/vsftp.html#environment-variables]] * rtorrent + rutorrent : [[https://hub.docker.com/r/dia
- terraform variables @tech:terraform
- * [[https://developer.hashicorp.com/terraform/tutorials/configuration-language/variables]] == declar... nce_count" { description = "Number of instances to provision." type = number default ... variable "resource_tags" { description = "Tags to set for all resources" type = map(string... * **list**: lista de valores del mismo tipo, retornados en el mismo orden. * Admite el uso de v
- git tips @tech:git
- </code> * [[https://www.atlassian.com/es/git/tutorials/syncing/git-fetch]] * [[https://www.atlassian.com/es/git/tutorials/using-branches/git-checkout]] * [[https://www.atlassian.com/es/git/tutorials/using-branches/git-merge]] * [[https://www.atlassian.com/es/git/tutorials/syncing/git-pull]] == ramas <code bash renom
- 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... ntainer [1]. * Singularity also binds some directories from the host system where you are running th
- git diff[tool] @tech:git
- = git diff[tool] {{tag>git}} == básicos <code bash; mostrar diferencias entre working area y último co... de> <code bash; mostrar ficheros cambiados respecto a un commit> git show --stat --oneline <commit-id... only -r <commit-id> </code> == configuración difftool <code bash> #git config --global merge.tool kdiff3 #git config --global mergetool.kdiff3.path "/usr
- kafka @tech:kafka
- = kafka == conceptos generales * comunicación asíncrona * Publicador (remitente,emisor,productor) * Subscriptor (receptor,consumidor) * temas/tópics * el publicador deja los mensajes en el tópico correspond
- git repo server @tech:git
- = git repo server == seguridad === protocolos [[https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols#The-HTTP/S-Protocol]] * local * http(s) * Smart HTTP * Dumb HTTP * ssh * git ===... arding,no-agent-forwarding,no-pty ssh-rsa AA...restofkeysnip! </code> * no **~/.bashrc**, **~/.pro
- VAGRANT @tech:vagrant
- = VAGRANT {{tag>devops info}} ~~NOTOC~~ * [[tech:vagrant:vagrantfile]] * [[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... init <imagen>'': montar un escenario (en su directorio) * -m crea el ''Vagrantfile'' sin comentar
- docker swarm: official guide @tech:dockerswarm
- * [[https://docs.docker.com/engine/swarm/swarm-tutorial/]] * [[https://docs.docker.com/engine/ins... * [[https://docs.docker.com/engine/swarm/swarm-tutorial/create-swarm/]] * [[https://docs.docker.com/engine/swarm/swarm-tutorial/add-nodes/]] * [[https://docs.docker.com/engine/swarm/swarm-tutorial/deploy-service/]] * [[https://docs.docker.c
- git: fusion varios repos en 1 conservando historia @tech:git
- = git: fusion varios repos en 1 conservando historia {{tag>git}} /via: [[https://medium.com/@checko/merging-two-git-repositories-into-one-preserving-the-git-history-4e20d3fafa4e]] * creamos nuevo repo + primer commit (no ''remote''
- 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 * creamos directorio destino y metemos todo el código necesario:
- vagrant weblogic @tech:vagrant:vagrantfile
- |config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.01" ... config.vm.provision "file", source: "./12c_repository_file.xml", destination: "/tmp/12c_repository_file.xml" config.vm.provision "file", source: "../..... nologin wluser sudo mkdir -p /opt/oracle/{oraInventory,oraHome,install} sudo cp /tmp/*.xml /tmp/*.loc
- IA @tech:ia
- = IA == prompts * Domina cualquier concepto en minutos: <code>Explícale [tema] a alguien que lo escucha por primera vez. Usa ejemplos reales, err... 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
- terraform azure @tech:terraform
- de bash> #!/bin/bash RESOURCE_GROUP_NAME=tstate STORAGE_ACCOUNT_NAME=tstate$RANDOM CONTAINER_NAME=tst... CE_GROUP_NAME --location "West Europe" # Create storage account az storage account create --resource-group $RESOURCE_GROUP_NAME --name $STORAGE_ACCOUNT_NAME --sku Standard_LRS --encryption-