update fedora draft page
This commit is contained in:
parent
71841bd51b
commit
2308bdb237
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue