Skip to content

Latest commit

 

History

History
115 lines (100 loc) · 4.96 KB

File metadata and controls

115 lines (100 loc) · 4.96 KB

Fedora Workstation AfterInstall Notes

Things I usually do after installing Fedora Workstation

alt text alt text alt text alt text

Changing Hostname

sudo hostnamectl set-hostname "HOSTNAME"

TPM2.0 Decryption

To decrypt your system without manually entering a password, but using the tpm 2 security module, you can follow this instruction

System Updating

dnf check-update

RPM Fusion

sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf update @core

Firmware

sudo fwupdmgr get-devices 
sudo fwupdmgr refresh --force 
sudo fwupdmgr get-updates 
sudo fwupdmgr update

Additional Codecs

sudo dnf install gstreamer1-plugins-{bad-\*,good-\*,base} gstreamer1-plugin-openh264 gstreamer1-plugin-libav --exclude=gstreamer1-plugins-bad-free-devel -y
sudo dnf install lame\* --exclude=lame-devel -y
sudo dnf install gstreamer1-plugin-openh264 mozilla-openh264 -y
sudo dnf group upgrade Multimedia --skip-unavailable

Decreasing TouchPad Scroll Speed

sudo dnf install libinput-devel
git clone https://gitlab.com/warningnonpotablewater/libinput-config
sudo dnf install make cmake automake gcc gcc-c++ kernel-devel meson
sudo dnf install rust-libudev-devel --setop='install_weak_deps=False'
cd libinput-config/ && meson build
cd build/ && ninja
sudo ninja install
sudo dnf remove rust-libudev-devel
sudo nano /etc/libinput.conf
scroll-factor=0.25

No Password

sudo visudo /etc/sudoers.d/010_NICKNAME-nopasswd
NICKNAME ALL=(ALL) NOPASSWD: ALL

Gnome Extensions

Apps

Flatpak Apps

Other