[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Stretch/HowTo/TeachAndLearn" by WolfgangSchweer

Debian Wiki wiki at debian.org
Thu Nov 23 10:29:51 UTC 2017


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/Documentation/Stretch/HowTo/TeachAndLearn" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Documentation/Stretch/HowTo/TeachAndLearn?action=diff&rev1=9&rev2=10

Comment:
add additional hints for epoptes

  == Monitoring pupils ==
  
  Some schools use control tools like [[DebPkg:stable/epoptes|Epoptes]] or [[DebPkg:stable/italc-master|iTALC]] to supervise their students. See also: [[http://www.epoptes.org|Epoptes Homepage]] and [[http://italc.sourceforge.net/home.php|iTALC Homepage]].
+ 
+ To get full Epoptes support, these steps are required.
+ 
+ {{{
+ # Run on a combi server (and on each additional ltsp server):
+ apt update
+ apt install epoptes
+ ltsp-chroot -m --arch i386 apt update
+ ltsp-chroot -m --arch i386 apt install epoptes-client
+ ltsp-chroot -m --arch i386 apt install ssvnc
+ ltsp-chroot -m --arch i386 sed -i 's/test -f/#test -f/' /etc/init.d/epoptes-client 
+ ltsp-chroot -m --arch i386 sed -i 's/grep -qs/#grep -qs/' /etc/init.d/epoptes-client 
+ # If diskspace matters, use 'ltsp-update-image -n' instead.
+ ltsp-update-image
+ }}}
  
  /!\ '''Warning''': make sure you know the status of the laws about monitoring and restricting computer users' activities in your jurisdiction.
  



More information about the debian-edu-commits mailing list