Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: malikawan on May 14, 2014, 08:43:39 PM

Title: How to Start remote pc apps from my computer
Post by: malikawan on May 14, 2014, 08:43:39 PM
I want to connect to remote pc through ssh. Now after connection establish i want to run the remote pc applications on my computer like firefox or some other applications in tinycore version 4.7.7 any idea plzz

Malik Awan
Title: Re: How to Start remote pc apps from my computer
Post by: gerald_clark on May 14, 2014, 08:48:06 PM
If you want to run an app on your computer, you don't connect to another.  Just run it on yours.
If you want to run a program on another computer, and display it on yours, read the ssh documentation and use the -X option.
Title: Re: How to Start remote pc apps from my computer
Post by: malikawan on May 14, 2014, 08:55:55 PM
Thanx for reply gerald_clark
Yes i want to run a program on another computer, and display it on my pc. i try my best but not succeeded plz help me if you have time

Malik Awan
Title: Re: How to Start remote pc apps from my computer
Post by: gerald_clark on May 14, 2014, 09:04:40 PM
The ssh server on the other machine must allow X11Forwarding.
You connect with 'ssh -X remote-machine'.
Run an X application and it displays on your local X server.
Run a non-X application and it displays in your ssh terminal session.

This has been discussed previously in the forum.

Title: Re: How to Start remote pc apps from my computer
Post by: malikawan on May 15, 2014, 11:30:08 AM
Thanks gerald clark