#################################################################### # Lines beginning with '#' have been added to the session script # as comments #################################################################### #################################################################### # Use the 'xhost' command to enable einstein (the remote host) # to have access to your workstation screen #################################################################### newton 21> xhost +einstein einstein being added to access control list #################################################################### # Establish a connection to einstein #################################################################### newton 22> telnet einstein.ph.utexas.edu Trying 128.83.131.6... Connected to einstein.ph.utexas.edu. Escape character is '^]'. IRIX (einstein) The University of Texas at Austin Center For Relativity *** UNAUTHORIZED ACCESS PROHIBITED *** Center staff may monitor and record user activity to detect unauthorized access. By using this system you are consenting to such observation. All access that has not been expressly cleared by Center personnel after July 13, 1997 is prohibited. #################################################################### # Login to einstein #################################################################### login: matt Password: IRIX Release 6.2 IP17 einstein Copyright 1987-1996 Silicon Graphics, Inc. All Rights Reserved. Last login: Wed Oct 1 12:50:11 CDT 1997 by matt@newton.ph.utexas.edu ****************************************************************************** * * * Welcome to einstein.ph.utexas.edu * * * * For problems or questions send email to steve@einstein.ph.utexas.edu * * or matt@infeld.ph.utexas.edu * * * ****************************************************************************** #################################################################### # Set the DISPLAY environment variable to your workstation's # display. #################################################################### einstein 21> setenv DISPLAY newton.ph.utexas.edu:0 #################################################################### # Start up 'xmaple', do some calculations, and save the worksheet # (via the Print submenu of the File menu) as a postscript file. #################################################################### einstein 22> xmaple #################################################################### # Print the postscript file using the 'lpr' command. Default # printer is the Relativity LaserJet in RLM 9.202 (Output will # be printed double sided by default). #################################################################### einstein 23> lpr accelerated.ps #################################################################### # Check on the status of the print job. #################################################################### einstein 24> lpq einstein: sending to helmholtz Rank Owner Job Files Total Size 1st matt 400 accelerated.ps 11629 bytes pauli2 is ready and printing Rank Owner Job Files Total Size active matt 400 accelerated.ps 11629 bytes #################################################################### # End the session on einstein ... #################################################################### einstein 25> logout Connection closed by foreign host. #################################################################### # ... and continue on your local machine. #################################################################### newton 24>