<br><br><div><span class="gmail_quote">On 8/20/06, <b class="gmail_sendername">Mel Wade</b> <<a href="mailto:mel@melwade.com">mel@melwade.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Is there a way to monitor the screens of the lab computers running K12LTSP?  We need to be able to view what any particular user is doing for a school lab environment.</div></blockquote><div><br><br>Yes, as others have mentioned, fl_teachertool will do that and more things like broadcasting a window to all students for demo purposes.
<br><br>If you are using K12LTSP 5.0 <br><br>1) Edit the file /opt/ltsp/i386/etc/lts.conf and uncomment (remove the "#") from the following line:<br><br>                 X4_MODULE_02 = vnc<br><br>2) Now you'll have to make a password for the vnc-session. Run this command as root user:
<br><br>                /usr/bin/vncpasswd<br><br>3) Again as root user copy the password file into the ltsp-tree<br><br>               cp -R -p /root/.vnc /opt/ltsp/i386/root/<br> <br>4) Reboot your clients<br><br>As for allowing teachers to run the program.
<br><br> Setting Up Fl_TeacherTool to run with sudo:<br>   <br>    Step 1<br>    Create a group for teachers using "system-config-users".<br>    For example 'teachers'. Then add that group to all the users who<br>
    you wish to run fl_teachertool.<br>   <br>    Step 2<br>    become root with<br>    $su -<br>    Then run "visudo". It's a special editor for the sudoers file.<br>    Add the following line to the end of the file using vi editing techniques
<br>   <br>    %teachers  ALL=NOPASSWD:/usr/sbin/fl_teachertool<br>   <br>    make sure that it's not the last line<br>    (in other words: don't forget to hit enter)<br>    If you don't know vi then just goto the last line and hit the
<br>    letter "i" for (insert) then type the above line, hit enter, then hit<br>    the escape key. Now type    :wq     (hit enter) this saves and exits.<br>   <br>    Step 3<br>    If your fellow teachers are not comfortable typing "sudo /usr/sbin/fl_teachertool" then add an
<br>    alias in file .bashrc (notice it starts with a period) in the home directory of the people who will run the program like this<br>   <br>    # User specific aliases and functions<br>    alias teach='sudo /usr/sbin/fl_teachertool'
<br><br>    Then they only have to type "teach"<br>   <br>    or alternatively put a launcher icon with the command<br>    sudo /usr/sbin/fl_teachertool<br>    on their desktop<br><br>    Enjoy!<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="sg">-- <br>Mel Wade<br>"I love it when a plan comes together." - Hannibal
<br><a href="http://www.melwade.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.melwade.com</a>

</span></div><br>_______________________________________________<br>K12OSN mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="https://www.redhat.com/mailman/listinfo/k12osn" target="_blank">
https://www.redhat.com/mailman/listinfo/k12osn</a><br>For more info see <<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.k12os.org" target="_blank">http://www.k12os.org</a>><br><br></blockquote>
</div><br><br clear="all"><br>-- <br>Robert Arkiletian<br>Eric Hamber Secondary, Vancouver, Canada<br>Fl_TeacherTool <a href="http://www3.telus.net/public/robark/Fl_TeacherTool/">http://www3.telus.net/public/robark/Fl_TeacherTool/
</a><br>C++ GUI tutorial <a href="http://www3.telus.net/public/robark/">http://www3.telus.net/public/robark/</a>