update fedora draft page

This commit is contained in:
Dominic Reich 2025-01-01 12:21:30 +01:00
parent 71841bd51b
commit 2308bdb237
Signed by: dominic
GPG key ID: 0B5787DB23049C45

View file

@ -40,7 +40,9 @@ Audio:
Server-1: PipeWire v: 1.2.7 status: active Server-1: PipeWire v: 1.2.7 status: active
``` ```
## dnf: increase speed ## dnf
### increase speed
Add to the end of the config file (`/etc/dnf/dnf.conf`): Add to the end of the config file (`/etc/dnf/dnf.conf`):
@ -48,3 +50,11 @@ Add to the end of the config file (`/etc/dnf/dnf.conf`):
max_parellel_downloads=10 max_parellel_downloads=10
fastestmirror=true fastestmirror=true
``` ```
### keep cache
Add to `/etc/dnf/dnf.conf`:
```conf
keepcache=1
```