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
- git filter-repo @tech:git
- ilter-repo es una operación común cuando un proyecto crece tanto que un subdirectorio merece convertirse en un repositorio propio. Esta es la herramienta oficial recomendada por Git a
- 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* - .gitattributes @tech:git:dotfiles
- git* - .gitattributes indica la naturaleza de cierto tipos de archivos para optimizar el control de ca... o comparar dos versiones del archivo. * Sin esto, Git intentaría comparar los archivos binarios (l... o se pueden "mezclar" (no puedes fusionar media foto con otra media foto). * Este parámetro le dice a Git que, en caso de conflicto, no intente un aut
- 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''
- git LFS @tech:git
- = git LFS {{tag>git comando}} Large File Storage /via: [[https://support.atlassian.com/bitbucket-clou... l --local # si no se especifica --local, afecta a todos los repos de la sesión, con --local solo al ac... ación:<code bash>git lfs track # ver que seguimientos se estan realizando git lfs track "<pattern>" # puede ser directorio o tipo de archivo (entre comillas)</code>
- 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: