A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 21:19
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/usage:x2goclient?rev=1363215318
New Revision: http://wiki.x2go.org/doku.php/usage:x2goclient
Edit Summary: removed
User : sunweaver
@@ -1,84 +1 @@
- ====== X2Go Client - Usage ======
- ===== Overview =====
- The ''x2goclient'' application is the client part of X2Go. It should be installed on a client computer to access an X2Go server running on another machine.
-
- **Note:** Formerly, localhost access between client and server, that is X2Go client==server, was not supported, but it seems that this arrangement works quite nice nowadays (since commit 63556d2 2012-02-01, me believes). This is very useful feature for testing and keeping desktop always alive for
remote //and// local access.
-
- The ''x2goclient'' application provides you the possibility to access the remote running desktop, exchange files with it and redirect sound from the session on the server to your local client. ''x2goclient'' can be started via the Desktop Environment's application menu (section: Internet) or by using the command line in a shell (simply type ''x2goclient'' there and hit enter).
-
- Quite a few options are available from command line, some of them cannot be configured from within the GUI. For further information on command line options, please check the man page of x2goclient: [[http://code.x2go.org/doc/x2goclient/man/man1/x2goclient.1.html|man x2goclient]].
-
- ===== Manual Page =====
-
- ''x2goclient'' has a [[http://code.x2go.org/doc/x2goclient/man/man1/x2goclient.1.html|UniX manual page]].
-
- ===== Graphical interface =====
-
- After the [[doc:installation:x2goclient | installation]] of ''x2goclient'' an application link can be found in the
menu of your Desktop Environment. On GNU/Linux systems it will be integrated into the ''Internet'' menu section.
-
-
- ===== Getting started (my first Session Profile) =====
- When you launch the ''x2goclient'' for the first time, it will start the ''new session'' dialogue automatically.
-
- When you open the graphical user interface of the x2goclient, you'll be welcomed with a form to fill in your session details. The x2goclient manages sessions for each server you want to connect to. You can make settings for each one, and we'll go through the first together.
-
- * At first you'll choose a name for you session. Choose something catchy, like "work-serverroom" or "home-garage".
- * Then you'll need to enter how the server can be reached. You can enter an IP or a name for the host. If you choose a name, make sure it's resolvable from where you'll use the client.
- * Now set the username with which you are able to connect to the server. The user must have the right to
log in to the server by SSH.
- * You can change the port for the server, but most probably it's the default SSH port, 22.
- * Now you can set, if you want to use RSA or DSA Keys, which one to use. For example: "/home/x2gouser/.ssh/id_rsa"
- * You could also just use a ssh-agent if you've got that available.
- * There is also the availability to use a proxy to connect to the x2goserver for which you could provide a set of different credentials and key to authenticate against.
- * The ''Session Type'' field is used to select your desktop environment. If your environment is not on the list, use the "Custom Desktop" option, and specify the command that starts the desktop or VM on the remote side. You can also use a specific application provided by the remote side.
-
-
- The next Tab shows your connection settings:
-
- * You can adjust the bandwidth you have to be used by the x2goclient.
- * Also there is an option to actively adjust the compression methods for the
image processing.
-
-
- On the Settings tab you will be able to adjust your clients configuration for convenient day-to-day usage:
-
- * A whole set of Display settings can be used to configure the display for this session permanently.
- * You can set the exact keyboard layout and the language to be used for it.
- * The audio settings enable you to use the remote audio system locally and hear what would normally be heard on the remote side.
- * The last point in this tab enables the client side printing support to let you print locally from the remote side.
-
-
- The last Tab for the session preferences is used to configure the folder sharing options:
-
- * You can use the x2goclient to share folders between the local client and the remote side you will connect to. This enables you to share documents and files between both sides.
-
-
- We now went through all the settings available to the specific session. Press okay to save it and you'll see it on the main
window, in the session list.
- ===== Configure Client Settings =====
-
- FIXME
-
- <note tip>Session may not start properly when the server side is GNOME 3. You'll need to select 'Custom desktop' in preferences and write an appropriate command. If you first start a local session and look for 'gnome-session' in process list (ps ax | grep gnome), you'll get a hint. For example:
-
- ''gnome-session --session=gnome-fallback''
-
- or
-
- ''gnome-session --session=gnome-2d''
-
-
- YMMV</note>
-
- ==== Configure Print Settings ====
-
- FIXME
-
- ==== Keyboard Shortcuts ====
-
- X2Go follows the general keyboard shortcuts of the NX client. In particular:
-
- * Ctrl + Alt + T: terminate session / disconnect
- * Ctrl + Alt + F: toggle fullscreen/windowed
- * Ctrl + Alt + M: minimize or maximize fullscreen window
- * Ctrl + Alt + arrow keys: move viewport (when remote screen is bigger than client window)
-
- Some of these keyboard shortcuts overlap with default
shortcuts of e.g. GNOME. See [[nxagent keyboard shortcuts]] for a method to change the X2Go shortcuts.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 21:19
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/doc:usage:start?rev=1363124507
New Revision: http://wiki.x2go.org/doku.php/doc:usage:start
Edit Summary:
User : sunweaver
@@ -1,11 +1,11 @@
====== Usage ======
===== Users =====
- * [[usage:x2goclient|X2Go Client]], the Qt client
- * [[usage:pyhoca-gui|PyHoca-GUI]], the wxPython based client
- * [[usage:pyhoca-cli|PyHoca-CLI]], the Python based command line client
- * [[usage:multi-display|Multi display support features]]
- * [[usage:desktop-sharing|X2Go Desktop Sharing]]
+ * [[doc:usage:x2goclient|X2Go Client]], the Qt client
+ * [[doc:usage:pyhoca-gui|PyHoca-GUI]], the wxPython based client
+ * [[doc:usage:pyhoca-cli|PyHoca-CLI]], the
Python based command line client
+ * [[doc:usage:multi-display|Multi display support features]]
+ * [[doc:usage:desktop-sharing|X2Go Desktop Sharing]]
===== Admins =====
* [[wiki:components:x2goserver|X2Go Server]]
* [[wiki:components:printing|X2Go Server Printing]]
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 21:14
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:components:x2goserver?rev=1363295571
New Revision: http://wiki.x2go.org/doku.php/wiki:components:x2goserver
Edit Summary:
User : sunweaver
@@ -1,13 +1,13 @@
- ====== X2Go's Server Core ======
+ ====== X2Go Server ======
:!: This wiki page needs much more work!!! Any help is appreciated!!!
- ====== X2Go's Server Download ======
+ ===== X2Go's Server Download =====
Binary packages for various distros are [[download:start#X2Go Package Repositories for GNU/Linux|available]].
- ====== X2Go's Server: base package and extensions ======
+ ===== X2Go's Server: base package and extensions =====
The ''x2goserver'' package (Debian/Ubuntu) provides
the server-side core of X2Go. If you want to run the legacy X2Go client ([[doc:installation:x2goclient|X2Go Client]]) on the client-side systems then the installation of this package is sufficient.
However, in 2011 many new features/capabilities were added to X2Go.
@@ -28,9 +28,9 @@
**NOTE:** - this is a change from older versions of ''x2goserver'' installs where in previous versions the only requirement was to just execute ''sudo apt-get install x2goserver'' .
''x2goserver-xsession'' was originally introduced so that X2Go can be installed on Debian/Ubuntu Edu terminal servers and the sessions would look like they do on Debian Edu (aka Skolelinux) desktops. It actually does a lot more: start gpg-agent, start ssh-agent, desktop branding, etc.
- ====== X2Go's Server: What is it? What does it do? ======
+ ===== X2Go's Server: What is it? What does it do? =====
The base X2Go Server and also the X2go Server Extensions are basically a collection of Bash and Perl
scripts that take care over X2Go server session management and communication between client and server.
X2Go server currently uses NXv3 based libraries and tools for the backend implementation of X2Go (graphical compression & caching for low bandwidth connections).
@@ -40,11 +40,11 @@
The latest status of the X2Go server's manual pages can be viewed via the gitweb tool of X2Go's Git: http://code.x2go.org/doc/x2goserver/man
The latest status of the X2Go server extension's manual pages can found here: http://code.x2go.org/doc/x2goserver-extensions/man
- ====== X2Go's Server: How it actually works ======
+ ===== X2Go's Server: How it actually works =====
- ===== Starting a New Session =====
+ ==== Starting a New Session ====
When starting a new session the script called ''x2gostartagent'' gets executed on the server. ''x2gostartagent'' creates a new session in three phases:
- Find unique ''$DISPLAY'' number and unique session ID. This will insert a new
session in the database.
@@ -52,17 +52,17 @@
- Start ''x2goagent'' (NX-like XServer): after that the database entry gets updated with the PID of the ''x2goagent'' process.
CAVEAT for client implementations: if you query the session entry from the database with ''x2golistsessions'' some time between phases 1 and 3 some of the returned values (ports, agent PID) will not be set.
- ===== Resuming a Session =====
+ ==== Resuming a Session ====
TODO...
- ===== Suspending/Terminated a Session =====
+ ==== Suspending/Terminated a Session ====
TODO...
- ====== X2Go's Server: Improving documentation... ======
+ ===== X2Go's Server: Improving documentation... =====
REQUEST TO X2Go USERS: For the improvement of the X2Go server manual pages we request everyone's help here.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 21:12
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:components:x2goserver?rev=1363295527
New Revision: http://wiki.x2go.org/doku.php/wiki:components:x2goserver
Edit Summary:
User : sunweaver
@@ -7,9 +7,9 @@
Binary packages for various distros are [[download:start#X2Go Package Repositories for GNU/Linux|available]].
====== X2Go's Server: base package and extensions ======
- The ''x2goserver'' package (Debian/Ubuntu) provides the server-side core of X2Go. If you want to run the legacy X2Go client ([[installation:x2goclient|X2Go Client]]) on the client-side systems then the installation of this package is sufficient.
+ The ''x2goserver'' package (Debian/Ubuntu) provides the server-side core of X2Go. If
you want to run the legacy X2Go client ([[doc:installation:x2goclient|X2Go Client]]) on the client-side systems then the installation of this package is sufficient.
However, in 2011 many new features/capabilities were added to X2Go.
One feature was an ''x2goserver-extensions'' package (Debian/Ubuntu) that we consider as a namespace for X2Go server contributions. For example, the Python X2Go implementation requires some scripts available in this package. If you work on coding some other X2Go client implementation you are invited to contribute your server extensions within this namespace.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 21:12
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:components:x2goserver?rev=1362991383
New Revision: http://wiki.x2go.org/doku.php/wiki:components:x2goserver
Edit Summary:
User : sunweaver
@@ -7,36 +7,36 @@
Binary packages for various distros are [[download:start#X2Go Package Repositories for GNU/Linux|available]].
====== X2Go's Server: base package and extensions ======
- The ''x2goserver'' package (Debian/Ubuntu) provides the server-side core of X2Go. If you want to run the legacy X2Go client ([[x2goclient]]) on the client-side systems then the installation of this package is sufficient.
+ The ''x2goserver'' package (Debian/Ubuntu) provides the server-side core of X2Go. If you want to run the
legacy X2Go client ([[installation:x2goclient|X2Go Client]]) on the client-side systems then the installation of this package is sufficient.
However, in 2011 many new features/capabilities were added to X2Go.
One feature was an ''x2goserver-extensions'' package (Debian/Ubuntu) that we consider as a namespace for X2Go server contributions. For example, the Python X2Go implementation requires some scripts available in this package. If you work on coding some other X2Go client implementation you are invited to contribute your server extensions within this namespace.
- * [[wiki:x2go-repository-debian|Debian GNU/Linux]]
- * [[wiki:x2go-repository-ubuntu|Ubuntu GNU/Linux]]
+ * [[wiki:repositories:debian|Debian GNU/Linux]]
+ * [[wiki:repositories:ubuntu|Ubuntu GNU/Linux]]
- Also, **__if__** the remote server already has a //desktop environment// installed then one more X2Go package (besides x2goserver) must now be installed on the server before the ''x2goclient'' can
successfully initiate/start a remote desktop X2Go session.
+ Also, **__if__** the remote server already has a //desktop environment// installed then one more X2Go package (besides x2goserver) must now be installed on the server before the X2Go Client can successfully initiate/start a remote desktop X2Go session.
- This additional X2Go package is called //x2goserver-xsession//. This **__must__** be installed for the x2goclient to successfully start the remote desktop X2Go session __unless__ the x2goserver is intended for use with the new X2Go Published Apps capability (//see NOTE below//).
+ This additional X2Go package is called ''x2goserver-xsession''. This **__must__** be installed for the X2Go Client to successfully start the remote desktop X2Go session __unless__ the X2Go Server is intended for use with the new X2Go Published Apps capability (//see NOTE below//).
<code bash>
- sudo apt-get install x2goserver-xsession
+ $ sudo apt-get install x2goserver-xsession
</code>
**NOTE:** - this is a change from older versions of ''x2goserver'' installs where in previous versions the only requirement was to just execute ''sudo apt-get install x2goserver'' .
- ''x2goserver-xsession'' was introduced so that X2Go can be installed on Debian/Ubuntu Edu terminal servers and the sessions would look like they do on Debian Edu (aka Skolelinux) desktops.
+ ''x2goserver-xsession'' was originally introduced so that X2Go can be installed on Debian/Ubuntu Edu terminal servers and the sessions would look like they do on Debian Edu (aka Skolelinux) desktops. It actually does a lot more: start gpg-agent, start ssh-agent, desktop branding, etc.
====== X2Go's Server: What is it? What does it do? ======
- The base ''x2goserver'' and also the X2go server extensions are basically a collection of Bash and Perl scripts that take care over X2go server session management and communication between client and server.
+ The base X2Go Server and also the X2go
Server Extensions are basically a collection of Bash and Perl scripts that take care over X2Go server session management and communication between client and server.
X2Go server currently uses NXv3 based libraries and tools for the backend implementation of X2Go (graphical compression & caching for low bandwidth connections).
- The individual ''x2goserver'' scripts do have (rudimentary) man pages. Some of the X2Go server scripts are used internally (by other X2Go server scripts), others are designed to be available to X2go client implementations (e.g. ''x2goruncommand'', ''x2gosuspend-session'', ''x2goterminate-session'', etc.).
+ The individual X2Go Server scripts do have (rudimentary) man pages. Some of the X2Go server scripts are used internally (by other X2Go server scripts), others are designed to be available to X2Go Client implementations (e.g. ''x2goruncommand'', ''x2gosuspend-session'', ''x2goterminate-session'', etc.).
The latest status of the X2Go server's
manual pages can be viewed via the gitweb tool of X2Go's Git: http://code.x2go.org/doc/x2goserver/man
The latest status of the X2Go server extension's manual pages can found here: http://code.x2go.org/doc/x2goserver-extensions/man
@@ -67,9 +67,7 @@
REQUEST TO X2Go USERS: For the improvement of the X2Go server manual pages we request everyone's help here.
Task:
- * recognize scripts that have to be available to clients (i.e. have to be in ''$PATH'') -> ''$PREFIX/bin'' or ''$PREFIX/sbin''
- * move other scripts to ''$PREFIX/lib/x2go''
* improve manual page contents (what is the script for, what does it do, what values does it return, etc.)
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 21:06
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/download:start?rev=1363295149
New Revision: http://wiki.x2go.org/doku.php/download:start
Edit Summary:
User : sunweaver
@@ -69,19 +69,19 @@
* [[download:x2golive#x2go_live_cd|X2Go Live CD (in prep)]] FIXME
* [[download:x2golive#x2go_live_images|X2Go Live Images (in prep)]] FIXME
- ==== X2Go Package Repositories for GNU/Linux ====
+ ===== X2Go Package Repositories for GNU/Linux =====
* [[wiki:repositories:debian|Debian GNU/Linux]]
* [[wiki:repositories:ubuntu|Ubuntu GNU/Linux]]
* [[wiki:repositories:redhat|Redhat GNU/Linux]]
* [[https://build.opensuse.org/project/show?project=X11%3ARemoteDesktop%3Ax2go|… redhat based GNU/Linux
Distros]]
- ==== X2Go Sources from X2Go Git ====
+ ===== X2Go Sources from X2Go Git =====
* [[wiki:development:git|X2go Git documentation]]
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 21:05
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: ---
New Revision: http://wiki.x2go.org/doku.php/download:start
Edit Summary: created
User : sunweaver
====== Getting X2Go ======
X2Go consist of several software components. The minimal requirement is X2Go Server (on the terminal server) and X2Go Client / PyHoca-GUI (on the client machine).
The minimal setup X2Go setup installs out of the box. But note that X2Go can be highly customized by a series X2Go add-on components.
===== The Client-Side of X2Go =====
At the time of writing there are two client applications available for X2Go: X2Go Client (the native client), and Pyhoca-GUI (a Python based system tray applet for X2Go).
<columns 100% 50% ->
==== X2Go Client ====
<WRAP round
help>
GNU/Linux
* [[wiki:components:x2goclient#download|downloading x2goclient]]
* [[wiki:components:x2goclient#gnu_linux1|installing x2goclient]]
* [[wiki:components:x2goclient#usage|using x2goclient]]
Windows
* [[http://code.x2go.org/releases/binary-win32/x2goclient/|download from here]]
* [[wiki:components:x2goclient#ms_windows1|installing x2goclient]]
* [[wiki:components:x2goclient#usage|using x2goclient]]
MacOS X
* [[http://code.x2go.org/releases/binary-macosx/x2goclient/|download from here]]
* [[wiki:components:x2goclient#macos_x1|installing x2goclient]]
* [[wiki:components:x2goclient#usage|using x2goclient]]
</WRAP>
<newcolumn continue>
==== PyHoca-GUI ====
<WRAP round help>
GNU/Linux
* [[wiki:components:pyhoca-gui#download|downloading PyHoca-GUI]]
* [[wiki:components:pyhoca-gui#installation|installing PyHoca-GUI]]
* [[wiki:components:pyhoca-gui#usage|using PyHoca-GUI]]
Windows
* GUI version:
[[http://code.x2go.org/releases/binary-win32/pyhoca-gui/|download from here]]
MacOS X
* no version for MacOS X yet :-(
</WRAP>
</columns>
===== The Server-Side of X2Go: X2Go Server and Add-Ons =====
<WRAP round help>
GNU/Linux
* [[wiki:components:x2goserver#download|downloading x2goserver]]
* [[wiki:components:x2goserver#installation|installing x2goserver]]
* [[wiki:components:x2goserver#usage|using x2goserver]]
</WRAP>
===== X2Go Live CD/Images =====
* [[download:x2golive#x2go_live_cd|X2Go Live CD (in prep)]] FIXME
* [[download:x2golive#x2go_live_images|X2Go Live Images (in prep)]] FIXME
==== X2Go Package Repositories for GNU/Linux ====
* [[wiki:repositories:debian|Debian GNU/Linux]]
* [[wiki:repositories:ubuntu|Ubuntu GNU/Linux]]
* [[wiki:repositories:redhat|Redhat GNU/Linux]]
* [[https://build.opensuse.org/project/show?project=X11%3ARemoteDesktop%3Ax2go|… redhat based GNU/Linux Distros]]
==== X2Go Sources from X2Go Git ====
*
[[wiki:development:git|X2go Git documentation]]
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/14 21:05
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.39.109
Hostname : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/download:x2go:start?rev=1363120198
New Revision: http://wiki.x2go.org/doku.php/download:x2go:start
Edit Summary: removed
User : sunweaver
@@ -1,88 +1 @@
- ~~NOTOC~~
- ====== Getting X2Go ======
-
- X2Go consist of several software components. The minimal requirement is X2Go Server (on the terminal server) and X2Go Client / PyHoca-GUI (on the client machine).
-
- The minimal setup X2Go setup installs out of the box. But note that X2Go can be highly customized by a series X2Go add-on components.
-
- ===== The Client-Side of X2Go =====
-
- At the time of writing there are two client applications available for X2Go: X2Go Client (the native client), and Pyhoca-GUI
(a Python based system tray applet for X2Go).
-
- <columns 100% 50% ->
-
- ==== X2Go Client ====
- <WRAP round help>
-
- GNU/Linux
-
- * [[wiki:components:x2goclient#download|downloading x2goclient]]
- * [[wiki:components:x2goclient#gnu_linux1|installing x2goclient]]
- * [[wiki:components:x2goclient#usage|using x2goclient]]
-
- Windows
-
- * [[http://code.x2go.org/releases/binary-win32/x2goclient/|download from here]]
- * [[wiki:components:x2goclient#ms_windows1|installing x2goclient]]
- * [[wiki:components:x2goclient#usage|using x2goclient]]
-
- MacOS X
-
- * [[http://code.x2go.org/releases/binary-macosx/x2goclient/|download from here]]
- * [[wiki:components:x2goclient#macos_x1|installing x2goclient]]
- * [[wiki:components:x2goclient#usage|using x2goclient]]
- </WRAP>
-
- <newcolumn continue>
-
- ==== PyHoca-GUI ====
-
- <WRAP round help>
- GNU/Linux
-
- * [[wiki:components:pyhoca-gui#download|downloading PyHoca-GUI]]
- *
[[wiki:components:pyhoca-gui#installation|installing PyHoca-GUI]]
- * [[wiki:components:pyhoca-gui#usage|using PyHoca-GUI]]
-
- Windows
-
- * GUI version: [[http://code.x2go.org/releases/binary-win32/pyhoca-gui/|download from here]]
-
- MacOS X
-
- * no version for MacOS X yet :-(
- </WRAP>
- </columns>
-
-
- ===== The Server-Side of X2Go: X2Go Server and Add-Ons =====
-
- <WRAP round help>
- GNU/Linux
-
- * [[wiki:components:x2goserver#download|downloading x2goserver]]
- * [[wiki:components:x2goserver#installation|installing x2goserver]]
- * [[wiki:components:x2goserver#usage|using x2goserver]]
- </WRAP>
-
- ===== X2Go Live CD/Images =====
-
- * [[download:x2golive#x2go_live_cd|X2Go Live CD (in prep)]] FIXME
- * [[download:x2golive#x2go_live_images|X2Go Live Images (in prep)]] FIXME
-
-
- ==== X2Go Package Repositories for GNU/Linux ====
-
- * [[wiki:repositories:debian|Debian GNU/Linux]]
- * [[wiki:repositories:ubuntu|Ubuntu GNU/Linux]]
- *
[[wiki:repositories:redhat|Redhat GNU/Linux]]
- * [[https://build.opensuse.org/project/show?project=X11%3ARemoteDesktop%3Ax2go|… redhat based GNU/Linux Distros]]
-
-
-
- ==== X2Go Sources from X2Go Git ====
-
- * [[wiki:development:git|X2go Git documentation]]
-
-
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/