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 […]
pasar datos por nc dentro de la misma red local | No Comments | command, console, information, internet, linux, Linux Ubuntu Server, macos, nc, netplan, router, server, ssh, wifi yo usaba SCP o un servidor python FTP pero esas cosas son muy lentas, por eso uso nc (netcat) cuando digo lento es que tarda […]
use nano May 25, 2026 | No Comments | information, linux, Linux Ubuntu Server, macos, nano I do this because I know how to use vi/vim and when I opened something with nano I felt uncomfortable, but nano is simpler than […]
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 […]