Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 778 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 778 Bytes

System administration

This document contains instructions for configuration, operation and upkeep of Fedora Linux.

Setup Fedora Linux

Important

The following steps should be performed immediately after the installation and initial setup of Fedora Linux.

  1. Install software:

    ansible-playbook -K install_software.yml
  2. Restart your computer to finish installation of NVIDIA drivers.

  3. Configure system:

    ansible-playbook -K configure_system.yml
  4. Mount disks:

    ansible-playbook -K mount_disks.yml
  5. Open the Backups application and restore your home directory from your backup at /mnt/Backup.

  6. Restart your computer to apply the user settings that were restored from the backup.