LTSP

Installation
http://www.panticz.de/install-ltsp

BerryTerminal
http://www.berryterminal.com/ - Raspberry Pi as LTSP client

Fix broken JetPipe in Hardy
http://dl.panticz.de/ltsp/jetpipe - Download jetpipe

sudo wget http://launchpadlibrarian.net/14035814/jetpipe -O /opt/ltsp/i386/usr/sbin/jetpipe
sudo chmod +x /opt/ltsp/i386/usr/sbin/jetpipe

Fix broken JetPipe in Jaunty
sudo chroot /opt/ltsp/i386 apt-get install python-serial
sudo ltsp-update-image --arch=i386

Local USB printer
# /var/lib/tftpboot/ltsp/amd64/lts.conf
[192.168.1.100]
PRINTER_0_TYPE=U
PRINTER_0_DEVICE=/dev/usb/lp0

Links
lts.conf parameter - Parameter for customizing thin client behaviour
sugessted Clients
ThinClientHowto - Ubuntu Thin Client Howto
https://help.ubuntu.com/community/UbuntuLTSP/LTSPFatClients - Ubuntu LTSP Fat Clients

Local parameter file
/opt/ltsp/i386/usr/share/doc/ltsp-client-core/examples/lts-parameters.txt.gz

usermod -a -G lpadmin USERNAME
usermod -a -G fuse USERNAME

apt-get -y install ltspfs dosfstools

PXE config file
LABEL linux
MENU LABEL LTSP
KERNEL /ltsp/vmlinuz
APPEND initrd=/ltsp/initrd.img nbdroot=192.168.1.222:2000 --

remove gnome games
dpkg -r gnome-games gnome-games-data

#apt-get remove fast-user-switch-applet
apt-get remove gnome-screensaver
apt-get remove evolution

update-rc.d -f remove avahi-daemon
update-rc.d -f bluetooth remove
update-rc.d -f NetworkManager remove
update-rc.d -f laptop-mode remove

disable adobe aom.exe
mv ~/.wine/drive_c/Programme/Gemeinsame Dateien/Adobe/Web/AOM.exe ~/.wine/drive_c/Programme/Gemeinsame Dateien/Adobe/Web/AOM.exe.org

# OPTIONAL
# install local device support
apt-get install ltspfs dosfstools
# disable gettys
rm /etc/event.d/tty*

# disable bluetooth
sed -i 's|BLUETOOTH_ENABLED=1|BLUETOOTH_ENABLED=0|g' /etc/default/bluetooth

# debug / logs
cat -f /home/$USER/.xsession-errors
tail -f /log/daemon.log

LINKS
https://wiki.ubuntuusers.de/LTSP/LTSP-PNP_mit_Fat_Clients/
http://wiki.ltsp.org/twiki/bin/view/Ltsp/Debian#Scanning_with_LTSP_5_in_Debian_E
http://developer.novell.com/wiki/index.php/HOWTO:_Install_MueKow_on_Ubuntu
https://kubernetes.io/blog/2018/10/02/building-a-network-bootable-server-farm-for-kubernetes-with-ltsp/