Update tech_docs/linux/next_level_debian.md

This commit is contained in:
2025-08-01 02:48:46 -05:00
parent 3f5f60c361
commit c26834b15f

View File

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