Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Remote Connecting to an ubuntu box from snow leopard

  • 10-03-2010 10:14am
    #1
    Registered Users, Registered Users 2 Posts: 2,751 ✭✭✭


    Pretty much as the above says i have an ubuntu box that i want to connect to.
    Whats the best way to do it? I'd like to use it as remote desktop type thing


Comments

  • Closed Accounts Posts: 1,250 ✭✭✭babypink


    you could just vnc straight into the thing, provided your run a vnc server on the ubuntu box.

    MacOS has a built in vnc client:--

    cmd+K ...... vnc://ip.address.of.computer


  • Hosted Moderators Posts: 7,486 ✭✭✭Red Alert


    Make sure you've got "Remote Desktop" turned on in GNOME, which will set up Vino VNC server for you.


  • Registered Users, Registered Users 2 Posts: 2,751 ✭✭✭ec18


    so if i make sure remote desktop is turned on I shouldn't need any extra software for to get them connecting?


  • Registered Users, Registered Users 2 Posts: 5,490 ✭✭✭stefanovich


    Depends on what you want to do. VNC will work but it's not exactly the most secure thing in the world. ssh would be preferable although you are limited to command line only then. A good compromise in terms of useability/security is to tunnel VNC over an ssh connection, especially if you are connecting from outside. Also it's faster as ssh compresses the data somewhat.

    Do not allow VNC connections from outside on your ubuntu box. Only allow ssh connections.


  • Registered Users, Registered Users 2 Posts: 2,751 ✭✭✭ec18


    just want to use it for transferring files between my mac and the box. It'd be great if i could use it to remote stream video. For example having the video playing locally on the box and just appearing on my mac where ever i am


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 6,949 ✭✭✭SouperComputer


    ec18 wrote: »
    just want to use it for transferring files between my mac and the box. It'd be great if i could use it to remote stream video. For example having the video playing locally on the box and just appearing on my mac where ever i am

    If its all on your home network just setup a SAMBA share on the ubuntu box.


  • Registered Users, Registered Users 2 Posts: 10,746 ✭✭✭✭maccored


    or set up a web server on the mac or ubuntu box and share it locally.


  • Registered Users, Registered Users 2 Posts: 26,584 ✭✭✭✭Creamy Goodness


    if it's file sharing only nfs/SaMBa are the only sane solutions imo.


  • Registered Users, Registered Users 2 Posts: 315 ✭✭john__long


    Use VLC to stream the video.


  • Registered Users, Registered Users 2 Posts: 26,584 ✭✭✭✭Creamy Goodness


    that's limited to just files VLC supports and is no easier to set up than a SMB share which shares all file types and even printers.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 315 ✭✭john__long


    that's limited to just files VLC supports and is no easier to set up than a SMB share which shares all file types and even printers.

    OK...it may be more complex at times but I have yet to encounter a video format that VLC won't stream successfully.

    Can always use SFTP for the file transfer. Much more secure than SMB when locked down by certificates.


Advertisement