Sunday 20 September 2015


My Adventures With Fedora 

I recently decided to undertake a new adventure with Linux. During the last month I have
become increasingly frustrated with my Windows installations,
    
I have used Windows 7 as my main Operating System for a few years and it has served me well. However I decided to make the switch to Open Source completely and so on one afternoon I formatted my Windows 7 setup and installed a fresh Fedora 21 setup. The reasoning were simple my system was grinding to a halt, was clogged up with malware + various Microsoft services running in the background the majority of which I had no idea of what they were actually doing so I took the plunge.

Two months later I am using the Fedora machine to write this blog post I will be showing you guys some post installation tweaks and configurations. Fedora for myself has been a solid distribution I have enjoyed my time with it immensely and it has handled the majority of tasks that I undertook on my Windows Setup. I hope you find this guide useful. 
How to install Fedora 21: https://docs.fedoraproject.org/en-US/Fedora/21/pdf/Installation_Guide/Fedora-21-Installation_Guide-en-US.pdf 

Ok Great so now you have a clean install of fedora it's now time to get the system fully updated:
This is achieved by typing the command shown below in a terminal window remember because you are performing an administrative task you will be prompted for your root password. Which you should of configured during installation of Fedora. 



Configure The Gnome Desktop environment: for my Fedora setup I have added a Dock at the bottom of the screen which is similar to Mac OS X layout. 

 You can use the dock to add shortcuts to your favorite / most used applications for quick access, 

Install Gnome Tweak Tool: The default GUI used by Fedora 21 is GNOME 3 to customize and make changes to the desktop layout we have to install the Gnome Tweak Tool Application as shown below.

 You can now open the Gnome tweak tool from *applications* from here you can configure various GUI options. 

 

Install Gnome Shell Extensions and add Dock: You can install various Gnome Shell Extensions and Add-ons by visiting the following site: https://extensions.gnome.org/

To install the Dock search for and  select the dash to Dock application:

To access various options including orientation of the dock right click on the dock.


Ok so now you have a freshly updated system with a Dock setup for easy access. Next I will show you how to add more repositories to the system which enables us to install and access a greater variety of software.

Enable RPM Fusion Repo:To enable the RPM fusion repository open up terminal and run the following command:

su -c 'yum -y install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-21.noarch.rpm'

su -c 'yum -y install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-21.noarch.rpm'
 To Be Continued.........

No comments:

Post a Comment