Tagged articles
4 articles
Page 1 of 1
Ops Community
Ops Community
Apr 8, 2026 · Operations

Recover Accidentally Deleted Linux Files: Kernel Secrets & Practical Tools

This article explains the kernel‑level mechanics of file deletion on Linux, compares hard and soft links, shows how processes keep deleted files open, and provides step‑by‑step guides for using extundelete, testdisk, photorec, debugfs, XFS tools, snapshot strategies, scripts and preventive measures to reliably restore lost data.

File RecoveryLinuxShell Scripts
0 likes · 29 min read
Recover Accidentally Deleted Linux Files: Kernel Secrets & Practical Tools
Linux Code Review Hub
Linux Code Review Hub
Mar 19, 2025 · Operations

Mastering Linux Performance with ftrace: Theory, Features, and Real‑World Use Cases

This article explains why Linux dominates server workloads, introduces the built‑in ftrace tracing framework, details its diverse tracers, lightweight static instrumentation and stable design, shows how to configure and use it via debugfs, and demonstrates performance tuning and fault diagnosis with real examples while comparing it to systemTap and LTTng.

Linux kerneldebugfsftrace
0 likes · 33 min read
Mastering Linux Performance with ftrace: Theory, Features, and Real‑World Use Cases