Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: Bazoukas on 23 October 2002, 20:23

Title: Can you compile a program via the internet?
Post by: Bazoukas on 23 October 2002, 20:23
Here is an example.

 You run Linux and use Apache.
You want to do a presentation, and you connect to your server.
   You have in your terminal a piece of code you want to run and you want to compile it through  your servers compiler.

  The terminal is a Windows 2000 box.
Can you do it?
Title: Can you compile a program via the internet?
Post by: flap on 23 October 2002, 20:45
The easiest way would be to run a telnet or ssh server on your linux box. Then you can do (via the telnet/ssh client on the windows machine) everything you would be able to do if you were sitting in front of the linux server.