From 2308bdb23770ff53f90d986dcf41448152cf9e98 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Wed, 1 Jan 2025 12:21:30 +0100 Subject: [PATCH] update fedora draft page --- content/notes/fedora/index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/notes/fedora/index.md b/content/notes/fedora/index.md index facc6b3..fb4a734 100644 --- a/content/notes/fedora/index.md +++ b/content/notes/fedora/index.md @@ -40,7 +40,9 @@ Audio: 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`): @@ -48,3 +50,11 @@ Add to the end of the config file (`/etc/dnf/dnf.conf`): max_parellel_downloads=10 fastestmirror=true ``` + +### keep cache + +Add to `/etc/dnf/dnf.conf`: + +```conf +keepcache=1 +```