Hello there,
In this post, I will be compiling a couple of guides I found useful for all of us who are new to Fedora. I kinda found it to more open for us to play with as opposed to other Distros out there. I use Linux Mint on my Media Server, and decided to give Fedora 29 a go. And it is more of a blank canvas out of the box to do with as we please 😉
So without further delay here’s the first Post-Install video that I found very useful. Use it as a base and build upon it…
Now that you have set up the basics, below is another video by another YouTuber I follow, made for the more experienced users who do some coding and are more skilled. Not for the n00bs out there…
Setup Script for Fedora
Use the following command to run the script easily in one run:
wget https://raw.githubusercontent.com/ChrisTitusTech/fedora-setup/master/fedora-setup.sh && sudo chmod +x fedora-setup.sh && ./fedora-setup.sh
Below is everything is included in this script:
- Install workstation repositories (google, rpmfusion, atom)
- Install Dropbox and Teamviewer via rpm download
- Install packages via DNF (This is 44 package suites) **See complete listing @Â https://github.com/ChrisTitusTech/fedora-setup/blob/master/fedora.packages
- Edit bashrc to make a smarter terminal
- Disable Wayland and use Xorg for Graphics
And now, in the video below, it will show you a step by step guide on how to install more programs on Fedora. It helped me a ton 😉