User Tools

Site Tools


wiki:advanced:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:advanced:start [2013/12/29 00:22]
sunweaver
wiki:advanced:start [2024/01/26 19:43] (current)
stefanbaur [X2GoClient Branding/Theming]
Line 2: Line 2:
  
 ====== Advanced X2Go Setups ====== ====== Advanced X2Go Setups ======
 +===== X2Go HTML5 Client =====
 +
 +<WRAP round info>
 +<menu col=2,align=center,caption="X2Go HTML5 Client">
 +  <item>X2Go HTML Client|Set up an X2Go web portal with X2Go HTML Client|[[wiki:advanced:x2gohtmlclient]]|{{:wiki:litte-phoca.png|}}</item>
 +</menu>
 +</WRAP>
 +
 +JS HTML5 version of X2Go Client is available now.
 +
 +----
 +
 +<WRAP round info>
 +<menu col=2,align=center,caption="X2GoClient Branding/Theming">
 +  <item>X2GoClient Branding/Theming|Brand/Theme your X2GoClient so it matches your Corporate Design/Corporate Identity|[[wiki:advanced:branding-theming]]|{{:wiki:litte-phoca.png|}}</item>
 +</menu>
 +</WRAP>
 +
 +JS HTML5 version of X2Go Client is available now.
 +
 +----
  
 ===== X2Go Browser Plugin ===== ===== X2Go Browser Plugin =====
 +
 +<WRAP round info>
 +<menu col=2,align=center,caption="X2Go Browser Plugin">
 +  <item>X2Go Plugin Website|Set up an X2Go web portal with X2Go Plugin|[[wiki:advanced:x2goplugin]]|{{:wiki:litte-phoca.png|}}</item>
 +</menu>
 +</WRAP>
  
 X2Go Client is also available as a browser plugin. With this plugin your web browser can be turned into an X2Go Client very easily. The session configuration can be embedded into the HTML file initiating the plugin startup. X2Go Client is also available as a browser plugin. With this plugin your web browser can be turned into an X2Go Client very easily. The session configuration can be embedded into the HTML file initiating the plugin startup.
  
-  * [[wiki:advanced:x2goplugin|Set up an X2Go web portal with X2Go Plugin]]+ 
 +----
  
 ===== X2Go Server Advanced ===== ===== X2Go Server Advanced =====
Line 19: Line 47:
   <item>X2Go Desktop Branding|Customizing desktop session in X2Go|[[wiki:advanced:desktopbranding]]|{{:wiki:litte-phoca.png|}}</item>   <item>X2Go Desktop Branding|Customizing desktop session in X2Go|[[wiki:advanced:desktopbranding]]|{{:wiki:litte-phoca.png|}}</item>
   <item>NX Keyboard Shortcuts|Customize NX Keyboard Shortcuts|[[wiki:advanced:nx-keyboard-shortcuts]]|{{:wiki:litte-phoca.png|}}</item>   <item>NX Keyboard Shortcuts|Customize NX Keyboard Shortcuts|[[wiki:advanced:nx-keyboard-shortcuts]]|{{:wiki:litte-phoca.png|}}</item>
- 
 </menu> </menu>
 </WRAP> </WRAP>
Line 27: Line 54:
 ===== Authentication Methods ===== ===== Authentication Methods =====
  
 +<WRAP round info>
 +<menu col=2,align=center,caption="Special authentication methods supported by X2Go Client">
 +  <item>Passwordless Authentication|with SSH pub/priv key pairs|[[wiki:advanced:authentication:passwordless-ssh]]|{{:wiki:litte-phoca.png|}}</item>
 +  <item>Passwordless Authentication|with GnuPG-Cards|[[wiki:advanced:authentication:passwordless-gpg-card]]|{{:wiki:litte-phoca.png|}}</item>
 +  <item>Passwordless Authentication|with Kerberos/GSSAPI|[[wiki:advanced:authentication:passwordless-gssapi]]|{{:wiki:litte-phoca.png|}}</item>
  
-  * [[wiki:advanced:authentication:passwordless-ssh|Passwordless Authentication with SSH pub/priv key pairs]] +</menu> 
-  * [[wiki:advanced:authentication:passwordless-gpg-card|Passwordless Authentication with GnuPG-Cards]]+</WRAP>
  
 +===== X2Go KDrive =====
  
-===== X2Go Printing Revisited =====+X2Go KDrive is a kdrive X-Server based on Xephyr
  
-  * [[doc:installation:printing|Single-node Printing with X2Go]] +<WRAP round info> 
-  [[wiki:advanced:multi-node:x2goserver-printing|Multi-Node Printing with X2Go]]+<menu col=1,align=center,caption="X2Go KDrive descriptions and HOWTOs"> 
 +  <item>X2Go KDrive|Description and HOWTO|[[wiki:advanced:x2gokdrive:start]]|{{:wiki:litte-phoca.png|}}</item> 
 +</menu> 
 +</WRAP>
  
 +===== X2Go Printing =====
 +
 +<WRAP round info>
 +<menu col=2,align=center,caption="Client-side printing with X2Go">
 +  <item>Client-side Printing with X2Go|The default approach for single X2Go Servers|[[doc:installation:printing]]|{{:wiki:litte-phoca.png|}}</item>
 +  <item>Multi-Node Printing with X2Go|Printing in X2Go Server farms|[[wiki:advanced:multi-node:x2goserver-printing]]|{{:wiki:litte-phoca.png|}}</item>
 +</menu>
 +</WRAP>
 ===== X2Go Session Broker ===== ===== X2Go Session Broker =====
  
Line 45: Line 89:
 Learn how to write your own X2Go Session Broker: Learn how to write your own X2Go Session Broker:
  
-  * [[wiki:advanced:x2gobroker:start|What is an X2Go Session Broker?]] +<WRAP round info> 
-  * [[wiki:advanced:x2gobroker:howitworks|How does the X2Go Session Broker work?]] +<menu col=2,align=center,caption="X2Go Session Broker principles"> 
-  * [[wiki:development:x2gobroker:protocol|X2Go Session Broker Protocols]] (background information)+  <item>What is an X2Go Session Broker?|Basic principles about session brokerage|[[wiki:advanced:x2gobroker:start]]|{{:wiki:litte-phoca.png|}}</item> 
 +  <item>How does X2Go Session Broker work?|Functionality background information|[[wiki:advanced:x2gobroker:howitworks]]|{{:wiki:litte-phoca.png|}}</item> 
 +  <item>X2Go Session Broker Protocols?|Communication between broker client and broker unravelled|[[wiki:development:x2gobroker:protocol]]|{{:wiki:litte-phoca.png|}}</item> 
 +</menu> 
 +</WRAP>
  
 ==== HowTos for the public X2Go Session Broker Implementation ==== ==== HowTos for the public X2Go Session Broker Implementation ====
Line 54: Line 102:
  
  
-  * [[doc:installation:x2gobroker|Install the X2Go Session Broker]] +<WRAP round info> 
-  [[wiki:advanced:x2gobroker:loadbalancing|Load-balancing with X2Go Session Broker]]+<menu col=2,align=center,caption="X2Go Session Broker Setups"> 
 +  <item>Install X2Go Session Broker|Installation howto and best practices|[[doc:installation:x2gobroker]]|{{:wiki:litte-phoca.png|}}</item> 
 +  <item>Load-balancing with X2Go Session Broker|Deployment of multi-node X2Go farms|[[wiki:advanced:x2gobroker:loadbalancing]]|{{:wiki:litte-phoca.png|}}</item> 
 +</menu> 
 +</WRAP>
  
 ===== X2Go Thin Client Environment (TCE) ===== ===== X2Go Thin Client Environment (TCE) =====
  
-  * [[wiki:advanced:tce:install|Installation of the X2Go TCE]] +<WRAP round info> 
-  [[wiki:advanced:tce:tested-hardware|Experiences with Thin Client Hardware]] +<menu col=2,align=center,caption="X2Go in thin client environments"> 
 +  <item>X2Go Thin Client Environment-Live|TCE-Live Installation HowTo|[[doc:howto:tce]]|{{:wiki:litte-phoca.png|}}</item> 
 +  <item>X2Go Thin Client Environment-Classic|TCE-Classic Installation HowTo|[[wiki:advanced:tce:install]]|{{:wiki:litte-phoca.png|}}</item> 
 +  <item>X2Go TCE and MS Terminal Servers|Native/Direct RDP Support in X2Go Client|[[wiki:advanced:tce:rdp]]|{{:wiki:litte-phoca.png|}}</item> 
 +  <item>Thin Client Hardware|Experiences and Product Recommendations|[[wiki:advanced:tce:tested-hardware]]|{{:wiki:litte-phoca.png|}}</item> 
 +</menu> 
 +</WRAP>
 ===== X2Go Admin Center ===== ===== X2Go Admin Center =====
  
 X2Go Admin Center is a Qt4 GUI project enabling the administration of users, groups, hosts, X2Go sessions and more (plugins) with the help of a graphical interface. It is (as of 2013-03-15) in the stage of early development. X2Go Admin Center is a Qt4 GUI project enabling the administration of users, groups, hosts, X2Go sessions and more (plugins) with the help of a graphical interface. It is (as of 2013-03-15) in the stage of early development.
  
-  * [[wiki:advanced:administration:start|X2Go Admin Center]] +<WRAP round info> 
-  [[wiki:advanced:administration:cipux|Use X2Go Admin Center with CipUX]]+<menu col=2,align=center,caption="Administration of X2Go Setups"> 
 +  <item>X2Go Admin Center|Administrate X2Go with X2Go's admin center|[[wiki:advanced:administration:start]]|{{:wiki:litte-phoca.png|}}</item> 
 +  <item>CipUX Backend|Configuration of X2Go Admin Center's CipUX backend|[[wiki:advanced:administration:cipux]]|{{:wiki:litte-phoca.png|}}</item> 
 +</menu> 
 +</WRAP> 
  
  
  
wiki/advanced/start.1388276523.txt.gz · Last modified: 2013/12/29 00:22 by sunweaver