From d312a837d66e2e5122d9ec17a6def3bc57fc6e05 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sat, 25 Jan 2025 13:57:37 -0700 Subject: [PATCH] Update Workflows/Linux/Fedora Workstation/Full Setup.md --- .../{Initial Setup.md => Full Setup.md} | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) rename Workflows/Linux/Fedora Workstation/{Initial Setup.md => Full Setup.md} (82%) diff --git a/Workflows/Linux/Fedora Workstation/Initial Setup.md b/Workflows/Linux/Fedora Workstation/Full Setup.md similarity index 82% rename from Workflows/Linux/Fedora Workstation/Initial Setup.md rename to Workflows/Linux/Fedora Workstation/Full Setup.md index 125abff..3b05c22 100644 --- a/Workflows/Linux/Fedora Workstation/Initial Setup.md +++ b/Workflows/Linux/Fedora Workstation/Full Setup.md @@ -1,6 +1,7 @@ **Purpose**: This document serves as a general guideline for my workstation deployment process when working with Fedora Workstation 41 and up. This document will constantly evolve over time based on my needs. +## Automate Initial Configurations ```sh # Set Hostname sudo hostnamectl set-hostname lab-desktop-01 @@ -23,4 +24,14 @@ sudo reboot !!! warning "Read-Only NTFS Disks (When Using Dual-Boot)" If you want to dual boot, you need to ensure that the Windows side does not have "Fast Boot" enabled. You can locate the Fast Boot setting by locating the "Change what the power button does" settings, and unchecking the "Fast Boot" checkbox, then shutting down. - The problem with Fast Boot is that it effectively leaves the shared disks between Windows and Linux in a locked read-only state, which makes installing Steam games and software impossible. \ No newline at end of file + The problem with Fast Boot is that it effectively leaves the shared disks between Windows and Linux in a locked read-only state, which makes installing Steam games and software impossible. + +## Manually Address Remaining Things +At this point, we need to do some manual work, since not everything can be handled by the terminal. + +### Install Software (Software Manager) +Now we need to install a few things: + +- NVIDIA Drivers +- Discord Canary +- etc etc etc \ No newline at end of file