LTSP Linux Terminal Server Project
LTSP Workabout 27th June 2010
Introduction
The Linux Terminal server is much talked about these days but just what is LTSP, is a free and open source add-on package for Linux that allows many users to simultaneously run on the same computer. Applications run on the server with a terminal known as a thin client. This was a workshop that some colleagues of mine and I decided to learn what we could about LTSP.
- Read more
- 1247 reads
VMWare on Ubuntu Gutsy 64bit
After installing the 64bit version of Ubuntu, I like many others found that any 32bit virtual machines would no longer play.
Trawling through the forums found a fix.
Ubuntu 64bit does not install some of the 32bit libraries needed to run the virtual machines.
This can be corrected by typing 'sudo apt-get install ia32-libs' in your favorite command shell.
Once installed the virtual machines will now run correctly.
No reboot or log out needed.
Many thanks to the many forums posters on Ubuntu for this solution.

