Re: [vox-tech] FQDN

2007-02-01 Thread David Rosenstrauch
Richard Crawford wrote: I'm finding that quite a lot of email I send from my server at home is being bounced by various services because my server does not have a Fully Qualified Domain Name. I'm not certain, however, how to go ahead and set this up. I have a static IP address, and an

Re: [vox-tech] usb to parallel printer cable

2007-02-01 Thread Jonathan Stickel
I made a symlink /dev/lp0 - /dev/usb/lp0 and it seems to be working now. Jonathan Jonathan Stickel wrote: Has anyone used a printer with a usb to parallel cable? Although I see that /dev/usb/lp0 exists, CUPS does not show any USB or parallel devices when I try to add a printer. Printing

[vox-tech] [OT] Numerical algorithms in C

2007-02-01 Thread Peter Jay Salzman
Is there something equivalent to LAPACK or NAG in C? Something free (as in beer is OK by me). I need some high powered stuff like SVD factorization, linear solvers that specialize in rank deficient problems, n-th order polynomial least curve fitting, rank tolerant matrix equation solvers, etc.