个人工具

“UbuntuHelp:AppleRemoteDesktop”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第4行: 第4行:
 
== Setting up the Mac to be Accessed Remotely ==
 
== Setting up the Mac to be Accessed Remotely ==
 
On the Mac:
 
On the Mac:
* Open System Preferences (it's in the Apple menu).
+
<ul><li>Open System Preferences (it's in the Apple menu).
* Open the "Sharing" panel.
+
</li><li>Open the "Sharing" panel.
* Check the box '''Apple Remote Desktop'''.
+
</li><li>Check the box '''Apple Remote Desktop'''.
* Click '''Access Privileges'''
+
</li><li>Click '''Access Privileges'''
* Check the box '''VNC viewers may control screen with password''', and enter a password.
+
</li><li>Check the box '''VNC viewers may control screen with password''', and enter a password.
* Click '''OK'''.
+
</li><li>Click '''OK'''.</li></ul>
 
== Setting up Ubuntu to Access the Mac ==
 
== Setting up Ubuntu to Access the Mac ==
 
On Ubuntu:
 
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).
 
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'''
+
<ul><li>Click '''System > Administration > Synaptic Package Manager'''
* Install the '''xtightvncviewer''' package.
+
</li><li>Install the '''xtightvncviewer''' package.
* Click '''Applications > Accessories > Terminal'''
+
</li><li>Click '''Applications > Accessories > Terminal'''
* In the terminal type:
+
</li><li>In the terminal type:</li></ul>
 
<code><nowiki>update-alternatives --set vncviewer /usr/bin/xtightvncviewer</nowiki></code>
 
<code><nowiki>update-alternatives --set vncviewer /usr/bin/xtightvncviewer</nowiki></code>
 
== Accessing the Mac From Ubuntu ==
 
== Accessing the Mac From Ubuntu ==
* Click '''Applications > Internet > Terminal Server Client'''
+
<ul><li>Click '''Applications > Internet > Terminal Server Client'''
* For '''Computer''', type in the host name of the computer.
+
</li><li>For '''Computer''', type in the host name of the computer.</li></ul>
 
For '''Protocol''', choose '''VNC'''
 
For '''Protocol''', choose '''VNC'''
 
Then click 'Connect'
 
Then click 'Connect'

2007年12月6日 (四) 14:39的版本

Ubuntu can control an OS X machine remotely, using the Terminal Server Client program that comes with Gnome.

Setting up the Mac to be Accessed Remotely

On the Mac:

  • Open System Preferences (it's in the Apple menu).
  • Open the "Sharing" panel.
  • Check the box Apple Remote Desktop.
  • Click Access Privileges
  • Check the box 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.

Discussion

In Mac OS X 10.3.9, the Access Privileges sheet doesn't have a "VNC viewers may control screen with password" checkbox, or any mention of VNC. -- MatthewPaulThomas Mac OS X 10.3.x (Panther) ships with an old version of Apple Remote Desktop Client that does not interoperate with third-party VNC viewers. You can correct this by downloading and installing Apple Remote Desktop Client 2.2 to match what's bundled with Mac OS X 10.4.x (Tiger). Alternatively, you can upgrade 10.3.9 or 10.4.x to have Apple Remote Desktop Client 3.1, which Apple says "is recommended for all users." -- EricPScott