ver que archivos en el sistem son pesados June 2, 2026 | No Comments | command, configuration, console, information, linux, Linux Ubuntu Server instalar ncdu luego ejecutar:
plex configurar carpeta con peliculas June 1, 2026 | No Comments | casaos, configuration, information, linux, Linux Ubuntu Server, movie, plex yo instale plex desde casaos, donde cada programa esta en un contenedor docker plex se puede instalar en casaos plex no tiene peliculas, eso lo […]
nginx conf May 20, 2026 | No Comments | command, configuration, console, docker, docker-compose, information, nginx, port, private_ip, public_ip, remote-access, router, www docker-compose.yml: The plan is to forward port 80 from the web/external network to port 80 of localhost Docker maps port 80 of localhost to port […]
docker-compose.yml explain of each section May 11, 2026 | No Comments | CLI, command, configuration, console, docker, docker-compose, information, linux, Linux Ubuntu Server, messaging, server the docker-compose.yml This file is the “instruction manual” for Docker to know how to start the services content: the command to UP the services in […]
create a Docker image of an application May 10, 2026 | No Comments | command, configuration, console, docker, gradle, image, information, linux, Linux Ubuntu Server, server, spring-boot In my case, I’ll do this with a .jar file (a Java app) (the location of .jar is in the root directory, search: /build/libs/) You […]