Hi.
Could you explane me how we could do the following with two (or more) linux boxes ?
It goes like this:
We have one server. Think of the most powerful machine you know, say a 2.8 GHz processor, 8 gigs of ram, six hd's of 80 GB, whatever.
We have at least one workstation, but the trick should work on virtually 1000 workstations at a time.
Every workstation and the server are connected to each other by LAN.
Now i want the workstation to boot from the server, so that the workstation does not need *any* executables to run ! All cmd's like mv, cd, ls and all that stuff are on the server.
This way, the only things that reside on the workstation's HD are personal stuff like settings files, .kwd files, and so on.
Ofcourse, if we would have multiple workstations, only one person can make use of the same workstation.
And on the server side, every workstation's HD could be mounted under the server's /home dir.
Is this possible ? I'm almost quite sure of that, but how would we do so ?