【原创】大叔经验分享(117)mac/windows/linux远程桌面互联

RDP

RDP(Remote Display Protocol)远程显示协议。

任意rdp客户端都可以连接任意rdp服务端,以下可*组合

一 windows远程桌面

1 rdp服务端

允许远程访问

2 rdp客户端

run(Windows+R)->mstsc
【原创】大叔经验分享(117)mac/windows/linux远程桌面互联

二 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

【原创】大叔经验分享(117)mac/windows/linux远程桌面互联

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
or
spotlight(Cmd+Blank)->Screen Sharing

向日葵

支持windows/mac/linux/手机
https://sunlogin.oray.com/

附centos安装远程桌面

# yum groupinstall "X Window System"

二选一
# yum groupinstall "GNOME Desktop"
or
# yum groupinstall "KDE Plasma Workspaces"

【原创】大叔经验分享(117)mac/windows/linux远程桌面互联

上一篇:ASP.NET Core 3.x RESTful API学习记录--HTTP 状态码;错误和故障


下一篇:[APIO2008]免费道路「并查集」