View previous topic :: View next topic |
Author |
Message |
Slavo Apprentice
Joined: 26 May 2005 Posts: 229
|
Posted: Tue Oct 03, 2006 10:35 am Post subject: Start application on remote machine |
|
|
Hi,
i want to start GUI app on remote machine thru SSH
in following way
1. login thru ssh
2. start app
3. logout
how do i do this, so the app will still run after i log out? |
|
Back to top |
|
|
Dieter@be Guru
Joined: 03 Apr 2005 Posts: 314 Location: Wetteren, Belgium
|
Posted: Tue Oct 03, 2006 10:36 am Post subject: |
|
|
use screen for that
http://gentoo-wiki.com/TIP_Using_screen _________________ Nothing beats a ride on the Gentoo learning curve.
2 Gentoo Linux boxes - 2 Arch Linux boxes - Love all four
Say no to i386 binaries! -- Adopt an unanswered topic |
|
Back to top |
|
|
fearofcarpet Tux's lil' helper
Joined: 02 Apr 2005 Posts: 89 Location: Cambridge, MA
|
Posted: Tue Oct 03, 2006 10:50 am Post subject: |
|
|
Don't forget to run 'export DISPLAY=:0' (or whatever display you want it to start on) before starting the app. |
|
Back to top |
|
|
|