My scripts and playbooks for automating tasks on Fedora Linux.
-
Update system software:
sudo dnf upgrade --refresh
-
Install Ansible:
sudo dnf install ansible
-
Create a directory for storing Git repositories:
mkdir Source && cd Source
-
Clone this repository:
git clone https://github.com/hknutsen/fedora-workstation.git && cd fedora-workstation
-
Run a script or playbook from this repository.
For initial configuration of Fedora Linux, see the sysadmin README.
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
This project is licensed under the terms of the MIT license.