Diff for "AppleRemoteDesktop"


Differences between revisions 3 and 4
Revision 3 as of 2006-06-11 04:02:38
Size: 1477
Editor: 220-253-36-19
Comment:
Revision 4 as of 2006-06-11 04:03:44
Size: 1477
Editor: 220-253-36-19
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
[[[update-alternatives --set vncviewer /usr/bin/xtightvncviewer]]] {{{update-alternatives --set vncviewer /usr/bin/xtightvncviewer}}}

Ubuntu can see and control a OS X machine remotely, using the Apple Remote Desktop that comes with OS X and the TSClient program that comes with Gnome.

Setting up the Mac to be Accessed Remotely

On the Mac:

  • Click Finder -> Applications -> System Preferences -> Sharing

  • Put a tick in the box next to 'Apple Remote Desktop'

  • Click Access Privileges

  • Put a tick in the box next to VNC viewers may control screen with password and enter a password.

  • Click OK .

Setting up Ubuntu to Access the Mac

On Ubuntu:

Ubuntu requires the following proceedure to be done once to ensure the correct 'Tight VNC' protocol is used to access the Mac, rather than regular VNC, which won't work (if VNC is used, the connection will fail with a 'Unknown message type 255 from VNC server' response).

  • Click System -> Administration -> Synaptic Package Manager

  • Install the xtightvncviewer package.

  • Click Applications -> Accessories -> Terminal

  • In the terminal type:

update-alternatives --set vncviewer /usr/bin/xtightvncviewer

Accessing the Mac From Ubuntu

  • Click Applications -> Internet -> Terminal Server Client

  • For Computer, type in the host name of the computer.

For Protocol, choose VNC Then click 'Connect'

A password dialog will pop up. Type your password and hit enter'.

Your Mac's desktop should appear on your screen.

AppleRemoteDesktop (last edited 2012-08-09 10:35:39 by 212)