Find the answer to your Linux question:
Results 1 to 3 of 3
Hey, I got Suse 10.2 installed, I found the install image got the whole OS installed, now I need to SSH into a debian system to run bluej a java ...
  1. #1
    Just Joined!
    Join Date
    Oct 2006
    Posts
    24

    got 10.2 installed, now I am looking for an X variable

    Hey, I got Suse 10.2 installed, I found the install image got the whole OS installed, now I need to SSH into a debian system to run bluej a java development program my school uses. I need to use an X variable so I can run bluej when I SSH into the debian system at my school. Does anyone know of a good one that I can dl? Thank you.

    -Andy

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Try doing
    Code:
    $ssh -X -Y somehost
    The-X switch allows X forwarding if the ssh server you are connecting to supports it.

  3. #3
    Just Joined!
    Join Date
    Oct 2006
    Posts
    24
    Yep that worked. Only problem is the program lags so much when I open it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...