Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Distribution: Redhat since 5.2, Slackware since 9.0, Vector since 4.0
Posts: 209
Rep:
Full Remote Desktop, is it posible ?
Dear All.
I have 2 Linux boxes, A & B.
The A box is a powerfull server, but does not have a monitor attached on it.
The B computer is an ordinary computer.
I want to use A remotelly from B.
Is it posible to view the full desktop of A on B ?
I mean, I want see KDE's panel and use the menu of A from B.
Currently, I can only run remote applications on windows,
not a full desktop.
if your A is connected to the internet and you're using VNC than your A could be in danger since anyone knowing your ip can connect to your A. If you're really good you could set up a firewall and prevent unauthorised access
You say you're running remote applications, I assume (perhaps wrongly) they are X apps. If that is the case You could try starting a full desktop session 'startkde' of 'gnome-session'.
If this conflicts with the running desktop try a another X session. As root and from a tty run /usr/X11R6/bin/XFree86 :1 &', then 'export DISPLAY=:1' for that session. This uses a lot of resources, to have two X sessions running, so be warned.
Distribution: Redhat since 5.2, Slackware since 9.0, Vector since 4.0
Posts: 209
Original Poster
Rep:
rjliebenberg, your idea sounds good. My laptop has 256MB memory, maybe its enough.
Currently I just do simple things.
* Open X terminal on the laptop
* run ssh the_server
So I'm not so sure with your suggestion.
> You say you're running remote applications, I assume (perhaps wrongly) they are X apps. If that is the case You could try starting a full desktop session 'startkde' of 'gnome-session'.
I run KDE on my laptop too, though I can switch to fluxbox if I need spare memory. No GNOME.
> If this conflicts with the running desktop try a another X session. As root and from a tty run /usr/X11R6/bin/XFree86 :1 &', then 'export DISPLAY=:1' for that session.
Where should I perform this command. On the B (laptop) or on the A (server) after I ssh-ed from A.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.