© 2026 Hashnode
systemd ha revolucionado la gestión de sistemas y servicios en la mayoría de las distribuciones Linux modernas, reemplazando al tradicional SysV init. Más que un simple gestor de arranque, es un completo marco de administración que ofrece un inicio d...

Mantener un sistema Linux en óptimas condiciones no es solo cuestión de configurarlo bien, sino también de monitorearlo y mantenerlo activamente. Esto es fundamental para cualquier administrador de sistemas que trabaje con certificaciones como LPIC-1...

Today’s server story is about a failing database connection. A web application was trying to connect to PostgreSQL 13 on one of our servers, but the connection simply wouldn’t work. Let’s walk through the problem, the investigation, and the fix. The ...

The Problem Statement A classic issue with an Nginx web server managed by systemd where curling the curl -I 127.0.0.1:80 returns this frustrating response: curl: (7) Failed to connect to localhost port 80: Connection refused At first glance, this te...
