Skip to content

Fedora Workstation 38 install

OS Installation

Isard (admin or manager roles)

Modify desktop XML

<driver name="qemu" type="qcow2" cache="unsafe" discard="unmap"/>

Configuration

Creating 'isard' user

Login - GNOME Xorg

Terminal

Basic commands

$ sudo dnf update -y
$ sudo dnf install vim gedit vlc net-tools htop curl wget spice-vdagent qemu-guest-agent

Modify fstab

$ sudo vim /etc/fstab
for every "ext4" storage, define "noatime,discard"

UUID=xxxxx-xxxxx-xxxxxx /               ext4    defaults,noatime,discard,errors=remount-ro 0       1

Free up system space

$ cd /
$ sudo fstrim -a -v 

Reduce swap memory

$ sudo sysctl vm.swappiness=1

Reduce log storage

$ sudo vim /etc/systemd/journald.conf
SystemMaxUse=20M
SystemKeepFree=4G

Settings

Privacy - Screen Lock

Power

Software - Preferences

Customization

Settings

Background

Users