LWN.net Logo

The future of the Linux Terminal Server Project (Linux.com)

The future of the Linux Terminal Server Project (Linux.com)

Posted Sep 23, 2006 19:06 UTC (Sat) by arcticwolf (guest, #8341)
In reply to: The future of the Linux Terminal Server Project (Linux.com) by elicriffield
Parent article: The future of the Linux Terminal Server Project (Linux.com)

According to Wikipedia, LTSP actually uses X at its core, but builds a more complete, "turn-key" environment on top of it - kind of like the difference between the Linux kernel and a distro, I assume.


(Log in to post comments)

The future of the Linux Terminal Server Project (Linux.com)

Posted Sep 23, 2006 22:55 UTC (Sat) by mrons (subscriber, #1751) [Link]

I've been using LTSP since it began, and my own home grown version before that.

Essentually, you take a low powered workstation and make it boot a linux kernel over the net. The kernel will have an NFS root and /usr filesystem and (optionally) network swap.

You then fire up an Xserver on the workstation and point it at a remote display manager (xdm,gdm,kdm) which will give you a login screen. Users login to this system and run their applications there, remotely displaying back to their workstation.

LTSP installs on an existing linux/Unix box and provides, to the workstations, an NFS root and /usr filesystems, a linux kernel and initrd, various X servers, and various tools for managing multiple workstations. There are also several enhancements to take advantage of any "local devices" the workstation may have.

So LTSP is an implementation, and enhancement, of the old idea of an X Terminal. It is also built with Free software.

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds