

1 runlevel1.target, rescue.target Set up a rescue shell. Runlevel Target Units Description 0 runlevel0.target, poweroff.target Shut down and power off the system. So too are runlevel2.target and multi-user.target. You can see what your current default target is: $ sudo systemctl get-default multi-user.target And then change it to graphical: $ sudo systemctl set-default graphical.target Targets In Systemd the targets runlevel5.target and graphical.target are identical. This is arguably the better method since you're managing the state of the system directly through Systemd and its CLIs. Doing it with Systemd You can also use Systemd to accomplish this. The last bit will associate the runlevel 5 target as your default with respect to Systemd. To accomplish this simply do the following: $ sudo yum groupinstall 'GNOME Desktop' $ ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target Then simply reboot. Rather than make use of the hacking of a startx command into a.xinitrc file, it's probably better to tell Systemd that you want to boot into a graphical GUI vs. First Add the EPEL Repository (EPEL Repository which is provided from Fedora project.) Install Cinnamon Desktop Environment on here.


Installing Cinnamon Desktop Environment:

KDE Desktop Environment starts like follows: 3.Input a command like below after finishing installation: # echo 'exec startkde' > ~/.xinitrc # startx.# yum -y groups install 'KDE Plasma Workspaces' Install KDE Desktop Environment on here.Click 'Sign In' and log in with GNOME Shell.Click the button which is located next to the 'Sign In' button.# echo 'exec gnome-session' > ~/.xinitrc # startx Option B: set the system graphical login and reboot the system. How to use GNOME Shell? The default GNOME Desktop of CentOS 7 starts with classic mode but if you'd like to use GNOME Shell, set like follows: Option A: If you start GNOME with startx, set like follows. GNOME Desktop Environments starts like follows.Finally click 'Start using CentOS Linux'.For first booting, initial setup runs and you have to configure it for first time. Input a command like below after finishing installation: # startx.Install GNOME Desktop Environment on here.Download 86_64.rpm for CentOS 5 from FlexBox repository. You want to install portsentry using whatever method you want.
