[b](1)远程共享[/b]
[b]1)SMB/CIFS(Windows)[/b]
Windows提供了访问局域网共享文件的功能,其内置了smb的服务程序和客户端。
Windows上启用共享文件夹只要在文件夹的属性对话框→共享选项卡→高级共享中设置即可,还可以指定用户和读写权限。
[b]2)Samba(Linux)[/b]
[url=https://www.samba.org/samba/what_is_samba.html]Samba[/url] 是Linux上实现SMB/CIFS协议的开源服务程序及客户端。
通过IP即可访问比如“\\192.168.1.100\共享文件夹\子文件夹”
[b](2)远程登陆[/b]
[b]1)Telnet(Teletype Network)[/b]
非加密,使用的比较少。
[b]2)SSH(Secure Shell)[/b]
Linux系统默认启用了sshd服务,并内置了ssh客户端。
Windows没有内置的ssh客户端,可以安装 [url=http://www.putty.org/]Putty[/url] 等ssh客户端。
通过ssh客户端来远程登录到Linux服务器上去操作。
[b](3)远程桌面[/b]
[list][*]RDP(Remote Desktop Protocol)Windows的远程桌面服务协议
[*]VNC(Virtual Networking Computing)跨平台的远程桌面服务协议[/list]
[b]1)Windows Remote Desktop Connection[/b]
Windows内置了远程桌面服务和客户端,从开始菜单(所有程序→Windows附件→远程桌面连接)中选择启动或者直接执行命令"mstsc"启动连接。
在目标电脑上打开系统属性对话框,在远程选项卡中的远程桌面部分选中允许远程连接到此计算机,并选择用户,开启远程访问。
*** Windows远程桌面一般只支持单个用户访问。
[b]远程桌面管理[/b]
[url=https://www.microsoft.com/en-us/download/details.aspx?id=44989]Microsoft Remote Desktop Connection Manager[/url]
[url=https://remotedesktopmanager.com/]Remote Desktop Manager[/url]
[url=https://github.com/terminals-Origin/Terminals]Terminals[/url]
[b]2)VNC-Viewer[/b]
VNC(Virtual Network Computing)是Linux上的远程桌面共享协议。
Windows上没有内置的VNC客户端,可以通过 [url=https://www.realvnc.com/download/viewer/windows/]VNC-Viewer[/url] 来连接Linux或者Mac。
[b]3)XRDP+VNC[/b]
XRDP是基于RDP协议的,使 Windows 连接 Linux更加方便,通过任何一个RDP客户端比如:FreeRDP, rdesktop, Microsoft Remote Desktop Client都可以连接到。
[b](4)远程控制[/b]
远程桌面多局限于局域网,如果网络连接比较复杂,需要穿透防火墙和NAT,以下都可以实现广域网的远程访问。
[b]1)TeamViewer、Splashtop、LogMeIn、GoToMyPC[/b]
这些都是专业的解决方案。
[url=https://www.teamviewer.com/]https://www.teamviewer.com/[/url]
[url=https://www.splashtop.com/]https://www.splashtop.com/[/url]
[url=https://secure.logmein.com/]https://secure.logmein.com/[/url]
[url=https://get.gotomypc.com/]https://get.gotomypc.com/[/url]
[b]2)Chrome Remote Desktop[/b]
基于Chrome浏览器
[url=https://chrome.google.com/webstore/detail/chrome-remote-desktop/gbchcmhmhahfdphkhkmpfmihenigjmpp?hl=en]https://chrome.google.com/webstore/detail/chrome-remote-desktop/gbchcmhmhahfdphkhkmpfmihenigjmpp?hl=en[/url]
[b]3)跳板机/堡垒机(SSH Gateway/SSH Proxy、踏み台サーバ)[/b]
多用于云服务,以下两个是基于Web的。
Apache Guacamole [url=http://guacamole.incubator.apache.org/]http://guacamole.incubator.apache.org/[/url]
Jumpserver [url=https://github.com/jumpserver/jumpserver]https://github.com/jumpserver/jumpserver[/url]
[b]4)QQ远程协助[/b]
国内还有像向日葵等一些专业的解决方案。
[b](5)屏幕共享[/b]
[b]1)微软提供的软件[/b]
[list]
[*]NetMeeting
[*]Microsoft Office Live Meeting
[*]Microsoft Lync
[*]Skype for Business[/list]
Windows XP以前使用NetMeeting,一台电脑运行NetMeeting做主机,其他的电脑只要拨主机的IP,即可看到主机的屏幕。之后微软开发了上边这些NetMeeting后继产品。
[url=https://products.office.com/en-us/skype-for-business/online-meetings]https://products.office.com/en-us/skype-for-business/online-meetings[/url]
[b]2)InletexEMC[/b]
1.0版本是免费的([url=http://dl.iteye.com/topics/download/94fb7e72-ddbc-3a67-8294-8604df7756af]点击下载[/url]),而且无需安装,程序也很小,界面操作简单,一看就懂。
[url=http://www.inletex.ca/products/inletex-easy-meeting-classic/]http://www.inletex.ca/products/inletex-easy-meeting-classic/[/url]
[b]3)国内的电子教室[/b]
收费的解决方案一大堆,各式各样,这里提一个免费的:伽卡他卡电子教室。
[url=http://www.gakataka.com/]http://www.gakataka.com/[/url]
[b]1)SMB/CIFS(Windows)[/b]
Windows提供了访问局域网共享文件的功能,其内置了smb的服务程序和客户端。
Windows上启用共享文件夹只要在文件夹的属性对话框→共享选项卡→高级共享中设置即可,还可以指定用户和读写权限。
[b]2)Samba(Linux)[/b]
[url=https://www.samba.org/samba/what_is_samba.html]Samba[/url] 是Linux上实现SMB/CIFS协议的开源服务程序及客户端。
通过IP即可访问比如“\\192.168.1.100\共享文件夹\子文件夹”
[b](2)远程登陆[/b]
[b]1)Telnet(Teletype Network)[/b]
非加密,使用的比较少。
[b]2)SSH(Secure Shell)[/b]
Linux系统默认启用了sshd服务,并内置了ssh客户端。
Windows没有内置的ssh客户端,可以安装 [url=http://www.putty.org/]Putty[/url] 等ssh客户端。
通过ssh客户端来远程登录到Linux服务器上去操作。
[b](3)远程桌面[/b]
[list][*]RDP(Remote Desktop Protocol)Windows的远程桌面服务协议
[*]VNC(Virtual Networking Computing)跨平台的远程桌面服务协议[/list]
[b]1)Windows Remote Desktop Connection[/b]
Windows内置了远程桌面服务和客户端,从开始菜单(所有程序→Windows附件→远程桌面连接)中选择启动或者直接执行命令"mstsc"启动连接。
在目标电脑上打开系统属性对话框,在远程选项卡中的远程桌面部分选中允许远程连接到此计算机,并选择用户,开启远程访问。
*** Windows远程桌面一般只支持单个用户访问。
[b]远程桌面管理[/b]
[url=https://www.microsoft.com/en-us/download/details.aspx?id=44989]Microsoft Remote Desktop Connection Manager[/url]
[url=https://remotedesktopmanager.com/]Remote Desktop Manager[/url]
[url=https://github.com/terminals-Origin/Terminals]Terminals[/url]
[b]2)VNC-Viewer[/b]
VNC(Virtual Network Computing)是Linux上的远程桌面共享协议。
Windows上没有内置的VNC客户端,可以通过 [url=https://www.realvnc.com/download/viewer/windows/]VNC-Viewer[/url] 来连接Linux或者Mac。
[b]3)XRDP+VNC[/b]
XRDP是基于RDP协议的,使 Windows 连接 Linux更加方便,通过任何一个RDP客户端比如:FreeRDP, rdesktop, Microsoft Remote Desktop Client都可以连接到。
[b](4)远程控制[/b]
远程桌面多局限于局域网,如果网络连接比较复杂,需要穿透防火墙和NAT,以下都可以实现广域网的远程访问。
[b]1)TeamViewer、Splashtop、LogMeIn、GoToMyPC[/b]
这些都是专业的解决方案。
[url=https://www.teamviewer.com/]https://www.teamviewer.com/[/url]
[url=https://www.splashtop.com/]https://www.splashtop.com/[/url]
[url=https://secure.logmein.com/]https://secure.logmein.com/[/url]
[url=https://get.gotomypc.com/]https://get.gotomypc.com/[/url]
[b]2)Chrome Remote Desktop[/b]
基于Chrome浏览器
[url=https://chrome.google.com/webstore/detail/chrome-remote-desktop/gbchcmhmhahfdphkhkmpfmihenigjmpp?hl=en]https://chrome.google.com/webstore/detail/chrome-remote-desktop/gbchcmhmhahfdphkhkmpfmihenigjmpp?hl=en[/url]
[b]3)跳板机/堡垒机(SSH Gateway/SSH Proxy、踏み台サーバ)[/b]
多用于云服务,以下两个是基于Web的。
Apache Guacamole [url=http://guacamole.incubator.apache.org/]http://guacamole.incubator.apache.org/[/url]
Jumpserver [url=https://github.com/jumpserver/jumpserver]https://github.com/jumpserver/jumpserver[/url]
[b]4)QQ远程协助[/b]
国内还有像向日葵等一些专业的解决方案。
[b](5)屏幕共享[/b]
[b]1)微软提供的软件[/b]
[list]
[*]NetMeeting
[*]Microsoft Office Live Meeting
[*]Microsoft Lync
[*]Skype for Business[/list]
Windows XP以前使用NetMeeting,一台电脑运行NetMeeting做主机,其他的电脑只要拨主机的IP,即可看到主机的屏幕。之后微软开发了上边这些NetMeeting后继产品。
[url=https://products.office.com/en-us/skype-for-business/online-meetings]https://products.office.com/en-us/skype-for-business/online-meetings[/url]
[b]2)InletexEMC[/b]
1.0版本是免费的([url=http://dl.iteye.com/topics/download/94fb7e72-ddbc-3a67-8294-8604df7756af]点击下载[/url]),而且无需安装,程序也很小,界面操作简单,一看就懂。
[url=http://www.inletex.ca/products/inletex-easy-meeting-classic/]http://www.inletex.ca/products/inletex-easy-meeting-classic/[/url]
[b]3)国内的电子教室[/b]
收费的解决方案一大堆,各式各样,这里提一个免费的:伽卡他卡电子教室。
[url=http://www.gakataka.com/]http://www.gakataka.com/[/url]