Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

More in Tech

5 Things I Check First When a Linux Server Goes Down

When a production machine drops offline or stops responding, guessing wastes precious minutes. Here is the exact five-step triage sequence I run to find the root cause and bring systems back online.

  • Author checks network connectivity by pinging server and testing SSH access
  • Examines system load averages and memory usage using uptime, free -h, vmstat
  • Avoids blindly rebooting server to prevent loss of vital debugging information

Part 1: Determining What to Build

Introduction This is the first post of a series that documents the whole journey of my third major production-grade project.

  • The project aims to build a production-grade web application.
  • FastAPI was chosen for its modern, asynchronous nature and WebSocket support.

More from Sunday 16 August →