=====Linux Terminal Server Project===== - Issue the line 'sudo apt-get install ltsp-server-standalone openssh-server' - Issue the line 'sudo ltsp-build-client --arch i386 --mirror "http://mirror/ubuntu" --security-mirror "http://mirror/ubuntu-security" - Edit /etc/network/interfaces and replace the entry for eth0 with the following= * auto * iface inet static * address * netmask 255.255.255.0 - Edit /etc/ltsp/dhcpd.conf and change these lines to: * subnet netmask 255.255.255.0 { * range ; * option domain-name ""; * option domain-name-servers ; * option broadcast address ; * option routers - Change "RUN DAEMON="no"" to "RUN DAEMON="yes"" in /etc/default/tftp-hda - Change instances of the hostname at the beginning of lines in /opt/ltsp/i386/etc/ssh/ssh_known_hosts to add "," at the end of it. - Invoke sudo /etc/init.d/dhcp3-server restart and connect a client to the server. - Login with an existing login on the server