x2go

单词解析    
productivity    n. 生产力;生产率;生产能力
seamlessly    adv. 无缝地
roam constantly    经常漫游
agility and flexibility        (灵敏度)敏捷性与灵活性
hardening    v. 硬化;使强壮(harden的ing形式)
shortage    n. 缺乏,缺少;不足
usability front    可用性方面
mileage        n. 英里数,里程
vary with    随…而变化

语法解析
一。as用法
http://www.yygrammar.com/Article/201410/3720.html
单独用作关系代词,引导非限制性定语从句,可放在主句之前(常译为:正如)或之后(常译为:这一点),且主从句之间一般要用逗号隔开。如:
As everything is moved to the cloud, virtualized remote desktop becomes increasingly popular in the industry as a way to enhance employee‘s productivity.
正如所有一切已经移到云端,在工业界作为一种提高员工效率的方式,虚拟化的远程桌面变得越来越流行。

用作介词,意为“作为”、“当作”、“充当”。如:
as a way to enhance employee‘s productivity.

What is X2Go?

GPL-ed的讨论
NX闭源的同时NX库被标为曾经使用GPL协议
这里的while你要根据前文说的前后,确定到底是指的是后来还是但是的意思

As everything is moved to the cloud, virtualized remote desktop becomes increasingly popular in the industry as a way to enhance employee‘s productivity.
正如所有一切已经移到云端,在工业界作为一种提高雇员效率的方式,虚拟化的远程桌面变得越来越流行。
Especially for those who need to roam constantly across multiple locations and devices, remote desktop allows them to stay connected seamlessly to their work environment.
尤其对需要经常漫游,横跨多个位置和设备的这些人,远程桌面允许他们无缝地保持连接到它们的工作环境。
Remote desktop is attractive for employers as well, achieving increased agility and flexibility in work environments, lower IT cost due to hardware consolidation, desktop security hardening, and so on.
远程桌面对雇主来说也是有吸引力的,在工作环境中实现增加(灵敏度)敏捷性与灵活性,由于硬件的整合,桌面的安全强化等方面,实现了更低的IT花费。
In the world of Linux, of course there is no shortage of choices for settings up remote desktop environment, with many protocols (e.g., RDP, RFB, NX) and server/client implementations (e.g., TigerVNC, RealVNC, FreeNX, x2go, X11vnc, TeamViewer) available.
在linux的世界中,当然不缺少启动远程桌面环境的选择,有很多协议(e.g., RDP, RFB, NX)和客服实现(e.g., TigerVNC, RealVNC, FreeNX, x2go, X11vnc, TeamViewer)可用。
Standing out from the pack is X2Go, an open-source (GPLv2) implementation of NX-based remote desktop server and client.
从这些包中脱颖而出的有X2Go--一个开源实现(GPLv2),基于NX的远程桌面服务器与客户端。
In this tutorial, I am going to demonstrate how to set up remote desktop environment for Linux VPS using X2Go.
在本指南中,我将要展示如何使用X2Go为linux vps建立远程桌面环境。

The history of X2Go goes back to NoMachine‘s NX technology. The NX remote desktop protocol was designed to deal with low bandwidth and high latency network connections by leveraging aggressive compression and caching.
X2Go的历史可以追溯到NoMachine公司的NX技术。NX远程桌面协议设计用来处理低带宽和高延迟的网络连接。
Later, NX was turned into closed-source while NX libraries were made GPL-ed. This has led to open-source implementation of several NX-based remote desktop solutions, and one of them is X2Go.
后来,当NX库许可证到期时,NX转向了闭源。这导致一些基于NX远程桌面方案的开源实现,其中之一就是X2Go。
What benefits does X2Go bring to the table, compared to other solutions such as VNC? X2Go inherits all the advanced features of NX technology, so naturally it works well over slow network connections.
和其它方案例如VNC相比,X2Go都有哪些可以摆到桌面上的收益呢?X2Go继承了所有NX技术的高级特性,因此很自然地在慢速网络连接之上工作的很好。
Besides, X2Go boasts of an excellent track record of ensuring security with its built-in SSH-based encryption.
除此之外,X2Go自夸是一个完美的记录跟踪,用它内置基于SSH的加密确保安全。
No longer need to set up an SSH tunnel manually. X2Go comes with audio support out of box, which means that music playback at the remote desktop is delivered (via PulseAudio) over network, and fed into local speakers.
不再需要手动建立一个SSH隧道。X2Go伴随着开箱即用的声音支持,它意味着在远程桌面的音乐回放通过网络被转发(经由脉冲音频),并注入本地扬声器。
On usability front, an application that you run on remote desktop can be seamlessly rendered as a separate window on your local desktop, giving you an illusion that the application is actually running on the local desktop.
在可用性方面,你在远程桌面中运行的应用程序,能被无缝地在本地桌面上渲染为一个独立的窗口,给你一个应用程序就是运行在本地桌面的假象。
As you can see, these are some of its powerful features lacking in VNC based solutions.
正如你所看到的,这些是它强大特性中的一些,正是基于VNC方案所缺少的。

X2GO‘s Desktop Environment Compatibility

As with other remote desktop servers, there are known compatibility issues for X2Go server. Desktop environments like KDE3/4, Xfce, MATE and LXDE are the most friendly to X2Go server.
正如其它远程桌面服务器一样,X2Go server也有已知的兼容性问题。像KDE3/4,Xfce,MATE和LXDE这样的桌面环境对X2Go server都比较友好。
However, your mileage may vary with other desktop managers. For example, the later versions of GNOME 3, KDE5, Unity are known to be not compatible with X2Go.
然而,你的里程会受到其它桌面管理器的影响。例如,最新版本的GNOME 3, KDE5,Unity与X2Go不兼容。
If the desktop manager of your remote host is compatible with X2Go, you can follow the rest of the tutorial.
假如你远程主机的桌面管理器兼容X2Go,请接着阅读指南的其余部分。

Install X2Go Server on Linux

X2Go consists of remote desktop server and client components. Let‘s start with X2Go server installation.
X2Go 由远程桌面服务器和客户端组件组成。让我们开始X2Go server安装。
I assume that you already have an X2Go-compatible desktop manager up and running on a remote host, where we will be installing X2Go server.
我假设你已经在远程主机上启动并运行了一个X2Go兼容的桌面管理器,我将在这个机器上安装X2Go服务器。
Note that X2Go server component does not have a separate service that needs to be started upon boot. You just need to make sure that SSH service is up and running.
注意X2Go server组件没有一个在系统引导时而启动的独立服务。你只需要确保ssh服务启动并运行。

时间: 2024-11-08 22:13:18

x2go的相关文章

debian安装x2go

1-debian安装xfce桌面sudo apt-get install xfce42-添加GPG Keysgpg: 从公钥服务器接收失败:No namesudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 --recv E1F958385BFE2B6E参考:https://www.jianshu.com/p/7f04a44486343-添加实际的Repositorysudo vim /etc/apt/sou

Windows 多用户远程访问 Ubuntu 14.04桌面

使用X2Go实现多用户远程访问 Ubuntu 14.04桌面:VNC也可以,但是每次连接VNC就回新创建一个Seession,想要在下次远程登录的时候返回上次活动,需要记住开启的线程,这种繁琐的操作不能满足大多数人的需求... 参考: Linux公社:如何远程连接Ubuntu 14.04 图形界面 想要远程连接你的Ubuntu服务器的图形界面么?这里有个简单的指导告诉你如何使用X2Go来实现,这是一个NX远程桌面协议的衍生版本.你所需要做的就是在服务器上面安装X2Go服务端和桌面环境,在客户机上

linux系统下,11款常见远程桌面控制软件

linux系统下,11款常见远程桌面控制软件 一. Grdc 它是一个用GTK+编写的,适用于gnome桌面环境的远程桌面访问软件.看图: 常见功能: 1.提供全屏,窗口化的远程控制.支持高分辨率下的窗口显示以及调整. 2.可浮动的工具栏 3.可抓取键盘 4.支持建立一个“常用访问列表” 5.连接快速,高效 6.全屏模式下,当鼠标划过屏幕边缘时自动滚动 7.全屏模式下工具栏同样支持浮动效果,可直接进行例如模式切换,键盘抓取最小化等常见操作. 8. rdesktop 支持RDP协议, 9. 支持

向不支持输入法的软件输入中文

问题 今天试了下 x2go 的 single application 模式,第一感觉很不错,可以把远程系统中的软件在本地打开,看上去就像打开本地的软件一样. 美中不足的就是没办法输入中文,首先远程系统的输入法没办法在这个模式下使用,而本地系统的输入法也同样不能正常工作,搞得我只能另外开个文本框输了中文粘贴过去. 不能忍 这已经不是我第一次遇到没办法输入中文的情况了.更可恶的是软件本身是支持中文的,就是没办法直接往里输中文,只能从别的地方贴过去,切来切去浪费时间不说,还打断思路. Ditto 我装

[OrangePi] Features (the features of Loboris's Images)

boot0_sdcard.fex, u-boot.fex and kernel (uImage) created from sources kernel built with many features enabled (btrfs, USB serial adapters, bluetooth, hdmi sound, nfsd ...) CPU runs at 1.53GHz, termal management adjusted so that all 4 cores are active

Setting up a Deep Learning Machine from Scratch (Software)

Setting up a Deep Learning Machine from Scratch (Software) A detailed guide to setting up your machine for deep learning research. Includes instructions to install drivers, tools and various deep learning frameworks. This was tested on a 64 bit machi

x2goserver 连接问题

The remote proxy closed the connection while negotiating the session. This may be due to the wrong authentication credentials passed to the server. x2goserver 运行在Ubuntu 12.04.5 LTS上 安装好后x2go客户端连接不上,报如下错误: The remote proxy closed the connection while

一键安装PT软件

(本文转载自:https://github.com/Aniverse/inexistence) 本文内容不会及时更新:目前最新的脚本在界面上和截图里有一些不一样如果 wget 时出错,请先运行 alias wget="wget --no-check-certificate" Inexistence 检查是否 root,检查系统是不是 Ubuntu 16.04.Debian 8.Debian 9如果没用 root 权限运行或者系统不是如上的三个,脚本会自动退出你可以通过修改脚本第⑨行的