[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:advanced:x2gohtmlclient
wiki-admin at x2go.org
wiki-admin at x2go.org
Mon Oct 3 15:30:07 CEST 2022
A page in your DokuWiki was added or changed. Here are the details:
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:105.0) Gecko/20100101 Firefox/105.0
IP Address : 37.49.33.229
Hostname : ip-037-049-033-229.um09.pools.vodafone-ip.de
Old Revision : https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient?rev=1641149797
New Revision : https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient
Date of New Revision: 2022/10/03 13:30
Edit Summary :
User : gratuxri
There may be newer changes after this revision. If this
happens, a message will be shown on the top of the rev page.
@@ -128,4 +128,22 @@
log_dir=/var/log/x2gows
</code>
Ensure the values of ''ssl_cert'' and ''ssl_key'' match the corresponding values in NGINX's configuration,
and ensure the user running NGINX can read the files at both paths as well as the configuration file itself.
+
+ ===== proof of concept installation on Debian GNU/Linux =====
+
+ <code>
+ sudo apt install extrepo
+ sudo extrepo enable x2go
+ sudo apt update
+ sudo apt install x2gohtmlclient
+ </code>
+
+ ===== proof of concept installation on Ubuntu GNU/Linux from Launchpad PPA =====
+
+ <code>
+ sudo add-apt-repository ppa:x2go/nightly
+ sudo add-apt-repository ppa:x2go/ppa
+ sudo apt update
+ apt install x2gohtmlclient
+ </code>
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
More information about the x2go-commits
mailing list