Oct 28, 2025 · 6 min read · 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...
Join discussion
Oct 23, 2025 · 6 min read · 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...
Join discussion
Sep 16, 2025 · 4 min read · systemctl is a command-line utility used to control the systemd system and service manager. It allows users to manage system services, check their status, enable/disable them at boot, and more. Check the status of a service Example Usage:systemctl st...
Join discussionAug 28, 2025 · 3 min read · 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 ...
Join discussion
Aug 22, 2025 · 4 min read · 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...
Join discussion
Aug 15, 2025 · 3 min read · Today I dove deep into Linux process management, signals, and system services. Here’s the breakdown of what I learned and practiced. Processes and Their States Foreground – process runs in direct interaction with the terminal; you can’t use the term...
Join discussionJul 24, 2025 · 4 min read · Welcome to Day 8 of the #150DaysOfDevOps challenge. Today, we dive deep into systemd—the powerful init system and service manager used in almost all modern Linux distributions like Ubuntu, CentOS, RHEL, Fedora, and Debian. 🧠 Why Learn systemd? In a...
Join discussionJan 14, 2025 · 3 min read · In this part, we will discuss how to connect MySQL to Linux, explore some essential Linux commands like systemctl, zip, ps, and kill, and create a shell script to automate file deletion for files older than 15 days. Using systemctl Command The syste...
Join discussionOct 16, 2024 · 2 min read · Hey Hashnode Devs! 💻 Today’s #90DaysOfDevOps challenge is all about making your life easier as a DevOps engineer by mastering package managers and systemctl. Whether you’re managing Docker 🐳 or Jenkins 🛠️, these tools are essential! What’s a Pack...
Join discussion