Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- terraform variables @tech:terraform
- [[https://developer.hashicorp.com/terraform/tutorials/configuration-language/variables]] == declaració... your VPC." type = bool default = false } variable "resource_tags" { description = "Tags to set for all resources" type = map(string) default = { project = "project-alpha", environment = "dev" } } </code> uso:
- vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
- contenedor (por restricciones de licencia o firewall), <code bash>docker run -d -p 9090:80 -v $PWD:/h... "/tmp/tomcat.service" config.vm.provider :virtualbox do |v| v.name = "altrankas-tomcat7-JDK8" v.linked_clone = true v.memory = 2048 v.c... end config.vm.provision "shell", path: "install.sh" config.vm.provision "shell", path: "addIn
- VAGRANT @tech:vagrant
- * ''vagrant box add <imagen>'': descargar * alternativamente, descarga manual: ''wget https://app.vagrantup.com/<USER>/boxes/<BOX>/versions/<VERSION... debian/jessie64'': añadir imagen desde fichero local (nombre ejemplo) * ''vagrant box outdated'': mi... versión de las imágenes descargadas * ''--global'' sobre todas las imágenes * ''vagrant box prun
- vagrant mysql @tech:vagrant:vagrantfile
- contenedor (por restricciones de licencia o firewall), <code bash>docker run -d -p 9090:80 -v $PWD:/h... ant.configure("2") do |config| config.vm.box = "altrankas/mysql5" config.vm.hostname = NAME conf... older ".", "/vagrant" config.vm.provider :virtualbox do |v| v.gui = true v.linked_clone = t... OT_PASSWORD=admin" end end </code> == 5.5 standalone el fichero **tar.gz** ya está descargado, pero
- git tips @tech:git
- de> * [[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 renombrad
- Google: operadores de búsqueda @tech:google
- da Google "Dorks" * **@** : Buscar en redes sociales * **#** : Buscar hashtags * **$** : Buscar... n un rango numérico * **+**: Buscar más de una palabra clave * **-** : excluir palabras * **%%*%%**: operador comodín * **"..."** : palabras exactas * **%%*%%** : wildcard * **AND**
- DOCKER @tech:docker
- tps://www.youtube.com/watch?v=DkKs29etRis]] * Health Check: [[https://atareao.es/podcast/tu-contened... v /var/run/docker.sock:/var/run/docker.sock lirantal/dockly</code> * Oxker:<code bash>docker run --r... ar/run/docker.sock:/var/run/docker.sock:ro --pull=always mrjackwills/oxker</code> * LazyDocker:<code... r/kylemanna/openvpn/]] * [[https://www.digitalocean.com/community/tutorials/how-to-run-openvpn-i
- vagrant weblogic @tech:vagrant:vagrantfile
- _adminserver.service" config.vm.provider :virtualbox do |v| v.name = "altrankas-weblogic12-JDK8" v.linked_clone = true v.memory = 4096 ... end config.vm.provision "shell", path: "install.sh" config.vm.provision "shell", path: "../..... n/addInsecureKey.sh" end </code> <code bash; install.sh> #!/bin/bash WEBLOGIC_ZIP="fmw_12.2.1.3.0_wl
- docker swarm: official guide @tech:dockerswarm
- = docker swarm: official guide {{tag>devops docker swarm}} * [[https://docs.docker.com/engine/swarm/swarm-tutorial/]] * [[https://docs.docker.com/engine/install/debian/]] * [[https://docs.docker.com/engine/swarm/swarm-tutorial/create-swarm/]] * [[https://docs.docker.com/eng
- GIT @tech:git
- == cheatsheet * [[https://github.com/arslanbilal/git-cheat-sheet/blob/master/other-sheets/git-chea... .html]] * [[https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud|git bitbucket tutorial]] * [[https://ohshitgit.com/es]] == todo <callout type="warning" title="git extras" icon="true">ht
- git config @tech:git
- losario * HEAD == @ * HEAD^ : commit anterior al HEAD * HEAD@{1.month} * - (guión) : te devuel... * system : /etc/gitconfig [--system] * global : ~/.gitconfig [--global] * repo : .git/config * <code bash>git config --list --show-origin</code> * ''git config [--global] --list'' : si omitimos el ámbito, muestra todas
- 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 execution plan * **fmt** : Rewrites config files to canonical format * **apply** : Builds or changes infrastr
- git LFS @tech:git
- -cloud/docs/use-git-lfs-with-bitbucket/]] == install <code bash>sudo apt install git-lfs</code> == setup (nuevos repos) * instalación cliente:<code bash>git lfs install --local # si no se especifica --local, afecta a todos los rep
- .git* @tech:git
- itconfig * ''~/.gitconfig'': <code properties> [alias] ck = checkout s = status ... d%d\\ %Creset%s%Cblue\\ [%cn]" --decorate alias = ! git config --get-regexp ^alias\\. | sed -e s/^alias\\.// -e s/\\ /\\ =\\ / a = add b = branch c = commit
- terraform win-instance @tech:terraform
- } # resource "aws_nat_gateway" "natgw_az1" { # allocation_id = "${aws_eip.eip_natgw_az1.id}" # su... 0 # } } resource "tls_private_key" "foo" { algorithm = "RSA" rsa_bits = 4096 } resource "aw... "Action": "sts:AssumeRole", "Principal": { "Service": "ec2.amazonaws.com" }, "Effect": "Allow", "Sid": "" } ] } EOF