差異處
這裏顯示兩個版本的差異處。
| 兩邊的前次修訂版 前次修改 下次修改 | 前次修改 | ||
| xrdp [2017/01/11 20:57] – jz | xrdp [2017/01/11 21:04] (目前版本) – jz | ||
|---|---|---|---|
| 行 2: | 行 2: | ||
| <code bash> | <code bash> | ||
| yaourt -S xrdp | yaourt -S xrdp | ||
| + | systemctl enable xrdp.service | ||
| + | systemctl start xrdp.service | ||
| </ | </ | ||
| + | ''/ | ||
| + | <code ini> | ||
| + | ; session section | ||
| + | [Xvnc] | ||
| + | name=Xvnc | ||
| + | lib=libvnc.so | ||
| + | username=ask | ||
| + | password=ask | ||
| + | ip=127.0.0.1 | ||
| + | port=-1 | ||
| + | |||
| + | [console] | ||
| + | name=console | ||
| + | lib=libvnc.so | ||
| + | ip=127.0.0.1 | ||
| + | port=5900 | ||
| + | username=na | ||
| + | password=ask | ||
| + | </ | ||
| ====== x11VNC ====== | ====== x11VNC ====== | ||
| 行 45: | 行 66: | ||
| http:// | http:// | ||
| + | |||
| + | https:// | ||