home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 22986 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.4 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!ames!saimiri.primate.wisc.edu!copper!slate!iarit
  2. From: iarit@slate.mines.colorado.edu (ARIT ISMAIL)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: TERM076
  5. Message-ID: <1993Jan6.233621.32449@slate.mines.colorado.edu>
  6. Date: 6 Jan 93 23:36:21 GMT
  7. References: <79272@hydra.gatech.EDU>
  8. Organization: Colorado School of Mines
  9. Lines: 29
  10.  
  11.  
  12. you have to compile TERM076 at remote machine too..then, run term
  13. at both ends and you should be able to login to remote computer
  14. multiple times(in any direction; remote to home or home to remote
  15. machine).read README file one more time. You should run xconn on remote
  16. computer to use X(before doing this, you should set your env. variable
  17. DISPLAY to remote machine's 9th display, i think).
  18. Here is what I do;
  19.  
  20. (assuming that you compiled TERM at remote machine.) 
  21.  
  22. I use minicom to connect to remote machine;
  23. then, run   'term 2 >/dev/null'
  24. come back to home system, escape to shell from minicom by doing
  25.  Ctrl-A then J, type 'term </dev/modem >/dev/modem'.(gotta link from
  26. /dev/ttys1 to /dev/modem)
  27. Now, I can open multiple shells by using 'rsh' from any window.
  28. (sometimes I leave the connection open, and use  Linux from school.)
  29. If I want to use X, I do 
  30. setenv DISPLAY aydin:9               /* 'aydin' is my office computer */
  31. xconn &
  32. then, run any X prog, and it appears on my home computer.
  33.  
  34. hope it helps.
  35.  
  36. iarit@slate.mines.colorado.edu
  37.  
  38.  
  39.  
  40.