Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Help Connecting to Remote Ubuntu Computer

  1. #1
    Join Date
    Aug 2007
    Location
    Rohnert Park, Ca
    Beans
    88
    Distro
    Ubuntu 11.04 Natty Narwhal

    Help Connecting to Remote Ubuntu Computer

    I have built a computer for a friends mom and installed Ubuntu on it. They have just now gotten internet access. I would like to set it up where I can connect to their computer so I can install/update/fix it as needed.

    If I could get some help on how to go about this it would be great. Can I get this so I can control their desktop or is it going to be terminal only?

    Thanks for the help.

  2. #2
    Join Date
    Feb 2007
    Beans
    397
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Help Connecting to Remote Ubuntu Computer

    http://ubuntuforums.org/showthread.php?t=905200

    NoMachine is the way to go for remote access (to a graphical desktop).

  3. #3
    Join Date
    Aug 2007
    Location
    Rohnert Park, Ca
    Beans
    88
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Help Connecting to Remote Ubuntu Computer

    Thanks. I think thats just what I was looking for. I really had no idea of where to start. Even doing a search here for "remote access" did not bring up anything useful.

  4. #4
    Join Date
    Feb 2007
    Beans
    397
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Help Connecting to Remote Ubuntu Computer

    Keep in mind, NoMachine lets you log into your own session remotely, which does not interfere at all with the person sitting at the computer, great if you want to just log in, update some software, and leave. VNC, however, would let you actually log in and see what your friend is doing (moving their mouse around, typing) if that's what you're after.

    But like I say in the link above, NoMachine is leagues ahead of VNC on performance.

  5. #5
    Join Date
    Jul 2007
    Beans
    73
    Distro
    Ubuntu Development Release

    Re: Help Connecting to Remote Ubuntu Computer

    Personally, I'd do it the built-in way: SSH.

    If you can forward port 22 you can remote in and do everything you need. You can even do a full Gnome session, although that would be slow over the internet.

    Just install OpenSSH server on the remote machine, and forward port 22.

  6. #6
    Join Date
    Feb 2007
    Beans
    397
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Help Connecting to Remote Ubuntu Computer

    Yes, I prefer ssh too. Just wasn't sure if he was looking for a command-line route or not.

    Forgot to mention, NoMachine/NX requires SSH anyway, so you'll have to install that first. (sudo apt-get install ssh)

  7. #7
    Join Date
    Aug 2007
    Location
    Rohnert Park, Ca
    Beans
    88
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Help Connecting to Remote Ubuntu Computer

    Its good to have know all three options (NX/VNC/terminal). NX for if I just want to hop in and update, VNC if I need to show them how to do something, and terminal because sometimes thats the easiest (or only) way to get stuff done. And besides, the more I know the better. Thanks.

  8. #8
    Join Date
    May 2007
    Location
    UK near Bedford
    Beans
    3,483
    Distro
    Ubuntu Development Release

    Re: Help Connecting to Remote Ubuntu Computer

    NX will allow you to view and control a users desktop, it depends how you configure it.
    PC

    To get a terminal command to put its output into a file use this format
    {terminal command} > {filename}

  9. #9
    Join Date
    Feb 2007
    Beans
    397
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Help Connecting to Remote Ubuntu Computer

    Actually, best way to just apply updates: ssh into the computer, then "sudo apt-get update", "sudo apt-get upgrade", done.

    NX is good for messing around with apps you can only get to via the desktop. (that have a graphical interface)

  10. #10
    Join Date
    Feb 2007
    Beans
    397
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Help Connecting to Remote Ubuntu Computer

    Quote Originally Posted by Peter09 View Post
    NX will allow you to view and control a users desktop, it depends how you configure it.
    No kidding?? I never knew that, do you have a link to somewhere that describes how to set that up?

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •