Skip to content

Instantly share code, notes, and snippets.

@sfloess
Last active May 14, 2024 21:18
Show Gist options
  • Save sfloess/b84d6dc708f964d3632b1a47a5bed07a to your computer and use it in GitHub Desktop.
Save sfloess/b84d6dc708f964d3632b1a47a5bed07a to your computer and use it in GitHub Desktop.
Fedora Tips and Tricks

Fedora

Tips and Tricks for Fedora.

How To

  • LXDE Spin VM install
    • Open an LXTerminal session
    • sudo dbus-launch liveinst
  • Setting timezone:
    • List time zones: timedatectl list-timezones
    • Set time zone: timedatectl set-timezone [time_zone]
      • Example: timedatectl set-timezone America/New_York
  • Upgrade F31 -> F32:
    • sudo dnf upgrade --refresh
    • sudo dnf install dnf-plugin-system-upgrade
    • sudo dnf system-upgrade download --releasever=32
    • sudo dnf system-upgrade reboot
  • Networking
    • Bridge
      • Don't define ethernet by itself
      • Define bridge and add ethernet
  • fwupdate
dnf install fwupd
fwupdmgr refresh
systemctl restart fwupd.service
fwupdmgr update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment