mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-18 22:12:40 +00:00
12 lines
No EOL
289 B
Text
12 lines
No EOL
289 B
Text
# 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
|
|
``` |