How to make terminals with a PC(UNIX/LInux) support?

 
Thread Tools Search this Thread
Special Forums Hardware How to make terminals with a PC(UNIX/LInux) support?
# 1  
Old 06-28-2010
How to make terminals with a PC(UNIX/LInux) support?

I want to build a network, in this network there is only one PC and 50 terminals, 50 students can use this system to study UNIX/Linux.

In the old days, computer was very expensive, many scientists shared a computer with terminals, that means a terminal has no cpu, memory and hardisk.

In these days, how to use a PC(UNIX/Linux) to support such text / graphics terminals?

Thanks a lot!

Last edited by haixiao_liu; 06-28-2010 at 02:36 PM..
# 2  
Old 06-28-2010
For plain text, just tell the system to run a login program on /dev/ttyS* by adding it to /etc/inittab. A description can be found here.

For a graphical connection, you'd need to set up a BOOTP server for basic configuration, a tftp server for the most basic files, and configure the XDMCP server to advertise its service on the network.
# 3  
Old 06-28-2010
Thank you!
# 4  
Old 07-05-2010
Which terminals you actually intend to use/buy? Text-terminal or Thin Client?

However I'm sure you will find following very interesting to read: Text-Terminal-HOWTO
Also interesting: Serial HOWTO: Multiport Serial Boards/Cards/Adapters

If you're gonna set it up with text-terminals, prepare for using a couple of these Smilie:
Image

Otherwise if you use Thin Clients, you'll need something like this:
Image

Good luck! Smilie
# 5  
Old 07-07-2010
Yeah, it's somewhat paradoxical. These days network hardware is cheaper and more easily available than less-capable serial hardware. Smilie
# 6  
Old 07-10-2010
Thank you, every one.

My origin idea is too naive.

I want each client can run light graphic program, like cash register, the speed and length is the main problem, only ethernet(cheep) can do that. Serial connection is slow and short, can't do much help.

At last I have to choise the thin client, made by embedded system device, connected by ethernet.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Chat program between two soft terminals of my Linux machine

here i havent tried to make a communication between two terminals of different machines not either any socket program my simple aim is use ipc for chat between two soft terminals(tty's) here is my view two terminals with two applications working on same fifo one fifo b/w two terminals try... (3 Replies)
Discussion started by: shyam.sunder91
3 Replies

2. UNIX for Dummies Questions & Answers

Make sure kernel was compiled with NFS server support

Hi there, I have a Debian Squeeze server. How can I check if my kernel was compiled with NFS server support? Extra question: if it is not, how do I enable NFS support in my kernel? Thanks for your help. Santiago (3 Replies)
Discussion started by: chebarbudo
3 Replies

3. UNIX for Advanced & Expert Users

one command for all unix terminals

Hi, I am working in huge environment, I do type commands from my terminal window repeadly in all same setup unix environments. I am looking some kind of a terminal emulator or some simple program that will help me? basically if type command like 'ls' in one unix terminal window it should echo... (5 Replies)
Discussion started by: rgmekala
5 Replies

4. UNIX for Dummies Questions & Answers

Unix/Linux Support?

If the strength of Unix based operating systems such as Linux and Red Hat are based on the fact that they are open-source. Who will provide support for personal computers or average users that uses these operating systems. Wouldn't the absence of some structured and formal support system inhibit... (8 Replies)
Discussion started by: wmosley2
8 Replies

5. UNIX for Dummies Questions & Answers

Regarding UNIX dumb terminals

Respected members of the Forum, This is my first post. I have a few questions regarding dumb terminals and VT100 dumb terminal emulators. I have to connect a few dumb terminals to an IRIX server There are two options 1) Use Dumb terminals directly 2) Use a Terminal emulator like... (1 Reply)
Discussion started by: Ummeed11
1 Replies

6. UNIX for Dummies Questions & Answers

App for internet access on unix terminals

I am trying to find out what I should install to provide internet access and browsing possibilities on multiple unix terminals. Can anybody help? TNXS (5 Replies)
Discussion started by: Jigger
5 Replies
Login or Register to Ask a Question