Thread: operate system1 from system2

  1. #1
    Registered User
    Join Date
    Dec 2006
    Posts
    136

    operate system1 from system2

    hi all
    i have two systems have internet connection.
    with deferent ip's.
    ex: system1 and system2
    how can i operate system1 from system2

    is there any way..

    thank you in advance

  2. #2
    Lean Mean Coding Machine KONI's Avatar
    Join Date
    Mar 2007
    Location
    Luxembourg, Europe
    Posts
    444
    Linux: use the shell or redirect the X server to your screen
    Windows: use a tool such as PCanywhere. There is even a tool integrated in Windows XP that is called ... something like Remote Assistance.

  3. #3
    int x = *((int *) NULL); Cactus_Hugger's Avatar
    Join Date
    Jul 2003
    Location
    Banks of the River Styx
    Posts
    902
    There's another set of tools called "VNC" out there - serveral different versions/mods on the orginal. TightVNC is one - google for it. (It's free too...)
    Of course, do be aware of the obvious security risk of being able to remotely control a computer. (Choose a good password...)
    long time; /* know C? */
    Unprecedented performance: Nothing ever ran this slow before.
    Any sufficiently advanced bug is indistinguishable from a feature.
    Real Programmers confuse Halloween and Christmas, because dec 25 == oct 31.
    The best way to accelerate an IBM is at 9.8 m/s/s.
    recursion (re - cur' - zhun) n. 1. (see recursion)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. operate with file and crash
    By lukewang in forum C Programming
    Replies: 3
    Last Post: 10-23-2007, 02:05 AM