个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第6行: 第6行:
 
=== 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).
+
* Open System Preferences (it's in the Apple menu)
* Open the "Sharing" panel.
+
* Open the "Sharing" panel
* Check the box '''Apple Remote Desktop'''.
+
* Check the box '''Apple Remote Desktop'''
 
* Click '''Access Privileges'''
 
* Click '''Access Privileges'''
* Check the box '''VNC viewers may control screen with password''', and enter a password.
+
* Check the box '''VNC viewers may control screen with password''', and enter a password
* Click '''OK'''.
+
* Click '''OK'''
 
=== Setting up Ubuntu to Access the Mac ===
 
=== Setting up Ubuntu to Access the Mac ===
 
On Ubuntu:
 
On Ubuntu:
Ubuntu requires the following procedure 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 procedure 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 an 'Unknown message type 255 from VNC server' response.
 
* Click '''System > Administration > Synaptic Package Manager'''
 
* Click '''System > Administration > Synaptic Package Manager'''
* Install the '''xtightvncviewer''' package.
+
* Install the '''xtightvncviewer''' package
 
* Click '''Applications > Accessories > Terminal'''
 
* Click '''Applications > Accessories > Terminal'''
 
* In the terminal type:
 
* In the terminal type:
<code><nowiki>update-alternatives --set vncviewer /usr/bin/xtightvncviewer</nowiki></code>
+
<code><nowiki>sudo 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'''
 
* Click '''Applications > Internet > Terminal Server Client'''
* For '''Computer''', type in the host name of the computer.
+
* For '''Computer''', type in the host name of the computer
For '''Protocol''', choose '''VNC'''
+
For '''Protocol''', choose '''VNC'''.
Then click 'Connect'
+
Then click 'Connect'.
 
A password dialog will pop up. Type your password and hit enter.
 
A password dialog will pop up. Type your password and hit enter.
 
Your Mac's desktop should appear on your screen.
 
Your Mac's desktop should appear on your screen.
第33行: 第33行:
 
<code><nowiki>xvnc4viewer -FullColour macserver</nowiki></code>
 
<code><nowiki>xvnc4viewer -FullColour macserver</nowiki></code>
 
=== Broken Clients ===
 
=== Broken Clients ===
* [[UbuntuHelp:tsclient|tsclient]] (Terminal Server Client)
+
* [[tsclient]] (Terminal Server Client)
* [[UbuntuHelp:vinagre|vinagre]] (Remote Desktop Viewer)
+
* [[vinagre]] (Remote Desktop Viewer)
 
== See Also ==
 
== See Also ==
* [[UbuntuHelp:VNC|VNC]]
+
* [[VNC]]
* [[UbuntuHelp:tsclient|tsclient]]
+
* [[tsclient]]
* [[UbuntuHelp:Vinagre|Vinagre]]
+
* [[Vinagre]]
 
----
 
----
 
[[category:CategoryMac]] [[category:CategoryInternet]]
 
[[category:CategoryMac]] [[category:CategoryInternet]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 16:45的版本

<<Include(Tag/ContentCleanup)>>

Introduction

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 procedure 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 an '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:

sudo 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.

Working Clients

  • gnome-rdp
  • xtightvncviewer
  • xvnc4viewer: only with -FullColour, but very slow:

xvnc4viewer -FullColour macserver

Broken Clients

See Also