View on GitHub

presentations

Presentation notes from JMU Unix Users Group meetings

Navigating Linux

Software, gaming, configuration, and more

Connor Sample - https://tabulate.tech


GNOME vs KDE

GNOME - https://fedoraproject.org/workstation/ KDE - https://fedoraproject.org/spins/kde/


MAKE SURE TO MAKE A BACKUP


Initial Setup (Fedora)

Excerpts from: https://github.com/jacksondarman/fedora-fresh-install/

A much quicker way than doing this all manually:

sudo bash start.sh

Improving DNF

sudoedit /etc/dnf/dnf.conf
fastestmirror=True
max_parallel_downloads=10
defaultyes=True

Installing 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 groupupdate core

Installing Flathub

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Setting your hostname

sudo hostnamectl set-hostname supercoolhostname

Install Extra Media Codecs

sudo dnf swap ffmpeg-free ffmpeg --allowerasing
sudo dnf groupupdate multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
sudo dnf groupupdate sound-and-video

Updating your system

sudo dnf upgrade
flatpak update
reboot

Interesting Settings (KDE)


Flatpaks vs System Packages


Managing Software

  1. Open “Discover” from the application menu.
  2. Open “Settings” and look through the list of software.
  3. If playing games on this system, search “Steam” and click the download button.
  4. View installed software in the “Installed” tab.

Setting up Steam to play Windows games

  1. Launch Steam and sign in
  2. In the upper left corner, press the “Steam” button and click “Settings”
  3. Now, click “Compatibility”
  4. Enable “Enable Steam Play for all other titles”

Checking Steam Games Compatibility

https://protondb.com

Steam game options:

https://github.com/TabulateJarl8/vapor


Some Software Alternatives

These are also available on Windows!


Microsoft Office

bg right contain


Premiere Pro

bg right vertical contain bg right contain


Photoshop

Bonus: https://github.com/Diolinux/PhotoGIMP

bg right contain


Outlook

bg right contain


Windows Software Alternative
Epic Games Launcher/GOG/Amazon Heroic Games Launcher
Illustrator Inkscape
Adobe Acrobat Okular
Official Minecraft Launcher* Prism Launcher

Useful Software


Questions?