User Tools

Site Tools


wiki:components:pyhoca-cli

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
Next revision Both sides next revision
wiki:components:pyhoca-cli [2011/11/03 00:23]
sunweaver
wiki:components:pyhoca-cli [2013/03/11 12:25]
sunweaver
Line 1: Line 1:
-====== PyHoca-CLI -- Download, Installation & Usage ====== 
  
-===== Download =====+===== Usage =====
  
-==== GNU/Linux ==== +==== PyHoca-CLI Command Line Arguments ====
- +
-=== GNU/Linux package based distribution === +
- +
-Please make sure that you have added the X2Go repository appropriate for your system to your package management system. The required steps are described here:  +
- +
-  * [[wiki:x2go-repository-debian|Debian GNU/Linux]] +
-  * [[wiki:x2go-repository-ubuntu|Ubuntu GNU/Linux]] +
- +
-=== GNU/Linux with installation from source tarball === +
- +
-The sources of this X2Go component are available as source tarball under this URL:  +
- +
-http://code.x2go.org/releases/source/pyhoca-cli +
-===== Installation ===== +
- +
-==== GNU/Linux ==== +
- +
-=== Debian / Ubuntu === +
- +
-The ''pyhoca-cli'' package will install PyHoca-CLI on your GNU/Linux system and will make sure, that every needed package will be installed as dependency. ''pyhoca-cli'' is an X2Go client-side package. +
- +
-<code> +
-$ aptitude install pyhoca-cli +
-</code> +
- +
-You can now start pyhoca-gui by typing ''pyhoca-cli'' at the command-line. Consult the application's man page for further information or read the usage section below. +
- +
-=== Source Tarball (LinuxFromScratch) === +
- +
-FIXME +
- +
-====== Usage of PyHoca-CLI (X2go command line client) ====== +
- +
-The name PyHoca is a word play combining two powerful entities: Python and Phoca (mascot of X2go, Latin species name for seals).  +
- +
-PyHoca-CLI is a client implementation for X2go using the project's Python API (module) [[python-x2go]]. PyHoca-CLI can be operated completely from the command line and the goal is to reflect the full functionality spectrum of [[python-x2go]].  +
- +
-===== PyHoca-CLI Command Line Arguments =====+
  
 PyHoca-CLI has a man page.  PyHoca-CLI has a man page. 
Line 57: Line 18:
 Note: On Windows systems the ''--password'' option is disabled, and so not available. Note: On Windows systems the ''--password'' option is disabled, and so not available.
  
-===== Starting PyHoca-CLI =====+==== Starting PyHoca-CLI ====
  
 To start an X2go session for remote user ''foo'' on X2go server ''myserver.local'' with PyHoca-CLI open a terminal window and execute the following command: To start an X2go session for remote user ''foo'' on X2go server ''myserver.local'' with PyHoca-CLI open a terminal window and execute the following command:
Line 71: Line 32:
 </code> </code>
  
-===== Desktop Sharing with PyHoca-CLI =====+==== Desktop Sharing with PyHoca-CLI ====
  
 To share an already running local or remote X2go desktop session of user //foo// on X2go server ''myserver.local'' with PyHoca-CLI open a terminal window and execute the following commands: To share an already running local or remote X2go desktop session of user //foo// on X2go server ''myserver.local'' with PyHoca-CLI open a terminal window and execute the following commands:
Line 117: Line 78:
 </code> </code>
  
-And if another user //bar// on your X2go server has enabled desktop sharing (more info [[x2godesktopsharing|here]]), then you could use this command to let user //foo// view user //bar//'s desktop session...+And if another user //bar// on your X2go server has enabled desktop sharing (more info [[:wiki:components:desktop-sharing|here]]), then you could use this command to let user //foo// view user //bar//'s desktop session...
  
 <code> <code>
Line 126: Line 87:
 ===== Further Readings ===== ===== Further Readings =====
  
-Please also consult further README and TODO documentation in the PyHoca-CLI to Git project (X2go upstream site):+Please also consult further README and TODO documentation in the PyHoca-CLI Git project (X2go upstream site):
 http://code.x2go.org/gitweb?p=pyhoca-cli.git;a=tree http://code.x2go.org/gitweb?p=pyhoca-cli.git;a=tree