Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
clientleger_teachertool [Le 18/05/2009, 13:34] – Manu_Ubu | clientleger_teachertool [Le 17/12/2018, 16:15] (Version actuelle) – petite mise en forme L'Africain | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | {{tag> | ||
+ | ====== Installer la version beta de fl_Teachertool ====== | ||
+ | |||
+ | <note important> | ||
+ | |||
+ | En attendant de disposer d'un paquet Debian pour cette application, | ||
+ | |||
+ | =====Pré-requis===== | ||
+ | * Disposer d'une connexion internet, | ||
+ | * Installer les outils de [[compilation]], | ||
+ | * * [[: | ||
+ | |||
+ | =====Installation===== | ||
+ | to setup x11vnc on clients: | ||
+ | |||
+ | [[clientleger_x11vnc]] | ||
+ | include -shared option in x11vnc command | ||
+ | |||
+ | there is an english version | ||
+ | https:// | ||
+ | |||
+ | but it did not have the cp sources.list line | ||
+ | Don't forget to exit the chroot | ||
+ | | ||
+ | * Téléchargez les sources depuis cette [[http:// | ||
+ | * [[archivage|Décompressez les sources]] et déplacez-vous dans le dossier et exécutez y les commandes qui suivent : <code bash> | ||
+ | cd " | ||
+ | make && make install | ||
+ | chmod +x / | ||
+ | </ | ||
+ | * [[: | ||
+ | '' | ||
+ | |||
+ | |||
+ | download vncreflector source code | ||
+ | from here | ||
+ | http:// | ||
+ | |||
+ | < | ||
+ | untar | ||
+ | make | ||
+ | cp vncreflector /usr/bin | ||
+ | </ | ||
+ | |||
+ | follow step 2-5 here for control/ | ||
+ | http:// | ||
+ | | ||
+ | 2. Become root: su - | ||
+ | 3. Make a password for the vnc-session: | ||
+ | 4. Copy the password file into the ltsp-tree: cp -a /root/.vnc / | ||
+ | 5. Log out of root session: exit | ||
+ | 6. Reboot your clients! | ||
+ | |||
+ | Allow Non-Root Users to Run Fl_TeacherTool | ||
+ | |||
+ | This enables teachers who do not have root password to run fl_teachertool. | ||
+ | |||
+ | 1. Create a new group called " | ||
+ | You can run this from GNOME using System, Administration, | ||
+ | 2. Add the " | ||
+ | 3. Become root with $su - | ||
+ | 4. Run: visudo This is a special editor for the sudoers file. | ||
+ | 5. Add the following line to the end of the file using vi editing techniques: %teachers ALL=NOPASSWD:/ | ||
+ | Enter at least one blank line at the end of the file. If you don't know vi then just goto the last line and hit the letter " | ||
+ | :wq and hit < | ||
+ | export EDITOR=/ | ||
+ | 6. If your fellow teachers are not comfortable typing "sudo / | ||
+ | # User specific aliases and functions | ||
+ | alias teach=' | ||
+ | Then they only have to type teach or alternatively put a launcher icon with the command sudo / | ||
+ | |||
+ | Hopefully I have not forgotten anything. | ||
+ | Oh, fl_teachertool must be run as root | ||
+ | |||
+ | Be patient with this version as it runs slower than it did on k12ltsp. | ||
+ | |||
+ | I am also currently developing version 0.50. Enjoy. |