Hi
Incase you are 1st time user or your workspace crashed , you opened VNC session and you see "Xterm" , it's very difficult to work in Xterm , People prefer gnome/kde terminal instead of that.
So below are the steps -
download putty from internet , it will be required to create your VNC session.
Below are the steps -
- Open Putty and type linux server IP ( X.X.X.X)
- It will open a DOS window , assuming you are working in Windows.
- Enter your user credential - User Name / and Password
- Once you have put user detail in putty , you will be logged-in to linux server.
- Type " vncserver "
- It will give you a number - number : Y
- Open VNC viewer with X.X.X.X:Y ( exp - 100.101.102.103:20)
- Once you perform all above steps , means you have entered in VNC session.
- Now to change your desktop - go to home directory
- Go to .vnc dir
- Open xstartup file
- Un-comment below lines
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
OR at the end of xstartup file , add below line -
gnome-session &
That's it .... You are Done !!
Now kill current vnc session and open a new session.
Thanks
Rahul
No comments:
Post a Comment