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>'' : '
- portainer @tech:docker
- image: portainer/portainer-ee:2.40.0 restart: always network_mode: host volumes: - /... : image: portainer/agent:sts restart: always networks: portainer_agent_net: ... container_name: portainer-agent restart: always volumes: - /var/run/docker.sock:/va... : image: portainer/agent:sts restart: always networks: portainer_agent_net:
- 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 FETCH @tech:git
- minal te dará información visual inmediata si hay algo nuevo. `git fetch` es como asomarse a la venta... go todavía). --- ## 1. Qué verás en la terminal al ejecutar `git fetch` Si hay cambios en el servidor, la salida de la terminal se verá algo así: ```bash remote: Enumerating objects: 5, d... ndo:** Significa que tu repositorio local ya está al día con el servidor. --- ## 2. La "Notificación
- git filter-repo @tech:git
- a actual): <code bash> git clone --no-local /ruta/al/repo_original repo-subdirectorio cd repo-subdirec... egúrate de que los objetos LFS también se migren. Al usar `git-filter-repo`, el historial de LFS suele... enerse, pero tendrás que hacer un `git lfs push --all` al nuevo Gitea. * **Limpieza en el origen:** Una vez que el nuevo repositorio sea independiente y
- 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
- .git* - .gitattributes @tech:git:dotfiles
- hacer si dos personas modifican el mismo archivo al mismo tiempo. * Los archivos binarios no se p... e. Le dice a Git que debe usar el "filtro" de LFS al mover archivos entre el disco y el área de preparación (staging). * Al hacer commit: El filtro intercepta el archivo, lo... eño archivo de texto (puntero) en su lugar. * Al hacer checkout: El filtro busca el archivo real e
- 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
- git LFS @tech:git
- a todos los repos de la sesión, con --local solo al actual</code> * configuración:<code bash>git lf... e texto de ~3 líneas con el hash sha256), pero el almacenamiento de Gitea no contiene los objetos bina... objetos LFS:<code bash>git lfs push nuevo-gitea --all</code> == migración a LFS En caso de querer mig