LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 09-06-2004, 11:01 AM   #1
Milinu
LQ Newbie
 
Registered: Sep 2004
Location: Arkansas, USA
Distribution: Mandrake
Posts: 8

Rep: Reputation: 0
Question Is Remote Desktop available in Mandrake Linux?


I am considering changing of my PCs to Mandrake. Currently, it acts as a server that I connect to exclusively through MS Remote Desktop. I do not have a display on the machine.

Does Mandrake/Linux support remote use? If so, is it native or do I need an additional application?
 
Old 09-06-2004, 11:12 AM   #2
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
You can log into a Linux computer remotely in a number of ways.

I think there's a SourceForge project called rdesktop (?) that will let you use Windows Remote Desktop.
The native GUI mechanism is to use a remote X session. For security, this is usually disabled by default; look for the “remote X session HOWTO” on www.tldp.org for setup instructions. This will require you to install an X-Windows server on the MS-Windows machines.
There are also products like Citrix that give cross-platform GUI desktops.

Out of the box, you can get a console login using either telnet (installed on Windows by default) or the more secure ssh (look for puTTY for a Windows SSH client).
It's also not unknown to use an old-fashioned serial terminal plugged into the serial port. That way, you don't even need a network

Hope that helps,

— Robert J. Lee
 
Old 09-06-2004, 11:17 AM   #3
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
There's also TightVNC - run a search for it on the Mandrake RPM's
 
Old 09-06-2004, 11:39 AM   #4
Milinu
LQ Newbie
 
Registered: Sep 2004
Location: Arkansas, USA
Distribution: Mandrake
Posts: 8

Original Poster
Rep: Reputation: 0
Thanks for the info. I have Putty already that I use to log into a friends Linux machine.

Will that give me the GUI like I would get from being local?

Installing Mandrake now...wish me luck!
 
Old 09-06-2004, 12:04 PM   #5
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
No - PuTTY will not give you a GUI. You'll need VNC for that. Install the tightvnc package on mandrake, and install vnc on your win box. Then just VNC in
 
Old 09-06-2004, 12:15 PM   #6
edcutis
Member
 
Registered: Jun 2003
Location: USA, Missouri
Distribution: mandriva , Kubuntu, MEPIS
Posts: 140

Rep: Reputation: 15
scuzzman is right. TightVNC comes in windows and linux flavors. I use it on my windows box to get a graphical (mirror image) of my Mandrake desktop.

Hint: If the remote window you open is set to a lower resolution than the machine you are sitting at, the window will be easier to get around in (no scrolling). Also be prepared for a small amount of latency as you move around the remote desktop, especially if you are really, really remote.
 
Old 09-06-2004, 12:50 PM   #7
Milinu
LQ Newbie
 
Registered: Sep 2004
Location: Arkansas, USA
Distribution: Mandrake
Posts: 8

Original Poster
Rep: Reputation: 0
Thanks guys. I am now an official Linux user!

The latency is more than I experienced with MS remote desktop. I'm on a 100mb Lan sitting on the same switch. I set the CPU to max so I will see how it goes.

I noticed that it actually shows the activity on the server. Could that be causing some of the delay due to having to manage two screens. Is there not an "invisible" mode?

Also, I have setup samba for disk sharing. Is there a way to put the machine on my Windows workgroup and access it by wnc name \\[boxname].

Thanks for all the help so far.
Miles
 
Old 09-06-2004, 12:59 PM   #8
Milinu
LQ Newbie
 
Registered: Sep 2004
Location: Arkansas, USA
Distribution: Mandrake
Posts: 8

Original Poster
Rep: Reputation: 0
How to start VNC Client without login

I am in search of a method to have the VNC server start automatically with the machine and not require me to login and manually start the server.

Any suggestions?
 
Old 09-06-2004, 01:34 PM   #9
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
There is a file called rc.local, usually under /etc/rc.d/ or /etc/init.d/ or /etc/rc.d/init.d/. This file is really a script that gets run as root when the computer starts up, after setting up everything else up, and before you can log in.

If you add a line like this:
Code:
su user -c 'command'
where:
user is the username you wish to start the server as, and
command is the command you would use to start the server

…then it will automatically start when the computer boots up.
 
Old 09-06-2004, 01:45 PM   #10
Milinu
LQ Newbie
 
Registered: Sep 2004
Location: Arkansas, USA
Distribution: Mandrake
Posts: 8

Original Poster
Rep: Reputation: 0
What's the easiest way to find the actual file name for a KDE menu item? I tried right clicking?

Thanks once again...
 
Old 09-06-2004, 02:19 PM   #11
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
Right-click on the K menu icon itself and select “menu editor”.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Remote Desktop For Linux? wizhuff Linux - Software 7 09-01-2005 03:13 PM
Remote desktop from XP to Linux Groundhog1248 Linux - Newbie 1 11-22-2004 08:30 PM
How to use Remote Desktop w/ Mandrake 9.1 saxophobe Linux - Networking 9 10-29-2003 04:17 PM
remote desktop on mandrake... can you log into winxp? Alkaline Mandriva 2 10-07-2003 05:15 PM
Remote linux desktop from win XP karanik Linux - Networking 2 10-06-2003 08:26 AM

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

All times are GMT -5. The time now is 09:24 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