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:
pasar un directorio por nc | No Comments | command, console, information, nc, pipe, port, private_ip, remote-access, server, ssh el lado que recibe primero que nada debemos tener el servidor escuchando esto se hace por la red local, con ips privadas en el ejemplo […]
pasar datos por nc dentro de la misma red local June 1, 2026 | 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 […]
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 […]