modified on 21 September 2011 at 15:39 ••• 1,207 views

Running X Applications From Home

From CSclasswiki

Jump to: navigation, search

--Thiebaut 17:13, 16 October 2008 (UTC)

Contents



Case 1: You have a Mac at home

  • This will create a new utility on your computer.
  • Run the X utility. It will open up a window that looks just like a terminal window. Minimize it to keep it out of sight.
  • Open a terminal window, and connect to beowulf (or whatever Linux/XGrid computer you want to work on) using the following syntax:
 ssh -Y  334a-xx@beowulf.csc.smith.edu
The -Y is key here: it tells the remote server that its X-window commands should be send to the client, and not to a screen.
  • Enter your password. You can now invoke applications that have a GUI directly from the command line. Below is an example where I executed the program xeyes and got it to display on my Mac desktop.

XDisplayOnMac.png

You've got it in one. Couldn't have put it beettr.