Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- git tips @tech:git
- e * modo seguro:<code bash>git fetch origin git log --oneline main..origin/main git checkout main git log origin/main git merge origin/main</code> * [[... git-pull]] == ramas <code bash renombrado rama en local y remoto> git checkout <old_name> && git branc... emoto! </code> <code bash mover rama, trayendo solo los commits que se hayan realizado > git ck -b ra
- terraform variables @tech:terraform
- = terraform variables * [[https://developer.hashicorp.com/terraform/tutorials/configuration-language... ode> == list, map, set * **list**: lista de valores del mismo tipo, retornados en el mismo orden. ... * <code properties>variable "public_subnet_cidr_blocks" { description = "Available cidr blocks for public subnets." type = list(string) defa
- vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
- t tomcat (7/8) con JDK (7/8) {{tag>Vagrantfile}} los ficheros necesarios se han servido desde un pequ... v.name = "altrankas-tomcat7-JDK8" v.linked_clone = true v.memory = 2048 v.cpus = 2 end... _TGZ="apache-tomcat-7.0.93.tar.gz" TOMCAT_URL_DOWNLOAD="http://<local>:9090/${TOMCAT_TGZ}" TOMCAT_PATH="/opt/tomcat" JAVA_PATH="/usr/lib/jvm/java-8-oracle
- vagrant weblogic @tech:vagrant:vagrantfile
- = vagrant weblogic {{tag>Vagrantfile}} == 12 <code yaml; Vagrantfile> Vagrant.configure("2") do |conf... config.vm.provision "file", source: "./orainst.loc", destination: "/tmp/orainst.loc" config.vm.provision "file", source: "./12c_repository_file.xml",... der :virtualbox do |v| v.name = "altrankas-weblogic12-JDK8" v.linked_clone = true v.memory
- git submodulos @tech:git
- = git submodulos {{tag>git}} == clonar incluyendo submódulos <code bash; v2.13+>git clone --recurse-submodules -j8 <url-git></code> <code bash; v2.8-v2.12>git cl
- vagrant mysql @tech:vagrant:vagrantfile
- = vagrant mysql {{tag>Vagrantfile}} los ficheros necesarios se han servido desde un pequeño contenedo... :virtualbox do |v| v.gui = true v.linked_clone = true v.name = NAME end config.vm.pro... T_PASSWORD=admin" end end </code> == 5.5 standalone el fichero **tar.gz** ya está descargado, pero ... v.name = "altrankas-mysql-5.5" v.linked_clone = true v.memory = 2048 v.cpus = 2 end
- .git* @tech:git
- ck = checkout s = status l = log --oneline --max-count=10 ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat lg = log --oneline --decorate --graph ls = log --
- git, sacar archivos del indice git (.gitignore) @tech:git:dotfiles
- nte entender cómo funciona Git con `.gitignore` y los ficheros ya existentes. ### ⚠️ Ficheros ya rast... ados por Git, y las modificaciones que hagas en ellos aparecerán en `git status`**. El fichero `.gitignore` solo afecta a los ficheros **no rastreados** (*untracked*). No tiene efecto sobre los ficheros que Git ya
- GIT @tech:git
- [[https://github.com/arslanbilal/git-cheat-sheet/blob/master/other-sheets/git-cheat-sheet-es.md]] * {{ :tech:git:workflow-of-version-control.pdf |}} * {{ :tech:git:git-... ssian.com/git/tutorials/learn-git-with-bitbucket-cloud|git bitbucket tutorial]] * [[https://ohshitgit.com/es]] == todo <callout type="warning" title="git extras" icon="true">h
- DOCKER @tech:docker
- -sin-enterarte/]] * [[https://tech.paulcz.net/blog/secure-docker-with-tls/]] * [[https://gist.git... 974e40bb1cd4b947a53cca5ba4b0bbe5]] * [[https://blog.elhacker.net/2024/11/comandos-de-docker-basicos-y-avanzados.html]] === take a look * [[https://docs.docker.com/engine/reference/... :docker-cookbook.pdf |}} == dockerhub ♥ * nextcloud : [[https://hub.docker.com/_/nextcloud/]] * v
- istio @tech:istio
- ca a "control": * Mixer: métricas * Pilot: información a los proxies de los pods: registro y configuraciones * Istio-Auth: certificados para las comunicaci... * comprobación de poder realizar llamadas a los servicios * restricciones: autenticación,
- master template @tech:vagrant:vagrantfile
- ' VMS_FILE_PATH = 'vagrant/vms.yml' hosts = YAML.load_file(VMS_FILE_PATH) Vagrant.configure(API_VERS... t'], host: port['host'] } if host['ansible_local'] host['ansible_local']['playbooks']&.each { |pb| config.vm.provision :ansible_local do |ansible| ansible.limit = pb['
- VAGRANT @tech:vagrant
- me debian/jessie64'': añadir imagen desde fichero local (nombre ejemplo) * ''vagrant box outdated'': mirar estado de versión de las imágenes descargadas * ''--global'' sobre todas las imágenes * ''vagrant box p... vagrant up'': arrancar la máquina * ''vagrant reload'': aplica cambios en el Vagrantfile sin que imp
- docker-compose @tech:docker:docker-compose
- nedor docker compose down # para y destruye todos los contenedores y la red de la aplicación </code> =... línea de comandos: ''docker run -e <variable>=<valor>'' o ''docker run %%--%%e <variable>=<valor>'' - se pueden especificar otros archivos de variab... eceden a estas # docker run --env <variable>=<valor> # se pueden especificar otras variables en otro
- 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 ... atch User git ForceCommand /usr/bin/git AllowTCPForwarding no X11Forwarding no </code> *... [https://unix.stackexchange.com/questions/489771/block-git-user-from-login-but-allow-the-user-to-still