diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-06 22:40:08 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-12 06:58:01 +0700 |
commit | 4026fa0dd56df121de2dd0bfd1a8c6f31375e542 (patch) | |
tree | 7327d546c1245c4f3ecd2d63c0cf1579d2065bfa /network/x2goserver | |
parent | 1ed5bd8ef2fff446467311abc7d0b1ab8804da7c (diff) | |
download | slackbuilds-4026fa0dd56df121de2dd0bfd1a8c6f31375e542.tar.gz |
network/x2goserver: Update README.
Diffstat (limited to 'network/x2goserver')
-rw-r--r-- | network/x2goserver/README | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/network/x2goserver/README b/network/x2goserver/README index fb3ef8d575..42c6e03044 100644 --- a/network/x2goserver/README +++ b/network/x2goserver/README @@ -1,25 +1,30 @@ +x2goserver (X2Go Remote Desktop solution) + X2Go enables you to access a graphical desktop of a computer over a low bandwidth (or high bandwidth) connection. + X2Go is a Remote Desktop solution, which is not to be confused with Microsoft Remote Desktop Connection. + You can connect from a computer running Linux, Windows or MacOS X. -Multiple users/clients can access a single X2Go Server at the same -time, with each user/client having an individual Desktop session -by default; however, desktop sharing is possible. +Multiple users/clients can access a single X2Go Server at the same time, +with each user/client having an individual Desktop session by default; +however, desktop sharing is possible. + This is the server. This script requires a 'x2gouser' user/group to exist before running. You can create these using: -groupadd -g 290 x2gouser -useradd -u 290 -g 290 -c "X2Go Remote Desktop" -M -d /var/lib/x2go -s /bin/false x2gouser -groupadd -g 291 x2goprint -useradd -u 291 -g 291 -c "X2Go Remote Desktop" -m -d /var/spool/x2goprint -s /bin/false x2goprint -chown x2goprint:x2goprint x2goprint -chmod 0770 x2goprint + groupadd -g 290 x2gouser + useradd -u 290 -g 290 -c "X2Go Remote Desktop" -M -d /var/lib/x2go -s /bin/false x2gouser + groupadd -g 291 x2goprint + useradd -u 291 -g 291 -c "X2Go Remote Desktop" -m -d /var/spool/x2goprint -s /bin/false x2goprint + chown x2goprint:x2goprint x2goprint + chmod 0770 x2goprint Before running the server, you have to initialize the internal database: -x2godbadmin --createdb + x2godbadmin --createdb If you want to run the server at boot, just run: -chmod +x /etc/rc.d/rc.x2goserver + chmod +x /etc/rc.d/rc.x2goserver |