This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
сервис_x2go [2019/03/01 15:35] val создано |
сервис_x2go [2019/03/11 11:35] (current) val |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Сервис X2Go ====== | ====== Сервис X2Go ====== | ||
| + | |||
| + | ===== Debian ===== | ||
| + | |||
| + | * [[https://wiki.x2go.org/doku.php/wiki:repositories:debian|X2Go Packages for Debian GNU/Linux]] | ||
| + | <code> | ||
| + | # apt install dirmngr | ||
| + | |||
| + | # apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E | ||
| + | |||
| + | # cat /etc/apt/sources.list.d/x2go.list | ||
| + | </code><code> | ||
| + | deb http://packages.x2go.org/debian stretch extras main | ||
| + | </code> | ||
| + | |||
| + | * [[https://wiki.x2go.org/doku.php/doc:installation:x2goserver|X2Go Server installation]] | ||
| + | |||
| + | <code> | ||
| + | # apt install x2goserver x2goserver-xsession | ||
| + | </code> | ||
| + | |||
| + | |||
| + | ===== Дополнительные материалы ===== | ||
| <code> | <code> | ||
| x2gomatebindings - X2Go MATE bindings and MIME types | x2gomatebindings - X2Go MATE bindings and MIME types | ||
| x2golxdebindings - LXDE bindings for X2Go | x2golxdebindings - LXDE bindings for X2Go | ||
| </code> | </code> | ||