feat(workstation): complete software cleanup and project organization

- Synchronized Ansible roles with removed redundant packages.
- Performed system audit (performance, boot, disk usage).
- Organized home directory by removing 22 clean remote repositories.
- Reclaimed ~21GB of disk space in ~/Projects.
- Retained dirty repositories and those without remote origins for safety.
- Updated documentation (performance tuning, software stack, setup).
- Created NEXT_STEPS.md and documented learnings.
This commit is contained in:
ja
2026-02-27 18:07:54 +01:00
parent dfd1b1c851
commit 51b5afc8b4
7 changed files with 198 additions and 20 deletions
+4 -3
View File
@@ -7,7 +7,7 @@ This document tracks optimization decisions, system tuning parameters, and clean
- **CPU**: AMD/Intel (High core count assumed from load distribution)
- **RAM**: 64GB
- **Storage**: NVMe (77% usage detected)
- **OS**: CachyOS/Arch Linux
- **OS**: Manjaro/Arch Linux
## Optimization Strategies
@@ -22,10 +22,11 @@ This document tracks optimization decisions, system tuning parameters, and clean
- **Package Manager**: Maintaining only the last 2 versions of packages in the cache.
### 3. Service Optimization
- **Ananicy**: (Optional) Use Ananicy-cpp for automatic process prioritizing (CachyOS default usually).
- **Ananicy**: (Optional) Use Ananicy-cpp for automatic process prioritizing.
## Implementation Log
| Date | Type | Description |
|------|------|-------------|
| 2026-02-27 | Initial | Initial tuning document and strategy established. |
| 2026-02-27 | Initial | Initial tuning document and strategy established. |
| 2026-02-27 | Audit | Performed system inspection: Boot time 33.8s, RAM usage 6.5GB/62GB, identified KVM and UVC errors. |