initial commit

This commit is contained in:
postscriptum 2025-09-11 12:43:12 +03:00
commit 259fee630b
127 changed files with 7811 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# HDD performance optimizations on Fedora
After migrating from Debian, my old HDD get stuck with modern SSD-oriented daemon tools.
Here are some tips to make Fedora thinking faster
## Disable crash auto-reporting tool
``` bash
sudo systemctl stop abrtd
sudo systemctl disable abrtd
```