Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- Singularity @tech:singularity
- e container. * Assuming this feature is enabled on your system, when the container is started, Singu... tainer, it is simply making an existing directory on the host system visible and accessible within the... ose changes will persist in the relevant location on the host system. * There is a default configura... ner but ultimate control of how things are set up on the system where you’re running Singularity is de
- GIT @tech:git
- modo seguro:<code bash>git fetch origin git log --oneline main..origin/main git checkout main git log ... icheros modificados en commit concreto> git log --oneline --max-count=10 git diff-tree --no-commit-id --name-only -r <COMMIT_ID> git show --pretty="" --name-only <COMMIT_ID> </code> <code bash seguir traza cambio
- terraform variables @tech:terraform
- source = "./modules/aws-instance" depends_on = [module.vpc] instance_count = var.instance_... oject tag must be no more than 16 characters, and only contain letters, numbers, and hyphens." } ... onment tag must be no more than 8 characters, and only contain letters, numbers, and hyphens." } } ... assword password = <sensitive>'' ¿? * **depends_on**: * list * como último recurso en caso d
- DOCKER @tech:docker
- um.freecodecamp.org/the-easy-way-to-set-up-docker-on-a-raspberry-pi-7d24ced073ef]] * autossh : [[htt... utorials/how-to-run-openvpn-in-a-docker-container-on-ubuntu-14-04]] * [[https://www.reddit.com/r/d... * ''docker ps'' * ''-a'' : all * ''-q'' : only ID * ''-f <filter>'' : ''docker -ps -af "st
- git diff @tech:git
- especto a un commit:<code bash> git show --stat --oneline <commit-id> git diff-tree --no-commit-id --name-only -r <commit-id> </code> * muestra diferencias ... /code> * menos información:<code bash>git log --oneline --graph --decorate --abbrev-commit branch1..
- POC estructura AD @tech:terraform
- " tags { Name = "IGW-MYAPP" } depends_on = ["aws_vpc.vpc_myapp"] } # # NAT Gateway in AZ1... = "${aws_subnet.subnet_dmz_az1.id}" depends_on = ["aws_internet_gateway.igw_main"] } # # NAT Ga... = "${aws_subnet.subnet_dmz_az2.id}" # depends_on = ["aws_internet_gateway.igw_main"] # } </code
- terraform win-instance @tech:terraform
- availability_zone = "${var.az1}" map_public_ip_on_launch = true tags = { Name = "tf-example"... " tags { Name = "IGW-MYAPP" } depends_on = ["aws_vpc.my_vpc"] } # resource "aws_nat_gatew... d = "${aws_subnet.my_subnet.id}" # depends_on = ["aws_internet_gateway.igw_main"] # } # resour
- Dockerfile run script @tech:docker:dockerfile:examples
- 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' identified by 'MYSQL_RO... $MYSQL_PASSWORD" echo "GRANT ALL ON \`$MYSQL_DATABASE\`.* to '$MYSQL_USER'@'%' IDENTI
- git alias @tech:git
- k = checkout s = status l = log --oneline --max-count=10 ll = log --pretty=for... \\ [%cn]" --decorate --numstat lg = log --oneline --decorate --graph ls = log --pretty
- Anotaciones curso GIT @tech:git
- * git mv * git log [-p][-2][--stat][--pretty][--online][-n][--since][--until][--author][--all-match][-S] * online, short, full, fuller, format * !! git reset
- git diff[tool] @tech:git
- cambiados respecto a un commit> git show --stat --oneline <commit-id> git diff-tree --no-commit-id --name-only -r <commit-id> </code> == configuración diffto
- git repo server @tech:git
- = protocolos [[https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols#The-HTTP/S-Protocol]] ... -%%bare. Compared to %%--%%bare, %%--%%mirror not only maps local branches of the source to local bran
- Terraform state @tech:terraform
- lynnlin827/moving-terraform-resources-states-from-one-remote-state-to-another-c76f8b76a996]] ===creand... lynnlin827/moving-terraform-resources-states-from-one-remote-state-to-another-c76f8b76a996|sintaxis de
- docker daemon TLS @tech:docker
- a)\\ /via: [[https://riptutorial.com/docker/example/17079/enable-remote-access-with-tls-on-systemd]]\\
- docker SWARM @tech:dockerswarm
- /via: [[https://www.docker.com/blog/how-to-deploy-on-remote-docker-hosts-with-docker-compose/]] == rel