Update tech_docs/linux/next_level_debian.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user