Install LTSP in Ubuntu 11.04 Natty Narwhal
Linux Terminal Server Project (LTSP) is a free and open source software for Linux that allows many people to simultaneously use the same computer. Applications run on the server with a terminal known as a thin client (also known as an X terminal) handling input and output. Generally, terminals are low-powered, lack a hard disk and are quieter than desktop computers because they do not have any moving parts.
In case of the newer MueKow (LTSP 5) setup, the client first builds an SSH tunnel to the LTSP server's X environment, through which it will start the LDM login manager (on the LTSP server). From this point forward, all programs are started on the LTSP server, but displayed and operated from the client.
See How to install LTSP in Ubuntu with few simple steps.
First You have to set a Static IP address in Your Machine to 192.168.0.1
( See How to setup static IP)
Now
Open a terminal in your existing Ubuntu Machine ad type the following Commands
$ sudo apt-get install ltsp-server-standalone openssh-server
$ sudo ltsp-build-client
$ sudo /etc/init.d/networking restart
$ sudo /etc/init.d/dhcp3-server restart
Now Your LTSP Server is ready. Set PXE boot in client system ( This means you have to select Network card as your Boot Device).
If you change your IP Address You have to do the following
* Configure DHCP Server (/etc/ltsp/dhcpd.conf)
* Run command "sudo ltsp-update-sshkeys"
Related Posts:
Ubuntu 9.04 gets a codename: Jaunty JackalopeUbuntu founder Mark Shuttleworth has announced a codename for Ubuntu 9.04, the version of the Linux distribution slated for an April 2009 release. And… Read More
Howto install amarok 1.4 in Ubuntu JauntySome users are not happy with amarok 2 and they want to install amarok 1.4.This tutorial will help them to install amarok1.4 version. First you nee… Read More
How to Create a custom keyboard shortcut in Ubuntuxbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. It links commands to keys or mouse bu… Read More
How to Increase ext3 and ReiserFS filesystems Performanceext3 Filesystem The ext3 or third extended filesystem is a journalled file system that is commonly used by the Linux operating system. It is the defa… Read More
How to Install Mplayer in UbuntuMPlayer is a movie and animation player that supports a wide range of codecs and file formats, including MPEG 1/2/4,DivX 3/4/5, Windows Media 7/8/9, R… Read More
0 comments:
Post a Comment