[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Buster/HowTo/TeachAndLearn" by HolgerLevsen
Debian Wiki
wiki at debian.org
Thu Jan 25 11:28:02 UTC 2018
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianEdu/Documentation/Buster/HowTo/TeachAndLearn" page has been changed by HolgerLevsen:
https://wiki.debian.org/DebianEdu/Documentation/Buster/HowTo/TeachAndLearn
Comment:
copied+derived from https://wiki.debian.org/DebianEdu/Documentation/Stretch
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/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
}}}
== Restricting pupils' network access ==
Some schools use [[DebPkg:stable/squidguard|Squidguard]] or [[DebPkg:stable/dansguardian|Dansguardian]] to restrict Internet access.
== HowTos from wiki.debian.org ==
The !HowTos from http://wiki.debian.org/DebianEdu/HowTo/ are either user- or developer-specific. Let's move the user-specific !HowTos over here (and delete them over there)! (But first ask the authors if they are happy with moving them and putting them under the GPL
- see the page histories to find them.)
* http://wiki.debian.org/DebianEdu/HowTo/TeacherFirstStep - incomplete but interesting
CategoryPermalink
More information about the debian-edu-commits
mailing list