3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Another almost free computers thin client set up.

Another almost free computers thin client set up.
If your computer budget is too high, then you need to look at this instructable. Great way to save on costs. Older machines can be converted to thin clients therefore reducing the need to purchase new equipment. Linux is replacing proprietary systems everywhere.  Get on the bandwagon and save money! This project (the first time we used it), saved us over ten thousand dollars in licensing fees alone for just a small office. That could make the difference in the bottom line. Those savings do not even touch the amount we saved in hardware costs by not having to get all new equipment.  It's your wallet.

ltsp (Linux Terninal Server Project).LTSP allows you to have one computer to do the heavy lifting for several or many thin clients. It is cheaper to purchase thin clients than full desktops, therefore less computer hardware cost overall. Also you have only one computer to support software wise as you only have to update just one machine instead of many.  Ltsp has been around a long time and I think was started by Redhat, but picked up by the community. You can cluster ltsp together and build massive networks, It is also very good for small businesses and small schools such a day care center.

What's needed:
Basic knowledge of linux and networking (tcpip setup and usage). If not get a pro to help.
Internet connection for downloading and installing software.
Computer (min 300mhz, but the faster the better) with two nics (network interface cards). the nic that will be used for the thin clients must be set up as static (256 meg ram plus 64 - 128 meg ram for each thin client. (i'm using 512 meg ram and a 800mhz machine for demo purposes. 
Some pxe bootable x86 compatible thin clients (or pxe bootable x86 based diskless pc's) with 128 meg ram or better that are setup for getting dhcp dynamically based ip addresses. The more memory the better and no need to statically assign ip addresses of client systems.
Network cabling (as needed). (100mhz or better).
Network switches (as needed). (100mhz or better).

Note: www.rom-o-matic.org allows you to make cd/usb/floppy boot disks if your computer does not support pxeboot.
Later you can also add support for other architectures such as the intel atom or even the old ppc based macs. If you are using a 64bit server, you will need to load the support for the 32bit architecture to support the older x86 systems.
Original instructable: http://www.instructables.com/id/Using-Thin-Clients-a-quick-way-with-Debian-linux/

Future instructables:
Part II  LTSP Internet access and some safety net.  http://www.instructables.com/id/Another-almost-free-computers-thin-client-set-up-P/
Part III LTSP Maintenance. http://www.instructables.com/id/Part-III-LTSP-Maintenance/
Part IV LTSP Clustering (in progress)

Note: the original version of ltsp (v4) supported the old less than 128 mb thin cleints and computers. Some people say that they run both at the same time, but I have never tried it. Still do have a server with the old version of ltsp on it. Just to keep the old thin clients useful.
 
Remove these adsRemove these ads by Signing Up
 

Step 1Software Install (on Ubuntu)

Software Install (on Ubuntu)
Pretty straight forward.  Installs the server side software.

Open a terminal prompt and type:
$ sudo apt-get update
$ sudo apt-get  install ltsp-standalone-server openssh-server.

This may take a short while depending on your internet connection.


Note: you may want to add a lighter desktop to ease memory usage/

$ sudo apt-get update
$ sudo apt-get install lxde
« Previous StepDownload PDFView All StepsNext Step »
2 comments
Feb 12, 2012. 9:59 PMWWC says:
Would Handy Cafe also work with this?
http://www.handycafe.com/

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
66
Followers
203
Author:Computothought(Computothought)
Educator, technician, unchef, and chief bottle washer. Be sure to see http://www.instructables.com/community/Computhoughts/ for updates and status on projects.