[WEB4LIB] Re: New Terminal Server Licensing

Jon Knight jon at net.lut.ac.uk
Tue Jan 19 12:49:42 EST 1999


On Tue, 19 Jan 1999, Richard L. Goerwitz wrote:
> > Please excuse my ignorance of Linux.  Does it allow my DOS and Windows
> > applications to run on the server?
> 
> Don't be defensive.  You're being needled in a very gentle way.  Mike
> is just questioning the assumption that you (and the rest of us) are
> all simply hostages to Microsoft's arbitrary licensing changes.

And yes, you can often run MS-DOS and MS-Windows programs under Linux:
check the dosemu and Wine projects.  Dosemu is pretty complete (I used it
for a CD-ROM gateway a few years ago and even then it would run most of
the CD-ROM apps we had).  Wine is a little more "alpha" quality, but it
will still run lots of MS-Windows applications.  I used to use it to run
Word very occationally when someone sent me a *.DOC or *.RTF file (I don't
need to now with catdoc and rtf2html plus the fact that usually
emailed Word file -> cack not worth reading IMHO).

Tatty bye,

Jim'll

#!/usr/bin/perl -- -Whois++-client-in-6-lines-of-Perl -Beat-that-Z39.50! 
use IO::Socket;sub w{$f=shift;$a{$f}=1;($h,$p,$q)=split("/",$f);$s=
IO::Socket::INET->new(PeerAddr=>"$h:$p")||return;print $s "$q\r\n";while(<$s>)
{next if(/^%/);if(/^# SERVER-TO-ASK/){while(<$s>){$x=$1 if/Name: (.*)\r\n$/;$y
=$1 if/Port: (.*)\r\n$/;$f="$x/$y/$q";@j=(@j,$f)if(/^# END/&&!$a{$f})}}else{
print}}close($s)}@j=shift;while(@j){w(pop(@j))}# whois++.pl host/port/query



More information about the Web4lib mailing list