mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-18 22:12:40 +00:00
initial commit
This commit is contained in:
commit
259fee630b
127 changed files with 7811 additions and 0 deletions
12
public/en/hdd-performance-optimizations-on-fedora.gmi
Normal file
12
public/en/hdd-performance-optimizations-on-fedora.gmi
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue