# X2Go

特色

- 可多人登入
- 可播放影片
- 資源耗用較少
- 登入使用 SSH 帳號
- NX-based remote desktop solutions

X2Go Server

```shell
sudo apt-add-repository ppa:x2go/stable
sudo apt-get update
sudo apt-get install x2goserver x2goserver-xsession
sudo apt-get install x2gomatebindings
sudo apt-get install xfce4 xfce4-terminal
sudo apt-get install gnome-icon-theme tango-icon-theme
```

X2Go Client

```
sudo apt-add-repository ppa:x2go/stable
sudo apt-get update
sudo apt-get install x2goclient
```

Learning

- [X2Go - everywhere@home](https://wiki.x2go.org/doku.php)
- [How to install X2Goserver on Ubuntu 14.04 as an alternative for VNC](https://www.howtoforge.com/how-to-install-x2goserver-on-ubuntu-14.04-as-vnc-alternative)
- [How to set up remote desktop on Linux VPS using x2go](https://www.xmodulo.com/x2go-remote-desktop-linux.html)