Link to home
Start Free TrialLog in
Avatar of marrowyung
marrowyung

asked on

enable redhat linux and fedora linux to start in UI mode and login using UI

hi,

I just installed Redhat linux and Fedora linux on Windows 10 VM, but once installed it, it seems login in command mode. how to enable the Linux UI mode for me to play around by UI ?
SOLUTION
Avatar of DP230
DP230
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of marrowyung
marrowyung

ASKER

Tano,

"Did you try: startx ?"
no.

it seems that DURING installation I can select that option to include GUI.

fedora don't have GUI for me on the installation screen.

Seth Simmons,

it seems only the root has the right to run that :

Seth Simmons,

when I do this:

"fedora
dnf groupinstall "Development and Creative Workstation" gnome"

it say "Failed to synchronize cache for repo 'updates' , any reason for that?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
"Since it is setup as a VM, how are they logging into it?"

VM connection.

"What do the users connecting to the VM are supposed to do?"

I just want to install MySQL /oracle/ sybase on that VM with linux install.
"Yum groupinstall "graphical/desktop environment" "

it said Yum not found .
it is yum, not Yum... Capitals are different than lower case in Linux
it is my typo, yum grouplist will list the groups of install packages by type
yum groupinstall "Desktop Platform"

I would recommend not using Graphical interface as it will consume more resources than are needed.
The user on their workstation can use a Graphical tool for each Database that you want and connect to the VM on the respective DB
workbench for mysql
toad for mysql
toad for oracle
this way the VM will expand resources at a minimal amount to ....
arnold,

"I would recommend not using Graphical interface as it will consume more resources than are needed."

yes I know, but I have a lot of RAM for it and I want to make use of all my RAM.

"yum groupinstall "Desktop Platform""

I think "desktop platform" here is a variable, right? what should I replace it with ?

"this way the VM will expand resources at a minimal amount to ...."

yeah. just want to learn Redhat by GUI, easier. then use command mode to learn command.


I do this again:

"Yum groupinstall "graphical/desktop environment" "

and what I got is:
User generated image
the "Desktop platform" is the name of the group I think will install all relavent packages for GUI
run
yum grouplist
This will list the available package groups meaning all required packages will be install to complete the category.

Using ssh with X-Windows could facilitate the ....

Ram is just one of the resources, and the inclination points to...

The GUI platform provides for tools to perform the different tasks, those tools are not transferable to actual server setup which are commonly deployed without a GUI.
The approach would be similar to learning management using language A while the place where you will be going use Language B.
  1. log in as root from terminal
  2. make sure you can ping google.com
  3. install GUI with: yum groupinstall "Server with GUI"
"make sure you can ping google.com"

one thing, what if It can't ? how to setup network for it ?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Umarzuki Mochlis Moktar,

I can simply use the IP, subnet mask and default gateway from my Windows 10 PC and use the next IP address ?
yes you can, try ping that IP first just to make sure it is not being used.
ok , wil try it ASAP, I am having an exam on wednesday and will try it this week, sorry about that.
tks all.