Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- terraform variables @tech:terraform
- resource_tags" { description = "Tags to set for all resources" type = map(string) default = { project = "project-alpha", environment = "dev" } } </code> uso: ... _count #tags = { # project = "project-alpha", # environment = "dev" #} tags = va... resource_tags" { description = "Tags to set for all resources" type = map(string) default
- .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
- DOCKER @tech:docker
- ar/run/docker.sock:/var/run/docker.sock:ro --pull=always mrjackwills/oxker</code> * LazyDocker:<code... omandos === instalación * añadir usuario actual al grupo de docker y poder usarlo al instante: ''sudo usermod -aG docker $(whoami) && newgrp docker'' =... ''docker info'' * ''docker ps'' * ''-a'' : all * ''-q'' : only ID * ''-f <filter>'' : '
- git alias @tech:git
- = git alias * [[https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases]] == alias * <code bash>git config --global alias.cm ‘-c “user.name=matebcn” commit’</code> /via: [[https:/
- Google: operadores de búsqueda @tech:google
- texto del sitio web solamente === in title * **allintitle:** * **intitle:** Buscar en el título d... a * **inblogtitle:** * **inposttitle:** * **allinpostauthor:** * **allintext:** * **allinarchor:** === in link * **link:** : <URL> sitios que apuntan a tu <URL> * *
- Dockerfile run script @tech:docker:dockerfile:examples
- -d "/run/mysqld" ]; then echo "[i] mysqld already present, skipping creation" chown -R... l/mysql ]; then echo "[i] MySQL directory already present, skipping creation" chown -R... < EOF > $tfile USE mysql; FLUSH PRIVILEGES; GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' identified by '$MYSQL_ROOT_PASSWORD' WITH GRANT OPTION; GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' identifi
- git repo server @tech:git
- Match User git ForceCommand /usr/bin/git AllowTCPForwarding no X11Forwarding no </code> ... om/questions/489771/block-git-user-from-login-but-allow-the-user-to-still-function-as-a-git-repo]] ==... e source to local branches of the target, it maps all refs (including remote-tracking branches, notes ... c.) and sets up a refspec configuration such that all these refs are overwritten by a git remote updat
- dockerd remote tls access @tech:docker:dockerd
- edan conectarse * nos permite limitar el acceso al **dockerd** local y además es el paso previo a pe... pem</code> * el **Common Name** ha de apuntar al FQDN de la máquina - crear key y CSR:<code bash... si acaso) * **IP:** solo si es necesario más allá de 127.0.0.1 - generar el certificado firmado... cert.pem cert.pem</code> === dockerd - decirle al dockerd que solo acepete conexiónes "seguras":<co
- vagrant mysql @tech:vagrant:vagrantfile
- ant.configure("2") do |config| config.vm.box = "altrankas/mysql5" config.vm.hostname = NAME conf... nfig.vm.provider :virtualbox do |v| v.name = "altrankas-mysql-5.5" v.linked_clone = true v... nfig.vm.provider :virtualbox do |v| v.name = "altrankas-mysql-5.7" v.linked_clone = true v... EATE USER 'root'@'%' IDENTIFIED BY 'admin'; GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTIO
- Anotaciones curso GIT @tech:git
- ig --global core.editor * git config --global alias.unstage 'reset HEAD ~' * git config --global alias.last 'log -1 HEAD' * git rm [-f][--cached] ... etty][--online][-n][--since][--until][--author][--all-match][-S] * online, short, full, fuller, fo
- 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... zonaws.com" }, "Effect": "Allow", "Sid": "" } ] } EOF
- vagrantfile @tech:vagrant
- oning/basic_usage#dependency-provisioners]] * all * each * **before**: (experimental) * ... oning/basic_usage#dependency-provisioners]] * all * each * communicator_required * run * always * never * once * inline (key/value
- Dockerfile mariadb + SSL @tech:docker:dockerfile:examples
- CN="yourdomain.com" [req_ext] subjectAltName = @alt_names [alt_names] DNS.0 = *.yourdomain.com DNS.1 = *.dev.yourdomain.com</code> * importante q... .0.0.1 -u root -padmin</code> * <code sql>grant all on *.* to 'cross'@'192.168.0.17' identified by '
- docker TLS (OLD) @tech:docker
- ge = serverAuth, clientAuth subjectAltName = @alt_names [alt_names] DNS.1 = yourtestweb | yourprodweb DNS.2 = yourtestrserve | yourprodrs
- docker volumes @tech:docker
- re una estructura de directorios * tmpfs mount: almacenar data no persistente * volume: * gestionado desde cli docker * trasversal al OS == --volume o --mount * desde la versión 1