Category: Linux
-
Oracle Linux 7.3 – Admin task – Installation
In this entry we will install Oracle Linux 7.3 as a virtual machine, this will help us in future entries when we create a lab environment that will let us test a SIP Rec recording solution, but we will go deeper later. Let’s start downloading the Oracle Linux required from Oracle support web portal, in…
-
Oracle Linux 7.3 – Admin task – Enabling Graphical User Interface
In the previous entry, Oracle Linux 7.3 was installed, just in case you missed enabling the GUI, issue the following commands: yum update yum groupinstall “Server with GUI” Enable GUI on system startup ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target or systemctl set-default graphical.target

