A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/10 18:12
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver?rev=1362939130
New Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver
Edit Summary: [X2Go Server installation]
User : morty
@@ -1,9 +1,8 @@
====== X2Go Server installation ======
Please see [[wiki:components:x2goserver|X2go's Server Core]] for detailed documentation.
- * [[wiki:x2goserver-install-redhat|Minimal x2gosever install guide for RHEL 6]]
===== Ubuntu =====
==== Quick ====
--
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/10 18:12
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver?rev=1362938954
New Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver
Edit Summary: Add RHEL 6
User : morty
@@ -34,4 +34,51 @@
<code bash>
sudo apt-get install x2goserver x2goserver-xsession
</code>
+
+ ===== RHEL 6 =====
+
+ [[wiki:x2go-repository-redhat|Add the x2go repo]] to your yum configuration.
+
+
+ ==== Activating Optional Channels for RHEL ====
+
+ Check that you have activated the "optional" channel:
+ <code bash>
+ sudo rhn-channel -l
+ </code>
+
+ If the optional channel for your base channel is not active, activate it. e.g.:
+ <code bash>
+ sudo rhn-channel --add -c rhel-x86_64-server-optional-6
+
</code>
+
+ ==== Installing sshfs (fuse) ====
+ Currently, even in the optional channel, there is no official package for sshfs and it is not (yet?) included in the x2go repo. Thus it has to be downloaded form an alternate source:
+
+ === Option 1: Download the package manually ===
+
+ <code bash>
+ sudo yum install fuse fuse-libs
+ wget http://pkgs.repoforge.org/fuse-sshfs/fuse-sshfs-2.2-1.el6.rf.x86_64.rpm
+ sudo rpm -i --nosignature fuse-sshfs-2.2-1.el6.rf.x86_64.rpm
+ </code>
+
+ === Option 2: Install EPEL ===
+ URL to most recent EPEL repo installation package available [[http://mirror01.th.ifl.net/epel/6/i386/repoview/epel-release.html|here]]
+ <code bash>
+ wget http://mirror01.th.ifl.net/epel/6/i386/epel-release-6-7.noarch.rpm
+ sudo rpm -i epel-release-6-7.noarch.rpm
+ sudo yum install fuse-sshfs
+ </code>
+
+ ==== Installing x2go server ====
+ You should now be able to install the x2goserver package:
+
+ <code bash>
+ sudo yum install x2goserver
+ </code>
+
+
**Warning:** Note that currently the server must be in runlevel 5 to accept connections.
+
+
--
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/10 18:09
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver?rev=1362933883
New Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver
Edit Summary:
User : morty
@@ -5,8 +5,9 @@
* [[wiki:x2goserver-install-redhat|Minimal x2gosever install guide for RHEL 6]]
===== Ubuntu =====
+ ==== Quick ====
You might have to install ''add-apt-repository'' first using:
<code bash>
sudo apt-get install python-software-properties
</code>
@@ -16,4 +17,21 @@
sudo apt-get update
sudo apt-get install x2goserver
</code>
+ ==== Detailed ====
+
+ FIXME This needs to become more generic and less confusing
+
+ First add the [[wiki:x2go-repository-ubuntu|X2Go ppa repository for
Ubuntu]].
+
+ After adding the x2go PPA on your remote Ubuntu "desktop" server there are a few general steps to follow to install the x2goserver for use.
+
+ Start a ssh terminal session with the remote Ubuntu server.
+
+ If you have not copied ssh keys (see x2go wiki section called **Advanced x2go Setups**) in order to use automatic login by user to the remote server without having to enter their password and instead you plan to require remote users to enter both their UserID and Password on their x2go client then you will need to edit/modify ///etc/ssh/sshd_config// and change the entry for //ChallengeResponseAUthentication// from NO to YES then restart ssh (sudo /etc/init.d/ssh restart).
+
+ The next step is to install the primary x2goserver packages.
+
+ <code bash>
+ sudo apt-get install x2goserver x2goserver-xsession
+ </code>
--
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/10 18:06
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/wiki:x2go-repository-ubuntu?rev=1362749499
New Revision: http://wiki.x2go.org/doku.php/wiki:x2go-repository-ubuntu
Edit Summary: Cleanup
User : morty
@@ -14,54 +14,43 @@
Use the following commands to add the ''ppa:x2go/stable'' as a package source to your local system.
Before doing so, you might like to learn about [[https://help.ubuntu.com/community/AptGet|apt-get]] [[https://help.ubuntu.com/community/RootSudo|sudo]] and [[https://help.ubuntu.com/community/Repositories/CommandLine#Adding_Launchpad…
Alternatively you can also use the Ubuntu [[https://help.ubuntu.com/community/Repositories/Ubuntu#Adding_PPAs | software center]].
-
-
<code>
- $ sudo add-apt-repository ppa:x2go/stable
- $ sudo apt-get update
- </code>
You might have to install ''add-apt-repository'' first using:
- <code>
- $ sudo apt-get install python-software-properties
+ <code bash>
+ sudo apt-get install python-software-properties
</code>
- Also if you are running a Ubuntu {Desktop,Server} 12.10 system you will need to install this package too:
- <code>
- $ sudo apt-get install software-properties-common
+ Also if you are running a Ubuntu {Desktop,Server} 12.10 system you will need to install the ''software-properties-common'' package too:
+ <code bash>
+ sudo apt-get install software-properties-common python-software-properties
+ </code>
+
+ Afterwards you can add our ppa:
+
+ <code bash>
+ sudo add-apt-repository ppa:x2go/stable
+ sudo apt-get update
</code>
The X2Go related packages should now be listed calling:
- <code>
- $ apt-cache search x2go
+ <code bash>
+ apt-cache search x2go
</code>
Congratulations, you
are now able to access the X2Go packages. You may continue by installing x2goserver, x2goclient or pyhoca-gui or any other of the available packages.
- ===== General minimal guide/steps to install x2goserver on Ubuntu =====
- After adding the x2go PPA (see above) on your remote Ubuntu "desktop" server there are a few general steps to follow to install the x2goserver for use.
+ ===== Behind a Proxy? =====
+ If you are on a site that uses a HTTP proxy to connect to websites on the internet, make sure you run the following commands first before adding the X2Go PPA to your APT package management system (replace ''my.proxy.server'' and ''my_proxy_port'' with your local site's proxy settings):
- Start a ssh terminal session with the remote Ubuntu server.
-
- If you have not copied ssh keys (see x2go wiki section called **Advanced x2go Setups**) in order to use automatic login by user to the remote server without having to enter their password and instead you plan to require
remote users to enter both their UserID and Password on their x2go client then you will need to edit/modify ///etc/ssh/sshd_config// and change the entry for //ChallengeResponseAUthentication// from NO to YES then restart ssh (sudo /etc/init.d/ssh restart).
-
- The next step is to install the primary x2goserver packages.
-
- <code>
- $ sudo apt-get install x2goserver x2goserver-xsession
+ <code bash>
+ export http_proxy=http://<my.proxy.server>:<my_proxy_port>/
+ export https_proxy=http://<my.proxy.server>:<my_proxy_port>/
</code>
-
- ===== Behind a Proxy? =====
- If you are on a site that uses a HTTP proxy to connect to websites on the internet, make sure you run the following commands first before adding the X2Go PPA to your APT package management system (replace ''my.proxy.server'' and ''my_proxy_port'' with your local site's proxy settings):
-
- <code>
- $ export http_proxy=http://<my.proxy.server>:<my_proxy_port>/
- $ export
https_proxy=http://<my.proxy.server>:<my_proxy_port>/
- </code>
--
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/10 17:58
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/wiki:x2go-repository-redhat?rev=1362931314
New Revision: http://wiki.x2go.org/doku.php/wiki:x2go-repository-redhat
Edit Summary:
User : morty
@@ -1,14 +1,14 @@
====== X2Go Packages for Redhat GNU/Linux ======
===== Adding the Open Build Service Repo for x2go =====
Download the repo file and move it to the correct location:
- <code>
- $ wget http://download.opensuse.org/repositories/X11:/RemoteDesktop:/x2go/RHEL_6/X…
- $ sudo cp X11:RemoteDesktop:x2go.repo /etc/yum.repos.d/x2go.repo
+ <code bash>
+ wget http://download.opensuse.org/repositories/X11:/RemoteDesktop:/x2go/RHEL_6/X…
+ sudo cp
X11:RemoteDesktop:x2go.repo /etc/yum.repos.d/x2go.repo
</code>
**Hint:** If you are behind a proxy, make sure the proxy is defined in ''/etc/yum.conf''. Standard yum repos do not use the same connection mechanisms as rhn channels.
Congratulations, you are now able to access the X2Go packages. You may continue by installing x2goserver, x2goclient or pyhoca-gui or any other of the available packages.
[[wiki:x2goserver-install-redhat|Installation instructions for x2goserver]]
--
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/10 17:57
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/wiki:x2go-repository-debian?rev=1362749499
New Revision: http://wiki.x2go.org/doku.php/wiki:x2go-repository-debian
Edit Summary: Cleanup - move to apt-get as aptitude is not installed by default
User : morty
@@ -9,50 +9,60 @@
* **ARM architecture:** for Debian squeeze on ARM-based (Debian/armel) devices we provide client-side packages (x2goclient, pyhoca-gui, pyhoca-cli plus dependencies). No nightly-builds, no server packages, though.
Before starting to edit your system configuration, you'll need to add the needed GPG keys of the repository. Please switch to an user which has administrator privileges on your system in your preferred command line client:
-
<code>
- $ su -
+ <code bash>
+ su -
</code>
+ or
+ <code bash>
+ sudo -s
+ </code>
+
The following commands will ensure that your system will be able to work with the repository archive key. We have also provided our archive key and the X2Go maintainers' keys in a keyring package called ''x2go-keyring'' (see below). If you choose to install that package you can skip these first steps...
- <code>
- $ apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
+ <code bash>
+ apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
</code>
- Please create and edit the file ''/etc/apt/sources.list.d/x2go.list'' with your preferred editor (in this example “vim”) and add the X2Go repository (binaries and sources) as a couple of new lines (example for Debian squeeze):
+ Please add the file ''x2go.list'' to the folder ''/etc/apt/sources.list.d/''.
+ This can be done unsing preferred editor (in this example ''nano'').
- <code>
- $ vim
/etc/apt/sources.list.d/x2go.list
+ <code bash>
+ nano /etc/apt/sources.list.d/x2go.list
</code>
- In this case the lines which have to be added to “/etc/apt/sources.list” are:\\
+ Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Debian squeeze):
- <file>
+ <file - x2go.list>
# X2Go Repository
deb http://packages.x2go.org/debian squeeze main
# X2Go Repository (sources)
deb-src http://packages.x2go.org/debian squeeze main
</file>
+
+
+ **Note:** If you have not got a folder ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.
+
Please perform an update on your debian package database:
- <code>
- $ aptitude update
+ <code bash>
+ apt-get update
</code>
After the update you should be able to access the X2Go packages via the apt command. As a first action you should install our ''x2go-keyring package and refresh the apt cache:
- <code>
- $ aptitude install x2go-keyring && aptitude
update
+ <code bash>
+ apt-get install x2go-keyring && apt-get update
</code>
Now you can search for X2go related package that are now available for your APT system:
- <code>
- $ aptitude search x2go
+ <code bash>
+ apt-cache search x2go
</code>
Congratulations, you are now able to access the X2Go packages. You may continue by installing x2goserver, x2goclient or pyhoca-gui or any other of the available packages.
--
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/10 17:26
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/doc:usage:start?rev=1362933443
New Revision: http://wiki.x2go.org/doku.php/doc:usage:start
Edit Summary: Add links
User : morty
@@ -1,11 +1,24 @@
====== Usage ======
+ ===== Users =====
* [[wiki:components:x2goclient|X2Go Client]], the Qt client
* [[wiki:components:pyhoca-gui#Usage|PyHoca-GUI]], the Python based client
* [[wiki:components:pyhoca-cli|PyHoca-CLI]], the Pyhton based command line client
+ * [[wiki:components:multi-display|Multi display support features]]
+ * [[wiki:components:desktop-sharing|X2Go Desktop Sharing]]
+
+ ===== Admins =====
+ * [[wiki:components:x2goserver|X2Go Server]]
+ * [[wiki:components:printing|X2Go Server
Printing]]
+ * [[wiki:components:published-applications|Published Applications]]
+ * [[wiki:components:desktop-sharing|X2Go Desktop Sharing]]
+ * [[wiki:components:desktop-branding|Desktop Branding with X2Go]]
+ * [[wiki:components:tce|X2Go TCE (Thin Client Environment) based on Debian]]
+ * [[wiki:components:x2goplugin|X2Go Browser Plugin]]
+
===== Further Information =====
[[:wiki:start|Wiki Pages]]
--
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/10 16:52
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:start?rev=1362934222
New Revision: http://wiki.x2go.org/doku.php/doc:installation:start
Edit Summary: [Server and Components]
User : morty
@@ -6,9 +6,10 @@
===== Server and Components =====
* [[doc:installation:x2goserver|X2Go Server]]
-
+ * [[wiki:components:desktop-bindings|X2Go Desktop Bindings]]
+ * [[wiki:components:desktop-sharing|X2Go Desktop Sharing]]
--
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/10 16:50
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:start?rev=1362934175
New Revision: http://wiki.x2go.org/doku.php/doc:installation:start
Edit Summary:
User : morty
@@ -1,12 +1,14 @@
- ====== Clients ======
+ ====== Installing X2Go ======
+
+ ===== Clients =====
* [[doc:installation:x2goclient| Qt-based X2Go Client]]
- * [[doc:installation:pyhoca|Installing Pyhoca]] a python based GUI and CLI
+ * [[doc:installation:pyhoca|Pyhoca]] a python based GUI and CLI
- ====== Server and Components ======
+ ===== Server and Components =====
* [[doc:installation:x2goserver|X2Go Server]]
--
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/10 16:49
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:start?rev=1362933917
New Revision: http://wiki.x2go.org/doku.php/doc:installation:start
Edit Summary: [Clients]
User : morty
@@ -1,6 +1,7 @@
====== Clients ======
* [[doc:installation:x2goclient| Qt-based X2Go Client]]
+ * [[doc:installation:pyhoca|Installing Pyhoca]] a python based GUI and CLI
====== Server and Components ======
* [[doc:installation:x2goserver|X2Go Server]]
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/