Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
misc:guac [2023/05/05 07:35] jsmisc:guac [2024/07/01 11:39] (current) – [Install] js
Line 9: Line 9:
 Homepage: [[https://guacamole.apache.org/]] \\ Homepage: [[https://guacamole.apache.org/]] \\
 Wikipedia: [[https://en.wikipedia.org/wiki/Apache_Guacamole]] Wikipedia: [[https://en.wikipedia.org/wiki/Apache_Guacamole]]
 +
 +  * [[https://en.wikipedia.org/wiki/Apache_Guacamole#cite_note-14|Versions and Timeline on Wikipedia]]
 +  * [[https://issues.apache.org/jira/projects/GUACAMOLE/issues/GUACAMOLE-1505|Issue Tracker]]
  
 ===== History ===== ===== History =====
Line 15: Line 18:
 In 2017, Guacamole completed incubation and became the Apache Guacamole top-level project. In 2017, Guacamole completed incubation and became the Apache Guacamole top-level project.
  
-Please visit Wikipedia or the Apache homepage for further informations.+ 
 +Please visit [[https://en.wikipedia.org/wiki/Apache_Guacamole|Wikipedia]] or the [[https://guacamole.apache.org/|Apache homepage]] for further informations.
  
 ===== Structure ===== ===== Structure =====
 {{ :misc:architecture_of_apache_guacamole.png?direct&400 |}} {{ :misc:architecture_of_apache_guacamole.png?direct&400 |}}
  
 +===== Screenshots =====
 +{{:misc:guac-home.png?direct&400 |}}
 +{{:misc:guac-menue.png?direct&400 |}}
 +{{:misc:guac-win.jpg?direct&400 |}}
  
 ===== Install ===== ===== Install =====
  
-you can use fsi to deploy a guacamole server with Redhat/Alma/Rocky/Oracle Linux 9. +you can use fsi to deploy a guacamole server with Redhat/Alma/Rocky/Oracle Linux 9. 
 +<WRAP center round important 60%> 
 +We support the installation of version 1.5.3, 1.5.4 and 1.5.5 of Guacamole with fsi 
 +</WRAP> 
 + 
 + 
 +===== Tips & Tricks ===== 
 + 
 +== Change Remote Server / Guacamole Menu ==
  
 +You can use <key>CTRL</key> + <key>ALT</key> + <key>SHIFT</key> for a "guacamole" menu in the remote screen
  
 ===== Backup ===== ===== Backup =====
Line 30: Line 47:
 <code bash>MYSQL_PWD='xxxxx' mysqldump <database> --host=localhost --port=56733 --default-character-set=utf8 --user=<user> >/tmp/<filename>.sql</code> <code bash>MYSQL_PWD='xxxxx' mysqldump <database> --host=localhost --port=56733 --default-character-set=utf8 --user=<user> >/tmp/<filename>.sql</code>
  
-This backup can be used in the fsi installation to import old settings / configuration.+This backup can be used in the fsi installation to import old settings / configuration during the unattended installation of the guacomole server.