Linux-Announce Digest #447, Volume #3             Thu, 8 Apr 99 00:13:30 EDT

Contents:
  UPX 0.70 - a high-performance executable packer ("Markus F.X.J. Oberhumer")
  Updated Enhanced Trivial File Transfer Protocol (etftp) v. 1.1.3 (Christian Jvnsson 
FOA 72)
  new mini-distro, cLIeNUX beta (cLIeNUX user)
  VideoAdministrationTool - keeps track of video cassettes (Markus Heinz)
  VMD 1.3 - Visual Molecular Dynamics (John Stone)
  ptkfinger - A Simple Perl/Tk Finger Client (Alan Ford)
  MaxShow - SNMP Client for Ascend Max users (Daniel Lafraia)
  Printing HOWTO printer compatiblity listing (Grant Taylor)
  CONFERENCE: AUUG Qld Chapter Technical Conf.99 (April 22) (Mark White)

----------------------------------------------------------------------------

From: "Markus F.X.J. Oberhumer" <[EMAIL PROTECTED]>
Subject: UPX 0.70 - a high-performance executable packer
Date: Fri,  2 Apr 1999 10:53:22 GMT
Reply-To: [EMAIL PROTECTED]

=====BEGIN PGP SIGNED MESSAGE=====


We are pleased to announce the next public release of our
new executable packer UPX. The Ultimate Packer for eXecutables
is a portable, extensible, high-performance executable packer for
several different executable formats. It achieves an excellent
compression ratio and offers very fast decompression.

UPX can pack (and unpack) the following executable formats:
        dos/exe, dos/sys, dos/com, djgpp2/coff, watcom/le,
        win32/pe, rtm32/pe, tmt/adam, atari/tos and linux/i386

You can find UPX at:
        http://wildsau.idv.uni-linz.ac.at/mfx/upx.html
        http://cdata.tvnet.hu/~ml/upx.html


This is the first version which includes support for compressed
Linux executables. UPX transparently compresses your ELF, AOUT,
Shell/Perl/Python/... scripts, Java bytecode, etc.

How it works:

  Because Linux is a real operating system, the in-place in-memory
  decompression scheme used in the other executable formats doesn't
  work here.

  Instead we must use temporary decompression to disk. Interestingly -
  because of the good memory management of the Linux kernel - this
  often does not introduce a noticable delay, and in fact there
  will be no disk access at all if you have enough free memory as
  the entire process takes places within the filesystem buffers.

  A compressed executable consists of the UPX stub and an overlay
  which contains the original program in a compressed form.

  The UPX stub is a statically linked ELF executable and does
  the following at program startup:

    1) decompress the overlay to a temporary location in /tmp
    2) fork a process that will sleep for a short time and then
       delete the temporary file
    3) in the meantime start (execve) the uncompressed program in /tmp

  The UPX stub is about 1700 bytes long, mostly written in assembler
  and only uses kernel syscalls. It is not linked against any libc.


Spread and enjoy,
Markus & Laszlo

http://wildsau.idv.uni-linz.ac.at/mfx/upx.html



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: [EMAIL PROTECTED]
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBNwSholrUI/eHXJZ5AQEYeQQAuIKKPBgzH7hkA6c78G22F5MdZXhYEWNN
Ze+b6TZvVgUWLPEsVppY5fUaRq0bCrkR7Q3d+WkAs4/8/WqH1bUgcg4q0wIWl8ra
6s5aPUIp5/AlAaxIsjnm/yuCDVgTAsgI+jSLFtxU7MBAFBgfkPT6XLSMNSY4BQGf
x+WsxZ3XEIQ=
=5hUu
=====END PGP SIGNATURE=====

------------------------------

From: Christian Jvnsson FOA 72 <[EMAIL PROTECTED]>
Subject: Updated Enhanced Trivial File Transfer Protocol (etftp) v. 1.1.3
Date: Wed,  7 Apr 1999 22:34:46 GMT

=====BEGIN PGP SIGNED MESSAGE=====


On March 26:th, I submitted the updated etftp client/daemon for
Linux-2.x/ix86 and Linux-2.x/SPARC and Solaris-2.x/SPARC to
sunsite. It's now available at 

ftp://sunsite.unc.edu/pub/Linux/system/network/file-transfer

ftp://ftp.foa.se/pub/Projects/FOA7/FOA72/Network/ETFTP

and I also submitted Red Hat source and binary packages, available at

ftp://contrib.redhat.com/libc6/SRPMS

ftp://contrib.redhat.com/libc6/i386

ftp://contrib.redhat.com/libc6/sparc

So what is etftp?

Name        : etftp                       Distribution: (none)
Version     : 1.1.3                             Vendor: (none)
Release     : 1                             Build Date: fre 26 mar 1999 12.53.22
Install date: tis  6 apr 1999 08.27.17      Build Host: arnljot.lin.foa.se
Group       : Networking                    Source RPM: etftp-1.1.3-1.src.rpm
Size        : 162333                           License: GPL
Packager    : Christian Joensson FOA 72 <[EMAIL PROTECTED]>
Summary     : The Enhanced Trivial File Transfer Protocol, RFC 1986, client/server.
Description :
ETFTP - Enhanced Trivial File Transfer Protocol. Adaptive transmission
protocol for radio based data transmission.

The idea of ETFTP as a project originated from RFC 1986 in which an
experimental protocol for tactical radio is specified.  On account of
the increasing interest in data transmission over tactical radio, the
code was finally donated to the National Defence Research
Establishment, Dept. of Communication Systems, FOA 72, on condition
that it was released under the terms of the GNU GPL.


Please drop us an e-mail if you do use ``our'' etftp in any research
and/or development...

The code is an extension of W. Richard Stevens implementation of TFTP.
For further reading, study his book "UNIX Network Programming" (ISBN
0-13-949876-1).  See also RFC 998 (NETBLT) and RFC 1350 (TFTP) for more
background and ideas...

For RFC 1986, see, e.g., ftp://nis.nsf.net/documents/rfc/rfc1986.txt.


- -- 
Christian Jvnsson                                   [EMAIL PROTECTED]
Sweden's Defence Research Establishment
Dep't of Communication Systems                      FOA 72



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: [EMAIL PROTECTED]
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBNwvdh1rUI/eHXJZ5AQHeUQP+LU9A40bXBpBjy7Fc3PbCmWvnJyW4JSNf
JF72A+qPncOTfic2UK85Y8jH1e1SQczT9uQCzDvBVlZweVmsM+aVYPsRef+iahw8
tX1QpuPXgM886IhVfs5U9YyxW4Bp9e9zi6glBY1ZNeAtC2KbVn02giglyt0ndLgH
lrQJ27fBE7U=
=SFUN
=====END PGP SIGNATURE=====

------------------------------

From: [EMAIL PROTECTED] (cLIeNUX user)
Subject: new mini-distro, cLIeNUX beta
Date: Wed,  7 Apr 1999 22:30:42 GMT

=====BEGIN PGP SIGNED MESSAGE=====


## l uses
Some thoughts on what cLIeNUX' current niche(s) might be


For those who want things as simple as possible
As a base install for those who don't trust the big distro's security, or
        who want a very tight install or starting point
As a back-install for boot partition redundancy, for testing,
        experimenting, maintenance of the main install, and emergencies.
As a host Linux for a commercial game, DMBS or other app
As a unix tutorial. In fact there's enough docs on the Root floppy for
        the basics.
As a non-graphics development environment
Something you can to add to that doesn't involve coding.
As a core install for those who don't like any of the big distros, or who
        don't want glibc2
As a demo of Linux on an x86 box with almost any host OS
As a low-resources box Linux, the current root/boot combo wants 12 meg RAM
        Other smaller root/boots can be used if they have mount
As a trial Linux for those who don't want to deploy lots of HD space for
        Linux. Yet.

The cLIeNUX loopback version root/boot floppy combo is useful for certain
things.

As a rescue diskset with docs.
As a way to look at various host OS filesystems from Linux, maybe for
        data-rescue.
As a demo of Linux. cRoot has a non-VGA font, 2 vt's, a spiffy Bash
prompt.
As mentioned before, a 2-floppy intro to unix.

ftp://ftp.gwdg.de/linux/install/clienux

Rick Hohensee



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: [EMAIL PROTECTED]
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBNwvcklrUI/eHXJZ5AQEmHQQAveQcSpPV75LmAUxP3itg9dpFhPGM8Cx9
xe1ODG8G5btezqk2AcFf4LRR5x9y5X+BD4V2tWPTckUfTknTSB1NCo8+IwK30z3W
UxGnhI1Szk4yFteM+59qOYWcJ309L4eEPLnlRdkxulOanPnYlsQyjO929NB0kqi6
NLam8CKAwIQ=
=pnW6
=====END PGP SIGNATURE=====

------------------------------

From: Markus Heinz <[EMAIL PROTECTED]>
Subject: VideoAdministrationTool - keeps track of video cassettes
Date: Wed,  7 Apr 1999 23:55:17 GMT

=====BEGIN PGP SIGNED MESSAGE=====


Are you looking for a free tool which helps you administrating your
collection of video-cassettes? Then check out
http://studserver.uni-dortmund.de/~su1690 It is available in a german
and an english version which both require JDK or JRE 1.2 to work.

Markus Heinz



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: [EMAIL PROTECTED]
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBNwvwZVrUI/eHXJZ5AQHcPwQAql8zXleWemfonGvMGnICp8bp3pXNJUHk
k3clz8xmbY0bmJW3K3CyvqUVo7G4E478ckWHP2r9OveijAjA/XwRbwk2lQzU6S5p
fXtPju+ezkYfF6cJkG2VDsp9wuEo7c+yS0hP9Ng0orIMYm718kcLdFB6F6kW2GIo
1g/360AxLDQ=
=MQmC
=====END PGP SIGNATURE=====

------------------------------

From: [EMAIL PROTECTED] (John Stone)
Subject: VMD 1.3 - Visual Molecular Dynamics
Date: Wed,  7 Apr 1999 22:24:22 GMT

=====BEGIN PGP SIGNED MESSAGE=====


        VMD "Visual Molecular Dynamics" 1.3 Announcement
        ------------------------------------------------
The Theoretical Biophysics group at the Beckman Institute For Advanced  
Science and Technology, the University of Illinois (U-C), is proud to
announce the public release of VMD 1.3.  VMD is a package for the 
visualization and analysis of biomolecular systems.  This software is
distributed free of charge and includes source code, documentation,
and precompiled binaries for HP, Linux, Sun, and SGI Unix systems.
The documentation includes an installation guide, a users guide, and a 
programmers guide for interested researchers.  VMD also provides on-line 
help through the use of an external HTML viewer.  VMD development is 
supported by the NIH National Center for Research Resources.

A full description of VMD is available via the VMD WWW home page:
        http://www.ks.uiuc.edu/Research/vmd/

The authors request that any published work which utilizes VMD includes 
a reference to the VMD web page and/or the following reference:

  Humphrey, W., Dalke, A. and Schulten, K., "VMD - Visual Molecular
  Dynamics", J. Molec. Graphics, 1996, vol. 14, pp. 33-38.

The Theoretical Biophysics group encourages VMD users to be closely  
involved in the development process through reporting bugs, contributing  
fixes, periodical surveys and via other means.

We are eager to hear from you, and thank you for using our software!

                                                The VMD Developers
                                                [EMAIL PROTECTED]
                                                April 5, 1999



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: [EMAIL PROTECTED]
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBNwvbFlrUI/eHXJZ5AQE2gQQAk0LnYZYnvdpQ+Cwvkem4m4QBAuE7c6BZ
QGcQcJIaSDwTnVXG5s3uagLaVF9dB2JvvSMLw1x++T53la3yFePm8k/YYf/hJOZD
QUUVJdja80Qbirv1EKaN44HImsoDKQTsL6eDpYBgRJWNkHii2rbiil/t4+eeRLD8
ZLTgFZ56FgQ=
=ogRx
=====END PGP SIGNATURE=====

------------------------------

From: Alan Ford <[EMAIL PROTECTED]>
Subject: ptkfinger - A Simple Perl/Tk Finger Client
Date: Wed,  7 Apr 1999 23:56:19 GMT

=====BEGIN PGP SIGNED MESSAGE=====


*** PLEASE DO *NOT* X-No-Archive: yes THIS POSTING (AND PLS TRIM THIS LINE) ***

The first release (version 0.1) of ptkfinger is now available at:

        http://www.whirlnet.demon.co.uk/linux/ptkfinger.html

ptkfinger (Perl/Tk Finger) is a fairly simple Finger Client written in Perl/Tk
for X11. It fingers the given address and displays the output in a 80x25
scrollable text box. It also supports long finger output as an option.

The script is directly downloadable from:

        http://www.whirlnet.demon.co.uk/linux/ptkfinger

Comments, suggestions, bug reports etc. should be sent to me, Alan Ford:

        [EMAIL PROTECTED]
                
Thanks.
- -- 
    Alan Ford * [EMAIL PROTECTED] * DFax: +44 (0)870 1600868 
 ICQ: 3033272 * WWW: http://www.whirlnet.demon.co.uk/ * PGP: 0x8F807D7D



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: [EMAIL PROTECTED]
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBNwvwo1rUI/eHXJZ5AQFyKgP+LfPzlIQ6kvS7If7kPu9yDoouSBx5ybRs
q35aFKoy9G3799l2Q6GpGOxprjHZcKu+VbsTdCsGFmskl/DfTJA4O13OTl9671P8
fLABECsJT/crcW0/pNw0YjMSP8eMyhnRofKlf0k/0TPoh2d0fO4dWQlCBbzuCe2a
k3mBNIv6WHA=
=+9cX
=====END PGP SIGNATURE=====

------------------------------

From: Daniel Lafraia <[EMAIL PROTECTED]>
Subject: MaxShow - SNMP Client for Ascend Max users
Date: Wed,  7 Apr 1999 22:23:01 GMT
Reply-To: Daniel Lafraia <[EMAIL PROTECTED]>

=====BEGIN PGP SIGNED MESSAGE=====


Dear Ascend users,

        MaxShow 1.1 was just released to help managers to see trunk
status and usage on your Ascend Max. It was done using Perl with some
modules and libraries. Check the sample output at
http://www.daniel.lafraia.nom.br/maxshow/

        Suggestions are welcome.

Thanks,
 Daniel Lafraia
 [EMAIL PROTECTED]




- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: [EMAIL PROTECTED]
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBNwvaxVrUI/eHXJZ5AQFrrQQAj7p5ZxEAA9pBQ0/aH+a/+hXQkRbhH1lI
HbHK679MPpfClRHuSrUrGqJi13Yd1dv3EQtWJLHyZxWc+pXaTIXh3ZDj3jNPgfrv
ekFbcDnK2qRh4EFNdxJ62xfYVQX/ILvZs3iuQHzPA1JaNlj1WyscMl1rhUWPVkm+
fWizAtMtZpk=
=mcHB
=====END PGP SIGNATURE=====

------------------------------

From: Grant Taylor <[EMAIL PROTECTED]>
Subject: Printing HOWTO printer compatiblity listing
Date: Wed,  7 Apr 1999 22:28:02 GMT

=====BEGIN PGP SIGNED MESSAGE=====


Thanks to those of you who reported in when I started this project,
the Printing HOWTO's compatibility listing now has information on 176
printers.  It's time for round two!

I'd like everyone with a printer to check for their printer in the
list below and

 - if your printer is not listed, go to the URL below and add it.

 - if your printer is listed but you disagree with the functionality
   ranking, read the comments for that printer at the URL below and
   send me an email so I can fix the errors.

 - if your printer is listed as working, but yours doesn't work no
   matter what you try, post to a suitable Usenet group like
   comp.os.linux.setup for help.  Be sure to provide details of what
   you've already tried.

Home URL: http://www.picante.com/~gtaylor/pht/printer_list.cgi
Fast/flakey mirror: http://gatekeeper.picante.com/~gtaylor/pht/printer_list.cgi

The actual list of known printers is below, sorted by make and model.
There is also a description of the functionality rankings at the end
of this message.

make     |model              |func_verb  
- ---------+-------------------+-----------
Brother  |HL-1050            |Mostly     
Brother  |HL-1060            |Mostly     
Brother  |HL-10V             |Perfectly  
Brother  |HL-660             |Perfectly  
Brother  |HL-720             |Perfectly  
Brother  |HL-730             |Perfectly  
Brother  |HL-760             |Perfectly  
Canon    |BJ-10e             |Perfectly  
Canon    |BJ-20              |Perfectly  
Canon    |BJ-200             |Perfectly  
Canon    |BJ-300             |Mostly     
Canon    |BJC-210            |Perfectly  
Canon    |BJC-240            |Perfectly  
Canon    |BJC-250            |Perfectly  
Canon    |BJC-4000           |Mostly     
Canon    |BJC-4100           |Mostly     
Canon    |BJC-4200           |Mostly     
Canon    |BJC-4300           |Mostly     
Canon    |BJC-4400           |Mostly     
Canon    |BJC-4550           |Partially  
Canon    |BJC-5000           |Paperweight
Canon    |BJC-6000           |Mostly     
Canon    |BJC-610            |Perfectly  
Canon    |BJC-620            |Perfectly  
Canon    |BJC-70             |Perfectly  
Canon    |BJC-7000           |Mostly     
Canon    |BJC-7004           |Mostly     
Canon    |BJC-800            |Perfectly  
Canon    |LBP-4+             |Perfectly  
Canon    |LBP-460            |Paperweight
Canon    |LBP-660            |Paperweight
Canon    |LBP-8II            |Perfectly  
Canon    |LIPS-III           |Perfectly  
Canon    |MultiPASS C2500    |Partially  
Canon    |MultiPASS C3500    |Partially  
Epson    |ActionLaser 1100   |Perfectly  
Epson    |LP 8000            |Perfectly  
Epson    |LQ 850             |Perfectly  
Epson    |Stylus Color       |Perfectly  
Epson    |Stylus Color 400   |Perfectly  
Epson    |Stylus Color 500   |Perfectly  
Epson    |Stylus Color 600   |Perfectly  
Epson    |Stylus Color 640   |Perfectly  
Epson    |Stylus Color 740   |Partially  
Epson    |Stylus Color 800   |Mostly     
Epson    |Stylus Color 850   |Perfectly  
Epson    |Stylus Color II    |Perfectly  
Epson    |Stylus Color IIs   |Perfectly  
Epson    |Stylus Photo 700   |Partially  
Epson    |Stylus Photo 750   |Mostly     
Epson    |Stylus Pro XL      |Perfectly  
Fujitsu  |PrintPartner8000   |Perfectly  
HP       |2000Cse            |Perfectly  
HP       |2500C              |Perfectly  
HP       |Color LaserJet 4500|Perfectly  
HP       |DesignJet 650C     |Perfectly  
HP       |DeskJet 1000C      |Partially  
HP       |DeskJet 1200C      |Perfectly  
HP       |DeskJet 1600C      |Perfectly  
HP       |DeskJet 1600Cm     |Perfectly  
HP       |DeskJet 400        |Perfectly  
HP       |DeskJet 420C       |Perfectly  
HP       |DeskJet 500        |Perfectly  
HP       |DeskJet 550C       |Perfectly  
HP       |DeskJet 600        |Perfectly  
HP       |DeskJet 660Cse     |Perfectly  
HP       |DeskJet 670C       |Partially  
HP       |DeskJet 672C       |Perfectly  
HP       |DeskJet 690C       |Perfectly  
HP       |DeskJet 694C       |Perfectly  
HP       |DeskJet 697C       |Perfectly  
HP       |DeskJet 710        |Partially  
HP       |DeskJet 712C       |Partially  
HP       |DeskJet 720C       |Partially  
HP       |DeskJet 722C       |Partially  
HP       |DeskJet 820C       |Partially  
HP       |DeskJet 850C       |Perfectly  
HP       |DeskJet 855C       |Perfectly  
HP       |DeskJet 870        |Perfectly  
HP       |DeskJet 870Cxi     |Perfectly  
HP       |DeskJet 880C       |Mostly     
HP       |DeskJet 882C       |Mostly     
HP       |DeskJet 890        |Perfectly  
HP       |DeskJet 895C       |Mostly     
HP       |LaserJet 1100      |Perfectly  
HP       |LaserJet 1100A     |Perfectly  
HP       |LaserJet 2100      |Perfectly  
HP       |LaserJet 2100M     |Perfectly  
HP       |LaserJet 3100      |Paperweight
HP       |LaserJet 4000N     |Perfectly  
HP       |LaserJet 4L        |Perfectly  
HP       |LaserJet 4M        |Perfectly  
HP       |LaserJet 4P        |Perfectly  
HP       |LaserJet 5         |Perfectly  
HP       |LaserJet 5L        |Perfectly  
HP       |LaserJet 5MP       |Perfectly  
HP       |LaserJet 6L        |Perfectly  
HP       |LaserJet 6MP       |Perfectly  
HP       |LaserJet 8000      |Perfectly  
HP       |LaserJet 8100      |Perfectly  
HP       |Laserjet 5000      |Perfectly  
HP       |Mopier 320         |Perfectly  
HP       |PaintJet XL300     |Perfectly  
IBM      |Jetprinter 3852    |Perfectly  
Kyocera  |F-3300             |Perfectly  
Kyocera  |FS-1700+           |Perfectly  
Kyocera  |P-2000             |Perfectly  
Lexmark  |1000               |Paperweight
Lexmark  |1020               |Paperweight
Lexmark  |1020 Business      |Partially  
Lexmark  |1100               |Paperweight
Lexmark  |2030               |Paperweight
Lexmark  |2050               |Paperweight
Lexmark  |2070               |Paperweight
Lexmark  |3000               |Partially  
Lexmark  |3200               |Paperweight
Lexmark  |4039 10plus        |Perfectly  
Lexmark  |5000               |Paperweight
Lexmark  |5700               |Partially  
Lexmark  |7000               |Partially  
Lexmark  |7200               |Partially  
Lexmark  |Optra Color 1200   |Perfectly  
Lexmark  |Optra Color 1275   |Perfectly  
Lexmark  |Optra Color 40     |Perfectly  
Lexmark  |Optra Color 45     |Perfectly  
Lexmark  |Optra E            |Perfectly  
Lexmark  |Optra E+           |Perfectly  
Lexmark  |Optra E310         |Perfectly  
Lexmark  |Optra Ep           |Perfectly  
Lexmark  |Optra K 1220       |Perfectly  
Lexmark  |Optra S 1250       |Perfectly  
Lexmark  |Optra S 1855       |Perfectly  
Lexmark  |Valuewriter 300    |Perfectly  
Lexmark  |Winwriter 100      |Paperweight
Lexmark  |Winwriter 150c     |Paperweight
Lexmark  |Winwriter 200      |Paperweight
Minolta  |PagePro 6          |Perfectly  
Minolta  |PagePro 8          |Perfectly  
NEC      |P2X                |Perfectly  
NEC      |SuperScript 100C   |Partially  
NEC      |SuperScript 1260   |Partially  
NEC      |SuperScript 150C   |Partially  
NEC      |SuperScript 650C   |Partially  
NEC      |SuperScript 660i   |Paperweight
NEC      |SuperScript 660plus|Paperweight
NEC      |SuperScript 750C   |Partially  
NEC      |SuperScript 860    |Partially  
NEC      |SuperScript 870    |Partially  
Okidata  |OL 410e            |Perfectly  
Okidata  |OL 600e            |Perfectly  
Okidata  |OL 610e/PS         |Perfectly  
Okidata  |OL 810e/PS         |Perfectly  
Okidata  |Okijet 2010        |Paperweight
Okidata  |Okipage 4w         |Mostly     
Okidata  |Okipage 6e         |Perfectly  
Okidata  |Okipage 6ex        |Perfectly  
Okidata  |Okipage 8c         |Perfectly  
Okidata  |Okipage 8w         |Paperweight
Olivetti |JP350S             |Perfectly  
Panasonic|KX-P1123           |Perfectly  
Panasonic|KX-P2150           |Perfectly  
Panasonic|KX-P4440           |Perfectly  
Panasonic|KX-P5400           |Perfectly  
Panasonic|KX-P6100           |Paperweight
Panasonic|KX-P6500           |Partially  
Panasonic|KX-P8410           |Paperweight
Panasonic|KX-P8420           |Perfectly  
Panasonic|KX-P8475           |Perfectly  
QMS      |2425 Turbo EX      |Perfectly  
Ricoh    |4801               |Perfectly  
Ricoh    |6000               |Perfectly  
Xerox    |DocuPrint C55      |Perfectly  
Xerox    |DocuPrint N17      |Perfectly  
Xerox    |DocuPrint N32      |Perfectly  
Xerox    |DocuPrint P8e      |Perfectly  
Xerox    |XJ6C               |Mostly     
(176 rows)

Exact meanings of func_verb categories:

Perfect

  Perfect printers work perfectly, modulo minor acceptable color
  variations in a few cases.  Non-printing functions all work too (ie
  priming, loading, as well as faxing or copying, if applicable).

Mostly

  Mostly working printers work fine, modulo noticable but non-fatal
  print quality variations or non-printing related problems (ie,
  requires windows to load cartridge).

Partially

  Partially working printers can print something in a useful way, but
  there are restrictions.  (ie, a color printer that only works in
  black and white).

Paperweight

  Paperweight printers can print nothing under Linux.  They may or may
  not work in the future, but right now they don't.

- -- 
Grant Taylor - gtaylor@picante<dot>com - http://www.picante.com/~gtaylor/
 Cellphone information: http://www.picante.com/~gtaylor/cell/
 Libretto information:  http://www.picante.com/~gtaylor/portable/
 Linux Printing HOWTO:  http://www.picante.com/~gtaylor/pht/



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: [EMAIL PROTECTED]
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBNwvb8lrUI/eHXJZ5AQG+eQQAoFN/VNGjM8E2GiZyWQLH+6s10QBw6twJ
R9djQRegzhZ7Or7SLDXOw4Q8hfqMbEi7aptfykF90Wtanei8tKuEGX8miL66Sdux
tpDDXW72osGPIbwXjX9cQ0cUOvQUVkB9s/3E898mi/qI3WC6aJ1Mxn0zFOUOpHZf
wo2msHM6jpA=
=N69w
=====END PGP SIGNATURE=====

------------------------------

From: Mark White <[EMAIL PROTECTED]>
Subject: CONFERENCE: AUUG Qld Chapter Technical Conf.99 (April 22)
Date: Wed,  7 Apr 1999 22:29:25 GMT

=====BEGIN PGP SIGNED MESSAGE=====


AUUG QUEENSLAND 1999 CHAPTER TECHNICAL CONFERENCE

THURSDAY APRIL 22nd, 1999
Park Royal Hotel
Alice Street, Brisbane

The Queensland chapter of the Australian UNIX and Open Systems User Group 
(AUUG) is proud to provide the Queensland UNIX and Open Source communities 
with detailed technical information on current and emerging issues.   Each 
year, a number of local and interstate speakers report on new developments 
at the only conference in Queensland dedicated to the design, implementation 
and use of UNIX, Linux and Open Systems.

Whether you are a power user, systems administrator, software developer, 
reseller or manager of information systems, this conference is certain to 
provide you with information and ideas directly relevant to your job.

The 1999 Conference Program includes:

Keynote Address
Dr. James Clark - Senior Vice-President, Santa Cruz Operation (SCO)*

Will Linux Rival Microsoft?
Richard Keech - Red Hat Linux Support Manager, Cybersource Pty Ltd

ITSY: A Platform for Pocket Computing Research
Peter Dettori - Compaq Computer Corporation

Building Low-Cost Embedded Network Appliances with Linux
Greg Ungerer - GergoTek Research Pty Ltd

A Walk Through the mSQL 3 Code Branch
David J. Hughes - Hughes Technologies Pty Ltd

The Java Cryptography Architecture
Nishanth Chandran - DSTC Pty Ltd

Linux in Vendorland - A Fairy Tale Comes Alive
Mark White - Compaq Computer Asia/Pacific Pte Ltd

"Computing Fallacies"
Michi Henning - Triodia Technologies Pty Ltd
(Michi will also be selling signed copies of his book 
 "Advanced Corba Programming with C++"!)

*To Be Confirmed

Registration Fees: (Conference registration includes a buffet lunch, morning 
tea, afternoon tea and post-conference refreshments.)

Registration Type
                   AUUG, ACS, SAGE-AU Members           Non-Members
Before April 15         $ 85                            $ 100
After April 15          $ 140                           $ 155
Students (provide ID)   $ 85                            $ 100
Conference              $ 180                           $ 200
+ individual AUUG membership


Registration Form
(A formatted version of this form is attached to this message)

Attendee Name: ________________________________________________________
Position/Title:________________________________________________________
Organisation:  ________________________________________________________
Address:       ________________________________________________________
               ________________________________________________________
               ________________________________________________________
E-Mail: ________________________________________________________

Phone: __________________(b/h) _____________________(a/h)
Fax:   __________________(b/h) _____________________(a/h)
AUUG/ACS/SAGE-AU Member:  Yes/No   Membership number ___________  No
(Circle the organisation to which you belong or Student # and Instutution)


Enclosed cheque or purchase order: $ _____________

Please charge my credit card: $ _____________

Card type:      Visa        Bankcard       MasterCard

Card holder's name: _____________________________________

Card number: _____________________________________

Expiry Date: _____________________________________

Card holder's signature: _____________________________________

Cheques should be crossed and made payable to AUUG Queensland Chapter.  
Credit card payment can be returned by fax. Send registrations to:      

AUUG Secretariat
PO Box 468
Paddington NSW 2021 

Tel: 1800 625 655
Fax: (02) 9332 4066
E-Mail: [EMAIL PROTECTED]






- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: [EMAIL PROTECTED]
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBNwvcRVrUI/eHXJZ5AQFaPwP/al6/6DDlKY8S0bjJkndjZatwCS/dlXrP
ajJOYQcQ1DM8fr6E0YepNlaM6vJ41ZdO4J5xg4VPyGCsVFOIrqSZdOEPd35s5HFG
HulRYh92cQaNMTp/U91gGLCxWrC2SOw67ud/pwKzwlLWFFF+weSNiqcNOlKr0jcZ
JMPoThpQ/G8=
=AEhw
=====END PGP SIGNATURE=====

------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can submit announcements to be moderated via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Announce Digest
******************************

Reply via email to