Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1015 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 1015 Bytes

Henrik's Fedora Workstation

My scripts and playbooks for automating tasks on Fedora Linux.

Prerequisites

  1. Update system software:

    sudo dnf upgrade --refresh
  2. Install Ansible:

    sudo dnf install ansible

Usage

  1. Create a directory for storing Git repositories:

    mkdir Source && cd Source
  2. Clone this repository:

    git clone https://github.com/hknutsen/fedora-workstation.git && cd fedora-workstation
  3. Run a script or playbook from this repository.

    For initial configuration of Fedora Linux, see the sysadmin README.

System specifications

My system specifications at the time of writing:

  • Operating System: Fedora Linux 40 (Workstation Edition)
  • Hardware Model: MSI MS-7916
  • Processor: Intel® Core™ i5-4690K × 4
  • Memory: 16.0 GiB
  • Graphics: NVIDIA GeForce GTX 970

License

This project is licensed under the terms of the MIT license.