1. 程式人生 > 實用技巧 >【原創】大叔經驗分享(117)mac/windows/linux遠端桌面互聯

【原創】大叔經驗分享(117)mac/windows/linux遠端桌面互聯

RDP

RDP(Remote Display Protocol)遠端顯示協議。

任意rdp客戶端都可以連線任意rdp服務端,以下可自由組合

一 windows遠端桌面

1 rdp服務端

允許遠端訪問

2 rdp客戶端

run(Windows+R)->mstsc

二 linux遠端桌面

1 rdp服務端

xrdp

# yum install epel-release
# yum install xrdp
# yum install tigervnc-server
# systemctl start xrdp
# systemctl enable xrdp

2 rdp客戶端

xfreerdp

# yum install xfreerdp
# xfreerdp -f -u username -p password 192.168.1.1

三 mac遠端桌面

1 rdp服務端

暫無

2 rdp客戶端 (appstore下載)

Paralells Client

Microsoft Remote Desktop

VNC

VNC (Virtual Network Console)虛擬網路控制檯

任意vnc客戶端都可以連線任意vnc服務端,以下可自由組合

一 windows遠端桌面

VNC Viewer
支援windows/mac/linux
https://www.realvnc.com/en/connect/download/vnc/

二 linux遠端桌面

tigervnc
https://tigervnc.org/

三 mac遠端桌面

1 vnc服務端

System Preferences->Share->Screen Sharing
Other users can access your computer’s screen at vnc://1.1.1.2/ or by looking for “MacBook Pro” in the Finder sidebar.

2 vnc客戶端

Finder->Cmd+K

向日葵

支援windows/mac/linux/手機
https://sunlogin.oray.com/