Update tech_docs/linux/next_level_debian.md
This commit is contained in:
@@ -151,11 +151,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.
|
||||||
|
|
||||||
|
```bash
|
||||||
# Check running processes (should be < 20)
|
# Check running processes (should be < 20)
|
||||||
ps aux | wc -l
|
ps aux | wc -l
|
||||||
|
|
||||||
# Check installed packages (should be < 150)
|
# Check installed packages (should be < 150)
|
||||||
dpkg -l | wc -l
|
dpkg -l | wc -l
|
||||||
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user