Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Cygwin Xserver - Run Applications on host forever?

  • 22-02-2009 11:26am
    #1
    Closed Accounts Posts: 532 ✭✭✭


    Hi guys,
    I use a win xp laptop (with cygwin,xserver,openssh) to connect to a linux red hat machine.

    Everything is going fine...


    Every time i power off my laptop though i lose whatever terminals/apps i had on the linux-red-hat machine.

    Is there a way that i can get the linux apps to run forever, and then i can just connect to them as i please using cygwin?

    I think vnc allows this (if i recall correctly) but doesnt vnc also force to to view the entire linux desktop on your windows machine as well? Id prefer not to do that...

    Any idea's how to do this on cygwin?

    Thanks
    J


Comments

  • Closed Accounts Posts: 4,564 ✭✭✭Naikon


    Take a look at "GNU Screen".

    It's a console based terminal multiplexer that allows you
    to set up "persistant" connections where you can attach/reattach to each shell instance.
    Each instance can run each application you need much like a regular tty.

    You can just leave your apps running in a seperate screen tty instance on the server.
    It takes a little getting used to, but once you get the hang of it you will be hooked:pac:.

    This article should get you up to speed.


Advertisement