Linux-Announce Digest #555, Volume #3            Fri, 30 Jul 99 23:13:16 EDT

Contents:
  Ganymede 0.99.5 released (Jonathan Abbey)
  Gsh 0.1.2 - graphical shell (Vaughn Cato)
  LOCAL: Dayton OH UNIX/Linux meeting, 1st thursday (Daniel Tasch)
  COMMERCIAL: TreLOS: Windows for Linux ([EMAIL PROTECTED])
  COMMERCIAL: Micro-ATX Linux Boxes from Sunset Systems (Rod Roark)
  tpctl -- release 0.6.0 of a ThinkPad configuration tool for Linux (Thomas Hood)
  COMMERCIAL: New Book: Sams Teach Yourself Emacs in 24 Hours (Jesper K. Pedersen)
  COMMERCIAL: Linux based web site monitoring (Tim Goeke)
  fh-eject 2.5 released (Frank Heyder)
  MultiMail BW/QWK offline reader, v0.28 (William McBrine)
  COMMERCIAL: New Sizes for Penguin Power T-Shirts! ("LinuxMall.com Information")
  WANTED: Assistance in a newbie documentation project (Geoff Winans)
  Treeps 1.1.1 : a X11/Motif or LessTif Process Tree Viewer (George MacDonald)

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

From: Jonathan Abbey <[EMAIL PROTECTED]>
Subject: Ganymede 0.99.5 released
Date: Fri, 30 Jul 1999 20:48:44 GMT

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


Ganymede 0.99.5 is now available for download at

 http://www.arlut.utexas.edu/gash2/

or

 ftp://ftp.arlut.utexas.edu/pub/ganymede/

Mirrors: (may take a short while to update)

 ftp://ftp.netlag.com/ganymede/ (USA)
 ftp://mirror.aarnet.edu.au/pub/ganymede/ (Australia/NZ only)
 ftp://ftp.kddlabs.co.jp/pub/ganymede/ (KDD R&D Labs, Saitama, Japan)

Ganymede is a GPL'ed network directory management system written in
Java, providing support for team management of NIS, DNS, etc.

- --

Lots and lots of improvements.  Lots.

This release includes more stability and refinement improvments than
any single Ganymede release in quite a long time.  This release feels
a lot more like a 1.0 release than any other so far.  It's not a 1.0
release, not quite yet, but that's because I haven't had enough
testing time on it and because there still isn't quite enough
documentation.. I think in terms of features and polish, this is very
close to 1.0.

A lot of code was changed this time, so I'm sure there may be a new
misfeature or two.  Please let me know if you find any.

See http://www.arlut.utexas.edu/gash2/CHANGES for a list of recent
changes.

- -- 
- -------------------------------------------------------------------------------
Jonathan Abbey                                        [EMAIL PROTECTED]
Applied Research Laboratories                 The University of Texas at Austin
Ganymede, a free NIS/DNS management system    http://www.arlut.utexas.edu/gash2



- -- 
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.3i
Charset: latin1

iQCVAgUBN6IPrFrUI/eHXJZ5AQFtzwP+MtlBg5ODHOe2kVt6CQW9GThDKm/xF8An
O0dO/9Xm8yYIIzGWB3gb4gc5vy5dsDEILDh7+w3XcVfO4MnhxfJ8GiB4ORmIbvnm
t/T6YgV8S9xj41SklfI0VcQHpiDIZ4t9bEDy/k7+V/+MkvuA3XgZJ8XFKgK56F9S
8g1j6BU/DwU=
=QUON
=====END PGP SIGNATURE=====

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

From: Vaughn Cato <[EMAIL PROTECTED]>
Subject: Gsh 0.1.2 - graphical shell
Date: Fri, 30 Jul 1999 20:26:38 GMT

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


Gsh is a graphical shell. It integrates a terminal window, a normal
shell, and various GUI components into a single package which allows
easier and more powerful operations than you can have with a shell and
terminal window seperately. Gsh is already fully functional, but there
are many avenues of devlopment yet to be explored.

Gsh 0.1.2 has been released.  The main improvements over Gsh 0.1.1 are
the increase in the terminal speed (on the order of 5X), and an
additional internal command line option.  This option makes the command
line be inside the output window, making it look like a normal shell.
There are many other minor changes though.

The Gsh homepage is http://personal.atl.bellsouth.net/atl/v/c/vcato/gsh/

Gsh 0.1.2 is available at
http://personal.atl.bellsouth.net/atl/v/c/vcato/gsh/gsh-0.1.2.tar.gz

Here is the changelog:

Released 0.1.2 (07/20/99)

  * Improved speed of pasting into the input of a running command.
  * Fixed a problem where one Gsh window could steal the focus from
another.
  * Fixed a bug that would cause problems on startup if the window
manager used manual placement.
  * Gsh now unsets the WINDOWID environment variable.
  * Tab completion now works while entering commands in the output
window.
  * Added the "gshcmd title" and "gshcmd untitle" commands for
controlling the title of the current window.
  * Created a new built-in command called "gshcmd".  This is intended as
a central point of control.  The old command "size_window" is now an
alias for "gshcmd size", and the command "new_window" is now an alias
for "gshcmd new_window".
  * Implemented "!prefix" and "!!".  Improved "r".
  * More changes to make clearing the screen work reasonably.
  * Better handling of file and directory names containing spaces.
  * Much faster terminal operations.
  * Added an option to remove the bottom command line, and use a command
line inside the output area instead.
  * Added an option to specify what commands to execute when you select
a directory from the Dir menu.  The default is now "cd $dir;ls"
  * A left click on an old command line now brings up the prompt menu.
  * A left click that focuses a different command no longer removes the
selection.
  * Added Cut/Copy/Paste operations using Ctrl-x/Ctrl-c/Ctrl-v.  Ctrl-c
does a copy if there is anything selected, otherwise it aborts the
command.
  * Made the history list be extended-select.  You can drag over
multiple items, or use the control key to select multiple items.  All of
them are put into the command line.
  * Made "history" be an alias for "echo $HISTORY" so that operations
such as "history | tail" would work.
  * Fixed a bug where non-focused commands could add their unread
characters to the command line when they exited.
  * Fixed a bug where the command line wouldn't resize if Gsh was in
compact mode.
  * Fixed a bug where Gsh wouldn't start properly if /usr/local/bin/gsh
was linked to something other than /opt/gsh/bin/gsh.

  - Vaughn



- -- 
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.3i
Charset: latin1

iQCVAgUBN6IKflrUI/eHXJZ5AQEaXwP/WbWYvtkUJ/ZAK0t2yKFrgj4/etZ5x2Vs
EvTWr6KTP9lYwh+B0Ekty+F0ujUmI1r8IShOaIB+bTMqBMu73KYSX5qe6xdbJETy
plRQquKrax7WB4Y9JHsiITZMHxouPdjboh1BFZA23S5jktAUnh5GF7fhxKGpiT50
cdLfU3s06ik=
=wTVo
=====END PGP SIGNATURE=====

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

From: Daniel Tasch <[EMAIL PROTECTED]>
Subject: LOCAL: Dayton OH UNIX/Linux meeting, 1st thursday
Date: Fri, 30 Jul 1999 20:53:16 GMT

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


The UNIX/Linux Special Interest Group of the Dayton Microcomputer
Association meets on the first thursday of evey month. The meeting is held
at the DMA office at 119 Valley St in Dayton at 7:00 pm. 

Visitors and new users are always welcome. 

For additional information contact: 

Tony Snyder 
[EMAIL PROTECTED] 
937-275-7913





- -- 
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.3i
Charset: latin1

iQCVAgUBN6IQvFrUI/eHXJZ5AQG5UAP9G8M0j7bn6qzmp2cBzm+pxgARmLxl3xWQ
C1Ug5u2YCxqn51b4+KSldA8yQeQRNlOlrLolGlPZ96p7zvywFg+DQPT1cGqMmKUr
pYBX1RPt+8HKujDZgmNk3dNqcJFARm0oRoRON0g4ZC9r0v/HWNaXTnNr750psgGw
TWmQk3ibZuQ=
=NH01
=====END PGP SIGNATURE=====

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

From: [EMAIL PROTECTED]
Subject: COMMERCIAL: TreLOS: Windows for Linux
Date: Fri, 30 Jul 1999 20:52:27 GMT

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


TreLOS is proud to announce Win4Lin, windows emulation software for the
Linux operating system.  Win4Lin support the execution of Win95/98 under
X on Linux.  We will be demonstrating the product at Linux World in San
Jose, August 10-12.  A beta will also be available.  Please visit
www.trelos.com for more information.


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.



- -- 
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.3i
Charset: latin1

iQCVAgUBN6IQi1rUI/eHXJZ5AQEJYQP9F6+9bHxDsALCqJw49rDxi3V05DuGu3fJ
M6YiGzt/Zgfo/2G+ejOMhg9PxyHvQnrd+nD6J6fbAo1/u5EOoQ8ZBPnl8WZNWMn7
X2/AQr69zrS3OctVOxrQ1n8+SWlmzzfy5wxcp7glEmnU+oStD1W9ZPkqju3wuz1H
eRp3304BZBI=
=drkm
=====END PGP SIGNATURE=====

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

From: Rod Roark <[EMAIL PROTECTED]>
Subject: COMMERCIAL: Micro-ATX Linux Boxes from Sunset Systems
Date: Fri, 30 Jul 1999 20:51:14 GMT

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


Sunset Systems announces brand-new availability of Celeron-based 
Linux boxes in high quality AOpen Micro-ATX tower cases measuring 
only 14x7x14 inches.

With the advent of highly integrated motherboards such as the AOpen
MX3L and MX3ZA along with efficient high-capacity UDMA drives, the 
noisy and bulky 250W case for a desktop machine is now obsolete.

These Micro ATX systems start under $600 with name brand components.
They come configured with Red Hat 6.0, KDE 1.1.1 and other useful 
add-ons, and friendly support by email.  For details, point your web 
browser to http://www.sunsetsystems.com/.

Sunset Systems also offers traditional Super 7, Slot 1 and dual
CPU machines.

- -- Rod
- ----------------------------------------------------------------------
Sunset Systems                           Preconfigured Linux Computers
http://www.sunsetsystems.com/                      and Custom Software
- ----------------------------------------------------------------------



- -- 
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.3i
Charset: latin1

iQCVAgUBN6IQQlrUI/eHXJZ5AQGtDAQAwGKAfRAgcHHuRiS86LaVZ0/rQOaagohM
dXBAuSj/jVBhbfgFgBGBNRv3UNbd+2R98qhk7NRzLSNv8t6SSPLciA+dKngsxLWO
vVGiuzzW61FjYmzrudQCUYfRtFd52nn8w9pc//9oACOnZFzfINAo1UYmif07/18D
cp2VT7sAbqs=
=HFwF
=====END PGP SIGNATURE=====

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

From: Thomas Hood <[EMAIL PROTECTED]>
Subject: tpctl -- release 0.6.0 of a ThinkPad configuration tool for Linux
Date: Fri, 30 Jul 1999 20:52:02 GMT

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


tpctl version 0.6.0 has been released.  This is the first "stable"
release.

Get tpctl 0.6.0 at:
   http://jhunix.hcf.jhu.edu/~thood/tpctldown.htm

Information:
tpctl is a ThinkPad configuration tool for Linux.
It does under Linux some of what PS2.EXE does under DOS
and the ThinkPad Configuration program does under under Windows.

For more information, go to:
   http://jhunix.hcf.jhu.edu/~thood/tpctlhome.htm

tpctl is free software written by Thomas Hood and released under GPL.

- --
Thomas Hood
"Linux on a ThinkPad 600" page:
   http://jhunix.hcf.jhu.edu/~thood/tp600lnx.htm



- -- 
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.3i
Charset: latin1

iQCVAgUBN6IQclrUI/eHXJZ5AQHQAQP9EcY9gwoufrat1SpAtOYx1OYTbKiXM5et
pLd/gu+aOw9vaYUB1a3VueGfMycYAc67t4WZRu6JHDVacbqfI8ZQjGej3fhhv5qM
ggsOq08f1DyeeeNRUGEo6x6+GhyOYXwswUC5HShm6HFeuWSrE1Keub3j+RTO2S6H
X8o9S58pD7k=
=GcEc
=====END PGP SIGNATURE=====

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

From: [EMAIL PROTECTED] (Jesper K. Pedersen)
Subject: COMMERCIAL: New Book: Sams Teach Yourself Emacs in 24 Hours
Date: Fri, 30 Jul 1999 20:42:12 GMT

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


Hi.

I'm the author of a new book on Emacs called
Sams Teach Yourself Emacs in 24 Hours (ISBN: 0-672-31594-7 )

The focus in this book is on usability rather than on telling the reader
about all the tiny details in Emacs. Therefore this book covers both Gnu
Emacs version 20 for UNIX, XEmacs version 20 for UNIX and Gnu Emacs
version 20 for Window (Sorry - some people have to work on that platform ;-)

Apart from telling the basics about Emacs, this book also covers a lot of
Emacs extensions like On-the-fly spell checking and the Gnus news reader.

For more information, please visit my Emacs page at
     http://www.imada.ou.dk/~blackie/emacs/
where you also may find some Emacs packages I've made myself.

Kind Regards.

- --
Do you need help configuring those awful dot files?
Please consult

                 The Dotfile Generator

at http://www.imada.sdu.dk/~blackie/dotfile/
help is avilable for bash, elm, ipfwadm, fvwm, rtin, procmail and tcsh.



- -- 
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.3i
Charset: latin1

iQCVAgUBN6IOJFrUI/eHXJZ5AQE0TAP/YJh8M29krAyImVgodtq6iY1vU6db/wvq
7/WrLG4QSXitAMgaWFq4gD3dFMpTlzUOiBqbrUkjwyZx8vEPY++1t4enWeRhraPD
sxMtdUHsakzbbZ5w42RZChjs9LoeRUVRwjuSwfWsKoFtE5MaMAiolEB8l/iPk8M6
iaD8Q9gfdMI=
=ZJiO
=====END PGP SIGNATURE=====

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

From: Tim Goeke <[EMAIL PROTECTED]>
Subject: COMMERCIAL: Linux based web site monitoring
Date: Fri, 30 Jul 1999 20:49:52 GMT
Reply-To: [EMAIL PROTECTED]

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


DIGITAL VENTURES ANNOUNCES �DIGITAL VIEWPOINT� TRIAL

Digital Ventures today announces the availability of Digital Viewpoint,
an online web site monitoring and performance tool!

Viewpoint is based on Redhat Linux 5.2.  The data we collect is stored
in Oracle 8, under Linux!  If you are curious how Oracle 8 behaves under
Linux, please come check out the service.

If you would like to see our stuff in action, please try it out.  The
trial signup will allow you to see queries executing against Oracle, all
under Redhat 5.2.  Our CGI scripts are all done using Oracle ProC. 
Conversion to and from other Oracle platforms, such as HP/UX, has been
very easy.

In the future, we plan to test Oracle out online with Redhat 6.0 in an
SMP configuration.

SIGN UP URL: http://www.digitalventures.net/vp/signup.html

We will NOT sell your email or information to any other source, and we
won't harass you to sign up for paying service.  At some point, you will
have to pay to continue using the service.

Thanks,
Tim Goeke, [EMAIL PROTECTED]
Digital Ventures, LLC
http://www.digitalventures.net




- -- 
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.3i
Charset: latin1

iQCVAgUBN6IP8FrUI/eHXJZ5AQFcJgP/bdAbYD48l2i+/IKy3VQs//fE29QfmIyM
gd1qOdb2dvYKSzjLYbPROJe/4uRCEMYhjwkQ1Vb87lIvPQ4DG1iJSv4w1fOpzq+b
99yR/zCrArSrN+Rj/qX7rXVicMZdRZtjURJHuzBR8XV+D+dxRPfXttecen4/PGij
p3Cl/OA3VpI=
=OKFw
=====END PGP SIGNATURE=====

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

From: [EMAIL PROTECTED] (Frank Heyder)
Subject: fh-eject 2.5 released
Date: Fri, 30 Jul 1999 20:42:48 GMT
Reply-To: [EMAIL PROTECTED]

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


This is the first public announce of fh-eject version 2.5.

fh-eject was developed for ejecting non-cd removabe SCSI media, since the
normal eject programs didn't cover this. By this time fh-eject can
eject/load removable-SCSI-media and generic CDROM. There is also an
suid-perl-script to mount removable media of different types (partitioned/
non-partitioned, ext2/vfat) and an program to select slots of an
CD-ROM-jukebox.

Frank
- -- 
Frank Heyder                                    "Das kann ja Heyder werden..."
Universitaet Passau                                   OSWL@IRC, Wluut@UNItopia
E-Mail: [EMAIL PROTECTED]  WWW:http://brahms.fmi.uni-passau.de/~heyder/
"Well, we think it might be able to do quite complicated math. If we can get
enough bugs in it." -- Terry Pratchett, Soul Music



- -- 
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.3i
Charset: latin1

iQCVAgUBN6IOSFrUI/eHXJZ5AQE4rwP+KU1CS0i1HsmtbXO7c9TTCj90X9nxbx2y
oIpPEWPvFHjybLk//xWwNlChrRggsQwDGiwHLO0lJdyvU9Oz/+Mgb/krnGrZD6se
JxnWaXtcwJLkSG/+O5JDn0jqc5LSTTjCnNT4LeEZc+yyzevhZ+KwLoJ270S3V8YH
pOYIOhayMVQ=
=iSI3
=====END PGP SIGNATURE=====

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

From: William McBrine <[EMAIL PROTECTED]>
Subject: MultiMail BW/QWK offline reader, v0.28
Date: Fri, 30 Jul 1999 20:40:39 GMT

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


MultiMail is a free, open source (GPL) offline mail packet reader for
Unix, DOS (386+), OS/2 and Win32. It currently supports the Blue Wave and
QWK formats. It has a full screen, color user interface, built with the
curses library.

The MultiMail home page is:

 http://www.clark.net/~wmcbrine/multimail.html

Alternately, you can get it via FTP:

 ftp://ftp.clark.net/pub/wmcbrine/bbs/offline/

Binaries for several platforms are available, along with the source code.
Sorry, no official Fidonet addresses at this time.


What's New in version 0.28?
- ---------------------------

 * Offline config
 * More powerful searching
 * Better quote wrapping
 * Reply splitting
 * Quick exit
 * Command shell
 * Specify packets on command line
 * Much more


Begin3
Title:          MultiMail (source)
Version:        0.28
Entered-date:   28JUL99
Description:    MultiMail is a curses-based Blue Wave and QWK packet
                compatible offline mail reader for Unix and other systems.
Keywords:       mail bluewave qwk bbs fido offline reader
Author:         [EMAIL PROTECTED] (William McBrine) et al.
Maintained-by:  [EMAIL PROTECTED] (William McBrine)
Primary-site:   ftp.clark.net /pub/wmcbrine/bbs/offline
                132290  mmail-0.28.tar.gz
Alternate-site: sunsite.unc.edu /pub/Linux/system/bbs/mail
Original-site:
Platforms:      C++, curses and InfoZip or PKZIP. Tested on Linux/i386,
                Solaris/Sparc, NetBSD/mac68k, MS-DOS (DJGPP), OS/2 (EMX),
                Win32 (RSXNT).
Copying-policy: GPL 2.0
End

- -- 
William McBrine    | http://www.clark.net/~wmcbrine/
[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.3i
Charset: latin1

iQCVAgUBN6INyFrUI/eHXJZ5AQGH4wP/ac8VrRqgu6Jgmn5e5h4LXYUIghxvOpIh
+X7Zb/usdGVewe3BSev9iX2wEr02ZhquBmWrGkYBmQuJJaVF86Mu7nMO8OxHI8M2
KpMctlbV0KRWnhyskmItrWIYyh+1ixlF/Ii/IxYlO5sO08KvsurX+xQWQfvKlbjx
3BA9KKBA/qg=
=yIUP
=====END PGP SIGNATURE=====

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

From: "LinuxMall.com Information" <[EMAIL PROTECTED]>
Subject: COMMERCIAL: New Sizes for Penguin Power T-Shirts!
Date: Fri, 30 Jul 1999 20:22:02 GMT

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


                Linux Mall Announcement:
          Penguin Power T-Shirt - New Sizes!     Date: 7/22/99

Linux is not a one size fits all operating system, so why should Linux
T-Shirts be an exception? That's what customers have been asking about our
Penguin Power T-shirts. We've been getting so many requests for other sizes
of Penguin Power shirts that we knew we had to do something about it. We
want to be sure that everyone, big and small, can show their support for
Linux.

We're happy to announce that we're now carrying Penguin Power T-Shirts in a
range of sizes from Small to 10XL! No matter what size you need, we've got
you covered. The Penguin Power T-Shirt features the world-famous Linux
mascot, Larry Ewing's Tux, in all his glory. The T-Shirts are high-quality,
made out of 100% cotton, and silkscreened on both sides with the Penguin
Power logo.

Penguin Power T-Shirts are now available in the following sizes: Small,
Medium, Large, XL, XXL, XXXL, 5XL, 7XL, 10XL. No matter what size you are,
you can wear a Penguin Power T-Shirt to show your love of Linux.

If T-Shirts aren't enough, we also carry Penguin Power stickers, buttons,
bumper stickers and the irresistible plush Tux. To find out more about the
Penguin Power program, T-Shirts and other goodies, visit
http://www.PenguinPower.com/.

                Learn more about the Penguin Power T-Shirts:
        Small:       http://www.LinuxMall.com/products/01137.html
        Medium:      http://www.LinuxMall.com/products/01138.html
        Large:       http://www.LinuxMall.com/products/01142.html
        XL:          http://www.LinuxMall.com/products/00709.html
        Please Note: We have to charge more for sizes larger than XL
        XXL:         http://www.LinuxMall.com/products/00746.html
        XXXL:        http://www.LinuxMall.com/products/00747.html
        5XL:         http://www.LinuxMall.com/products/01139.html
        7XL:         http://www.LinuxMall.com/products/01140.html
        10XL:        http://www.LinuxMall.com/products/01141.html

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

         ---> Following are some links that may interest you: <---
   Cheap Linux CDs!:        http://www.LinuxMall.com/FreeCD.html
   The Tuxmania Bundle:     http://www.linuxmall.com/products/01146.html
   The Linux Newsletter:    http://www.LinuxMall.com/announce/lxnann.html
   Sys Admin Subscriptions: http://LinuxMall.com/announce/990716_sys.html

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

          Linux Mall, a division of WorkGroup Solutions, Inc.
                        The Linux Superstore
          http://www.LinuxMall.com mailto:[EMAIL PROTECTED] 
                 Tel: 303-699-7470 Fax: 303-699-2793



- -- 
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.3i
Charset: latin1

iQCVAgUBN6IJalrUI/eHXJZ5AQF2lQP/bVVsMqyZQQT8Wrxkb/fsq+DCBt1bZrPS
iTF8PONJa2N1uDPJbDXJTT33e3GujePO3+c9XyQqv8z5DQolhulXjmeoTM/utmUj
3t88evCk+GweSUFBkiV1jJPkIePxiDJrefuKs3JsEYnzbca5W8Z1jA0jriZPK9IQ
r4SoXsnXkHA=
=5BHx
=====END PGP SIGNATURE=====

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

From: [EMAIL PROTECTED] (Geoff Winans)
Subject: WANTED: Assistance in a newbie documentation project
Date: Fri, 30 Jul 1999 20:21:36 GMT

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


The project at hand is something a little deeper than most HOWTO's go.
(Yes, a How-to project).

Starting from the begining, I intend to begin work on a LARGE series
of documents that will assist new users (And I do mean NEW!) in
getting acquainted with, and used to the interface starting at the
console.

I'm looking for people with experience in ALL areas of Linux,
especially with the specifics of general distributions.

This is, obviously, volunteer based - but it can be good to have on a
resume. (Technical writer? :) )

Again, it'll being going from newbie, to getting these people to the
point of nearly being guru's with it.

It is also something that will take time. But, it is for the good of
everyone. Especially this great community.


~Geoff Winans

- [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.3i
Charset: latin1

iQCVAgUBN6IJVFrUI/eHXJZ5AQHr0wQAiJHSm1SCfnV1OlCmCU/UOtqD25a8v1HP
IR1cDBSPcCW+uQajCAha4pdb9JzGLLIrsYPemgFzUtBuOVPWcfsPDBS7sK5zLKTX
p/6NUbHlSyasMRtyLdV+ohWZQKnPr+PLqiVcl/cAwTo0PvzHGf6Vk/XyHZgFJYNC
NgDjplbUU0Y=
=r9Ml
=====END PGP SIGNATURE=====

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

From: George MacDonald <[EMAIL PROTECTED]>
Subject: Treeps 1.1.1 : a X11/Motif or LessTif Process Tree Viewer
Date: Fri, 30 Jul 1999 20:28:15 GMT
Reply-To: [EMAIL PROTECTED]

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


Announcing Treeps 1.1.1 For Linux 
- ---------------------------------

Treeps is a X/Motif program for Unix/Linux that is designed to make
monitoring and interacting with the running programs on your system easy
and intuative. A "real time" tree view shows the relationships between the
processes and is color coded to provide easy interpretation of various
values. The process tree displays any combination of users/groups and
can be used to drill down into process details and then extract key
fields for continous monitoring. A number of predefined actions can be
performed on processes, such as signaling, renicing or viewing the man
page. Various control mechanisms can be used to fine tune the display
and adjust sampling rates etc. LED type indicators can be used to show
activity and leader bar glyphs indicate session and group leaders.
There are also a large number of other features, please visit the web 
site for more details.

Changes from 1.1.0
- ------------------

        Updates for 2.2+ Kernels, Red Hat 6.0, SuSe 6.1
        Now 100% LessTif compatable!!
        Support for >255 users or groups
        More linux details( open fds, CWD/Exe, mem map with full paths)
        Smart window sizing for color map and user/group dialogs
        GNOME install scripts
        Updates for UnixWare 7, Solaris 7 and CDE desktop.
        A number of bug fixes and other improvements, 42 in total!

Treeps runs on various flavours of Unix/Linux, including

        Linux     Red Hat 5.1 - 6.0, SuSE 6.1, kernels 2.0+, 2.2+
        Unix      V.4 
        Unixware  2.0 - 7+
        Solaris   5.3 - 5.7+


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

Requires Motif or LessTif. Source for all platforms and binary
packages for Linux ( e.g. RedHat 5.* RPM's and Tar Executable Packages )
may be downloaded from:


MetaLab:        ftp://metalab.unc.edu/pub/Linux/system/status

My Web Site:    http://24.1.97.22/gmd/tps/treepsfm.html
- --------------------------------------------------------------

George MacDonald - [EMAIL PROTECTED]         song ? song : song



- -- 
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.3i
Charset: latin1

iQCVAgUBN6IK31rUI/eHXJZ5AQHsZQP+Pb+7pTnH7bZ4IDngOkgJuFdFgFwENoMu
02+yozM93CgGUezX+zYcyJpuJI7dOpRPRnoO7rBXXRHC/ogX2A4MwtEVPfG8VrMN
uxEqgTSyNCohB0ojA7ISHh5hhlxTyPepa5LC3sY8BVxsPtHJ++uNPpiO5bAMJKTD
MspTXKQPQgY=
=eFPX
=====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