Results 1 to 10 of 10

Thread: Connect two computers, and make one using the other's processor, memory, gpu etc?

  1. #1
    Join Date
    Jan 2008
    Location
    Whenever the food is.
    Beans
    1,203
    Distro
    Kubuntu

    Connect two computers, and make one using the other's processor, memory, gpu etc?

    I got an older, slow, fairly useless computer, and a new, more powerful laptop.

    So I want to connect these with a cable, and make this laptop using old computer's resources, how?

    Here are the specs:

    Acer 7520g
    Processor: AMD Turion 64, dual core, 2.0GHz
    Graphics card: NVIDIA GeForce 8600M GS, 512Mb
    RAM: 4Gb
    Hard disk: 2x320Gb
    Old custom crap
    Processor: AMD 2000 something 1.7GHz, one core
    Graphics card: NVIDIA GeForce Ti 4200, 64Mb
    RAM: 256Mb
    Hard disk: ~70Gb
    Keyboard not found!

    Press any key to continue...

  2. #2
    Join Date
    Jun 2006
    Beans
    267

    Re: Connect two computers, and make one using the other's processor, memory, gpu etc?

    You can look into LTSP (linux terminal server project) it's not too hard to setup and it will do what you want. Another thing you can try is turn on remote login( I think it's under the login section on admin preferences) and when you get to the login screen on the slow laptop just login remotely to the faster one.

  3. #3
    Join Date
    Sep 2007
    Location
    UK
    Beans
    59
    Distro
    Kubuntu 8.10 Intrepid Ibex

    Re: Connect two computers, and make one using the other's processor, memory, gpu etc?

    I've done this with an old laptop (PII) and a newer desktop (Athlon XP 1.9Ghz).

    I did a normal install of Ubuntu on the newer machine and a Xubuntu install on the older one (you'll need the alternative CD for the old one because of the low memory). Then I used ssh with X tunneling to run programs on the newer machine, but displaying them on the old machine

    e.g. (run this command from the old machine)

    ssh -X 192.168.0.1 firefox

    (where 192.168.0.1 needs to be replaced with the ip of the newer machine - note uppercase X)

    Obviously your not going to want to type in a command each time, so you'll need to set up an icon for each of the common programs you use. Note that you'll need to set up "rsa keys", which will do away with entering passwords, if you want to use icons.

    This works pretty well, even over a wireless network (which will be slower than your cable)

  4. #4
    Join Date
    Jan 2008
    Location
    Whenever the food is.
    Beans
    1,203
    Distro
    Kubuntu

    Re: Connect two computers, and make one using the other's processor, memory, gpu etc?

    Maybe there's a way to make it automatic, like using both computers as one computer?

    Without remote login stuff or any X tunneling. And btw the laptop is the more beefy one.
    Keyboard not found!

    Press any key to continue...

  5. #5
    Join Date
    Jan 2008
    Beans
    61

    Re: Connect two computers, and make one using the other's processor, memory, gpu etc?

    I have always wanted to play around with a beowulf cluster...might want to check it out...

  6. #6
    Join Date
    Sep 2007
    Location
    UK
    Beans
    59
    Distro
    Kubuntu 8.10 Intrepid Ibex

    Re: Connect two computers, and make one using the other's processor, memory, gpu etc?

    Yes - I think clustering is what your looking for. Although from my limited knowledge on such things, I think you need software that is specifically written for clusters.

  7. #7
    Join Date
    Jan 2008
    Location
    Whenever the food is.
    Beans
    1,203
    Distro
    Kubuntu

    Re: Connect two computers, and make one using the other's processor, memory, gpu etc?

    So with those clusters I can get everything running faster?
    Keyboard not found!

    Press any key to continue...

  8. #8
    Join Date
    Dec 2005
    Location
    What a weird trip.....
    Beans
    4,676
    Distro
    Ubuntu 12.04 Precise Pangolin

    Cool Re: Connect two computers, and make one using the other's processor, memory, gpu etc?

    Quote Originally Posted by troutbum13 View Post
    I have always wanted to play around with a beowulf cluster...might want to check it out...
    I was gonna say that.

    Sounds like a cluster to me.
    If at first you don't succeed - just buy the company and tell them to make the one you want.

  9. #9
    Join Date
    Apr 2008
    Beans
    23

    Re: Connect two computers, and make one using the other's processor, memory, gpu etc?

    Quote Originally Posted by crazyfuturamanoob View Post
    So with those clusters I can get everything running faster?
    In general, you need software written specifically to work on distributed memory systems. You might want to look at something like OpenMosix that does transparent process migration (although I seem to recall development on OpenMosiz has been somewhat inactive recently -- maybe that's changed).

  10. #10
    Join Date
    Sep 2007
    Location
    UK
    Beans
    59
    Distro
    Kubuntu 8.10 Intrepid Ibex

    Re: Connect two computers, and make one using the other's processor, memory, gpu etc?

    OpenMosix is closed - development has moved over to LinuxPMI

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •