Re: Listening to Ports

2002-03-04 Thread Robin Cragg
There are two ways to do this. You can write a daemon and bind it to the port. You can use something like IO::Socket for that. If all you want is a simple script that just sends some sort of response when it is connected to, just use inetd.conf to map a specific port to your script. (see man i

Re: X11 Graphics

2002-03-04 Thread Panu Matilainen
On Sun, 2002-03-03 at 08:57, ext Steve Fernandez wrote: > Hi guys, > > Could somebody tell me the EASIEST way to open a 640x480 window > under X, and then color all the pixels individually using a 16-bit color > value? What I'm looking for is something very, very fast and like > > create