LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-14-2010, 06:36 PM   #1
Dshah
LQ Newbie
 
Registered: Dec 2009
Posts: 12

Rep: Reputation: 0
remote desktop in debian


Hi sorry for again newbie question, i have a debian linux vps and running through puTTY CLI interface from my windows, i search through if i can possibly install any remote deksktop system. Please i know this has been asked many time but never got what i am looking, how can i do that? is there any step by step tutorial? any instructions please.

I really appericiate for your help.

Thanks
 
Old 01-14-2010, 06:48 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
http://www.lizardking.biz/2009/02/de...ulti-user-vnc/
 
Old 01-15-2010, 04:57 AM   #3
Dshah
LQ Newbie
 
Registered: Dec 2009
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks sir for reply, i am totally newbie in linux and when i asked my vps provider if i can use desktop he told me they can install ubuntu for me. i google how to check which version i am running and i found this command and run

cat /etc/issue

and result:
root@100:/# cat /etc/issue
Ubuntu 8.04.2 \n \l

and this command:
cat /etc/lsb-release

and result:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION="Ubuntu 8.04.2"
root@100:/#

so it mean i am on ubuntu machine right? not debian 4 or 5? i dont know this i send message to my server provider as they told me i have debian distro. and if it is ubuntu how can i make it work as remote desktop. Thank you for the support.

Last edited by Dshah; 01-15-2010 at 05:02 AM.
 
Old 01-15-2010, 08:09 AM   #4
Web31337
Member
 
Registered: Sep 2009
Location: Russia
Distribution: Gentoo, LFS
Posts: 399
Blog Entries: 71

Rep: Reputation: 65
I don't clearly understand what do you need.
Ubuntu or Debian: they are quite the same, actually all distros are quite the same: they share same linux kernel. But to be on topic...
Your problem is you don't like terminal-style access? So you want GUI running on your server? Remember one thing: GUI never gives such abilities to tweak system as CLI does.
 
Old 01-15-2010, 01:13 PM   #5
Dshah
LQ Newbie
 
Registered: Dec 2009
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks for the reply , yes i am looking for GUI, so i can install on the ubuntu distro i have, what is making me confuse is i ask someone and he told me if i need to do that i need to reinstall ubuntu etc, is that true? or if not please can you show me any complete tutorial how can i do that?

Thanks for any support
 
Old 01-15-2010, 01:19 PM   #6
Dave_Devnull
Member
 
Registered: May 2009
Posts: 142

Rep: Reputation: 24
Are you saying you have a remote VPS used for webhosting et cetera that is running Ubuntu {server version} and you want a desktop to it?
 
Old 01-15-2010, 03:10 PM   #7
Dshah
LQ Newbie
 
Registered: Dec 2009
Posts: 12

Original Poster
Rep: Reputation: 0
yes exactly that, how can i do that?
 
Old 01-15-2010, 03:44 PM   #8
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
look into forwarding X over ssh.

You can install an X environment on your Windows PC. I use Xming. You then should be able to change the X11forwarding option from no to yes in your /etc/ssh/ssh.conf and then restart ssh (this will disconnect you since you are working through putty). Then in putty you can set the X options and connect. This will not give you a full desktop but will allow you to be able to run GUI applications.

You can use this link on how to setup putty for X forwarding. http://www.math.umn.edu/systems_guide/putty_xwin32.html

This will allow you to run GUI apps through ssh. Here is what your end result will be like, http://www.vanemery.com/Linux/XoverSSH/win32-X-7.jpeg
 
Old 01-15-2010, 04:14 PM   #9
Dshah
LQ Newbie
 
Registered: Dec 2009
Posts: 12

Original Poster
Rep: Reputation: 0
Thank you worm5252 i will try that out, but what actually i am looking is a desktop like this:
http://www.nomachine.com/documents/i...arted/img1.jpg

so i see software NX client and server, can i try this one, like i will install this server on vps and client on my windows? someone said i cant do this on server... i am nut sure where to start ..

here is NX site
http://www.nomachine.com/
Thank you for the help,

Regards
 
Old 01-15-2010, 11:23 PM   #10
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
You should just use VNC server then.
https://help.ubuntu.com/community/VNC
 
Old 01-16-2010, 12:50 AM   #11
feinbein
Member
 
Registered: Jan 2010
Location: Norway
Posts: 76

Rep: Reputation: 12
Quote:
Originally Posted by Dshah View Post
Thank you worm5252 i will try that out, but what actually i am looking is a desktop like this:
http://www.nomachine.com/documents/i...arted/img1.jpg
Hei Dshah,
I think you should search for freenx which is an opensource version of NX from nomachine.
See here:
https://help.ubuntu.com/community/FreeNX
Greetz
 
Old 01-16-2010, 02:45 AM   #12
Dave_Devnull
Member
 
Registered: May 2009
Posts: 142

Rep: Reputation: 24
Just one thing. All of the VPS's I've used for webhosting as SERVER operating systems, that is they have no X. It's all CLI.
It's probable that you can install the basic Xserver packages needed for a graphical remote desktop, but I'm not really sure why you would do that with a VPS?
 
Old 01-16-2010, 03:12 AM   #13
Dshah
LQ Newbie
 
Registered: Dec 2009
Posts: 12

Original Poster
Rep: Reputation: 0
ok all thanks to you i was finally able to install using this tutorial

http://markus.revti.com/2009/08/inst...ntu-linux-vps/

one more last question, from CLI how can i copy all files from this folder:

/first/folder/

To

/second/Folder/

First folder also contain other folders but i wants only files, so it will only copy files from that folder
Thanks
 
Old 01-16-2010, 03:20 AM   #14
Dave_Devnull
Member
 
Registered: May 2009
Posts: 142

Rep: Reputation: 24
cp -r /first/folder/ /second/Folder/

if in doubt cp --help
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[Debian]TightVnc Server Problem-Gnome Remote Desktop dj32 Linux - Newbie 2 12-28-2009 03:52 AM
Remote Desktop and Multiple Desktop Windows worm5252 Linux - Software 1 12-15-2009 08:10 AM
Scripting Remote Logon - Starting Remote Gnome Desktop klmukp Linux - Newbie 1 09-21-2008 12:13 AM
Remote desktop software to control desktop GUI? Phaethar Linux - Software 3 06-27-2008 09:30 AM
Remote Desktop and Remote Terminal cad Linux - Software 2 08-15-2007 02:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration