Wednesday, August 5, 2015

Fedora 22 Server Installation

Install the Fedora 22 server as a client VM. Fedora server default doesn't come with any GUI, but I want the GUI because it makes life easier. Here are the step to install the KDE:
yum groupinstall "KDE Plasma Workspaces"


Here is the command to set the GUI as default:
systemctl set-default graphical.target


Then I want to set the VM client to have a higher resolution. You need to install this first:
sudo yum install gcc dkms kernel-devel


Mount the "Guest Additional CD Image", and navigate to your CD device.
cd /run/media/<username>


Run the following command to install the VM display driver:
sudo ./VBoxLinuxAdditions.run

No comments: