home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / x / 21078 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.1 KB

  1. Path: sparky!uunet!pipex!unipalm!uknet!mucs!vtx.ma.man.ac.uk!bane
  2. From: bane@vtx.ma.man.ac.uk (Michael!)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: An X mirror program
  5. Message-ID: <7165@m1.cs.man.ac.uk>
  6. Date: 12 Jan 93 01:23:09 GMT
  7. References: <C0p380.5uF@encore.com>
  8. Sender: news@cs.man.ac.uk
  9. Reply-To: bane@vtx.ma.man.ac.uk
  10. Organization: Magic Michael's Mushroom Factory.
  11. Lines: 25
  12.  
  13. In article <C0p380.5uF@encore.com>, tma@encore.com (Thanh Ma) writes:
  14. |> I just wonder if there is an X program that will allow a remote user
  15. |> to see what is going on the host. (as if he was on the host)
  16. |> A typical application is that when an operator at the console wants
  17. |> to inform the administrator that he sees something wrong at the console,
  18. |> the administrator should be able to remotely login and sees what
  19. |> the operator is seeing.( some kind of a mirror window )
  20. |> 
  21. |> Thanks for any pointers.
  22. |> 
  23. |> --
  24. |> thanh ma
  25. |> tma@encore.com
  26.  
  27.  
  28. try:
  29.  
  30. local_host$ rsh remote_host screendump | screenload
  31.  
  32.  
  33. (or pipe screendump through rasfilter8to1 before screenload if remote_host
  34. is col and local_host aint)
  35.  
  36.  
  37. Micahel
  38.