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

Debian Wiki wiki at debian.org
Thu Feb 13 14:04:27 GMT 2020


Dear Wiki user,

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

The "DebianEdu/Documentation/Bullseye/HowTo/TeachAndLearn" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Documentation/Bullseye/HowTo/TeachAndLearn

Comment:
WIP: starting to work on Debian Edu Bullseye documentation as a copy with s/buster/bullseye/ and some other adjustments

New page:
= HowTos for teaching and learning =

<<TableOfContents(2)>>

All Debian packages mentioned in this section can be installed by running {{{apt install <package>}}} (as root).

== Teaching Programming ==

[[DebPkg:stable/education-development]] is a meta package depending on a lot of programming tools. Please note that almost 2 GiB of disk space is needed if this package is installed. For more details (maybe to install only a few packages), see the [[https://blends.debian.org/edu/tasks/development|Debian Edu Development packages]] page. 

== Monitoring pupils ==

/!\ '''Warning''': make sure you know the status of the laws about monitoring and restricting computer users' activities in your jurisdiction.

Some schools use control tools like [[DebPkg:stable/epoptes|Epoptes]] or [[DebPkg:stable//veyon-configurator|Veyon]] to supervise their students. See also: [[https://epoptes.org|Epoptes Homepage]] and [[https://veyon.io|Veyon Homepage]].

FIXME 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 amd64 apt update
ltsp-chroot -m --arch amd64 apt install epoptes-client
ltsp-chroot -m --arch amd64 apt install ssvnc
ltsp-chroot -m --arch amd64 sed -i 's/test -f/#test -f/' /etc/init.d/epoptes-client 
ltsp-chroot -m --arch amd64 sed -i 's/grep -qs/#grep -qs/' /etc/init.d/epoptes-client 
# If diskspace matters, use 'ltsp-update-image -n' instead.
ltsp-update-image
}}}

== Restricting pupils' network access ==

Some schools use [[DebPkg:stable/squidguard|Squidguard]] or [[DebPkg:stable/dansguardian|Dansguardian]] to restrict Internet access.

CategoryPermalink



More information about the debian-edu-commits mailing list