on

Cerca

Heus ací els resultats de la cerca.

Singularity @tech:singularity
9 Resultats, Darrera modificació:
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
6 Resultats, Darrera modificació:
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
4 Resultats, Darrera modificació:
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
3 Resultats, Darrera modificació:
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
3 Resultats, Darrera modificació:
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
3 Resultats, Darrera modificació:
" 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
3 Resultats, Darrera modificació:
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
3 Resultats, Darrera modificació:
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
2 Resultats, Darrera modificació:
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
2 Resultats, Darrera modificació:
* 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
2 Resultats, Darrera modificació:
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
2 Resultats, Darrera modificació:
= 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
2 Resultats, Darrera modificació:
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
1 Resultats, Darrera modificació:
a)\\ /via: [[https://riptutorial.com/docker/example/17079/enable-remote-access-with-tls-on-systemd]]\\
docker SWARM @tech:dockerswarm
1 Resultats, Darrera modificació:
/via: [[https://www.docker.com/blog/how-to-deploy-on-remote-docker-hosts-with-docker-compose/]] == rel
fusion varios repos en 1 conservando historia @tech:git
1 Resultats, Darrera modificació:
VAGRANT @tech:vagrant
1 Resultats, Darrera modificació:
vagrantfile @tech:vagrant
1 Resultats, Darrera modificació:
vagrantfile examples @tech:vagrant
1 Resultats, Darrera modificació:
docker-compose casos de uso @tech:docker:docker-compose
1 Resultats, Darrera modificació:
dockerd remote tls access @tech:docker:dockerd
1 Resultats, Darrera modificació:
Vagrantfile: multi-machine cluster in a loop @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
vagrant mysql @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
vagrant php @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
Dockerfile mariadb + SSL @tech:docker:dockerfile:examples
1 Resultats, Darrera modificació: