Update tech_docs/linux/next_level_debian.md

This commit is contained in:
2025-08-01 02:49:37 -05:00
parent c26834b15f
commit 8dfe50703b

View File

@@ -151,11 +151,13 @@ dpkg -l | wc -l
> **Note:** Adjust based on your needs. This is a **starting point**, not dogma.
```bash
# Check running processes (should be < 20)
ps aux | wc -l
# Check installed packages (should be < 150)
dpkg -l | wc -l
```
```