My Notes
Books
Recently updated
Resyncing ISO location on XCP-NG server
List sources: xe sr-list type=iso Resync/scan for ISOs: xe sr-scan uuid=29c2e9f4-6157-17b4-d176-3a87337ae08b List DVDs: xe cd-list
Setting up Apache Guacamole using Docker
Visit: https://github.com/boschkundendienst/guacamole-docker-compose Follow instructions which in short are: If you want to add TOTP then do the following: After adding the above extension, restart…
Updating container using docker-compose
docker compose pull docker compose up -d --remove-orphans docker image prune To list all containers: docker ps -a