Typingmasterinstall
This page is dedicated to getting the "Typing Master" keyboarding tutor program installed on LTSP servers.
- The "Typing Master Intra" version is what is recommended to use. You can obtain the latest version from here:
http://download.typingmaster.com/java/tmintra3/InstData/Linux/NoVM/tmintra.bin
- After downloading tmintra.bin to the LTSP server, give the binary execute permissions and then launch setup (make sure you're in an X session):
sudo chmod +x tmintra.bin
./tmintra.bin
- Follow the on-screen instructions to complete the installation.
Now we must ensure the tmintra database server is started when the server boots/reboots, as this is not done by default.
- Create a an init script (call it "typingmaster" or similar) with, say, the following:
#!/bin/sh
#
# Created MM/DD/YYYY YourNameHere
#
# Starts TypingMaster Intra
cd /opt/tmintra/bin
./startup.sh
# EOF
NOTE: Change this script depending on your tmintra install directory.
- Move it to the /etc/init.d directory, make it executable and update the init subsystem to start it with defaults during bootup:
sudo mv typingmaster /etc/init.d
sudo chmod +x /etc/init.d/typingmaster
sudo update-rc.d typingmaster defaults
page_revision: 2, last_edited: 1211398956|%e %b %Y, %H:%M %Z (%O ago)





