[3358] in linux-announce channel archive
Linux-Announce Digest #648
daemon@ATHENA.MIT.EDU (Digestifier)
Thu Nov 18 20:36:19 1999
Message-ID: <19991119011331.11732.qmail@senator-bedfellow.mit.edu>
From: Digestifier <Linux-Announce-Request@senator-bedfellow.mit.edu>
To: Linux-Announce@senator-bedfellow.mit.edu
Reply-To: Linux-Announce@senator-bedfellow.mit.edu
Date: Thu, 18 Nov 99 20:13:25 EST
Linux-Announce Digest #648, Volume #3 Thu, 18 Nov 99 20:13:25 EST
Contents:
UPX 0.90 - a powerful executable packer ("Markus F.X.J. Oberhumer")
WWW: TheStuff.net goes live (Robert Rankin)
OpenVerse Visual Chat 0.7-2 (Cruise)
TkDesk 1.2 - Desktop and File Manager (Christian Bolik)
pam_linux_coda-0.0 - a PAM authenication module for coda ("ulrich.hahn")
COMMERCIAL: Beta of Linux EAI product from Constellar Corporation (Anthony Durity)
New silly 3D game ("Hr. Scheurich aka MUFTI")
IPTraf 2.1.1 - an IP network statistics utility (Gerard Paul Java)
COMMERCIAL: IglooFTP-PRO Beta Release (LittleIgloo)
rh-isdn-0.56-1 package for RedHat >=5.2 and ISDN4Linux (Mirko Zeibig)
----------------------------------------------------------------------------
From: "Markus F.X.J. Oberhumer" <markus.oberhumer@jk.uni-linz.ac.at>
Subject: UPX 0.90 - a powerful executable packer
Date: Fri, 19 Nov 1999 00:57:04 GMT
=====BEGIN PGP SIGNED MESSAGE=====
- -----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, extendable, 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://upx.tsx.org (official redirector)
http://wildsau.idv.uni-linz.ac.at/mfx/upx.html
http://www.nexus.hu/upx
NOTES FOR LINUX/i386
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) open the temporary file for reading
3) try to delete the temporary file and start (execve)
the uncompressed program in /tmp using /proc/self/fd/X as
attained by step 2)
4) if that fails, fork off a subprocess to clean up and
start the program in /tmp in the meantime
The UPX stub is about 1700 bytes long, partly 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
- -----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv
iQCVAwUBOCuWwG10fyLu8beJAQF5RwQAu69mFWmHpc17B+EUGhQBZf4inPJZOv5z
djLlFGtWipre4OH8yg3liNyYOO1H6D0spItAc7ODWkkTwCGn3h/WzpK3mJUaEjQ3
Z3bRRnAHjxggfAeVz32PTaXh+VxSvkO9IVhviMpSsfIwDAkFq31Ro8BWLSq1bx8Z
pG0DQCN7syk=
=NB49
- -----END PGP SIGNATURE-----
- --
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: linux-announce@news.ornl.gov
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
iQCVAgUBODSgYVrUI/eHXJZ5AQHIogP/c1ZiR64+1pzKpkvwxR7K3NLlHJMHrEBT
njzUKvCwf81Da0pwdrbX+43TTrRex81nEp5KF2If1ZQHgaYUFLwYAcyOySMl/1mf
uDqK8kG1rxfv6MhoZ5xirGz+TiHykcLz7061dAypgibKtLN1JUs2hjsVmvbfdLNd
MmMRXTJGihg=
=UIiZ
=====END PGP SIGNATURE=====
------------------------------
From: Robert Rankin <pr@thestuff.net>
Subject: WWW: TheStuff.net goes live
Date: Fri, 19 Nov 1999 00:56:10 GMT
Reply-To: pr@thestuff.net
=====BEGIN PGP SIGNED MESSAGE=====
About:
TheStuff.net is a new, online source for information and tools
encompassing all free Unix operating systems.
Dedicated to open source ideals, we tenaciously adhere to the free and
unobstructed flow of knowledge, and
intend to provide a vast array of resources in areas such as, step by
step tutorials, product reviews, and
editorials.
Status:
TSN has been "live" since 11/03/99. Our site currently contains 5
howtos on topic covering: Celeron/SMP
configuration, simple dialup access, kernel recompilation, ppp
scripting, and console based mail programs.
Volunteer Search:
We are currently accelerating our efforts to recruit volunteers who have
expertise in writings, editing,
programming, graphic design, and advertising. If you posses such
skills, please contact: jobs@thestuff.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: linux-announce@news.ornl.gov
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
iQCVAgUBODSgK1rUI/eHXJZ5AQHNVwP/Q9pESl8HCSM1e0i58EE294/ysfCy9HLa
kXE66AtgtkD976G/q2x0PuHVh0dQBWz2r1hylERixphwaygAEzQ5Ns2BnmwkhS98
lWwuqe5F0Fb2yhTuve2twVpaVIS45++9w+8XoJ5ICFAziLg8uSc54CNkUOpuCWxw
Yils06ZP3Cs=
=qu5g
=====END PGP SIGNATURE=====
------------------------------
From: Cruise <cruise@drunkenbastards.org>
Subject: OpenVerse Visual Chat 0.7-2
Date: Fri, 19 Nov 1999 01:06:50 GMT
=====BEGIN PGP SIGNED MESSAGE=====
OpenVerse 0.7-1 Visual Chat Program
Hello,
This is the latest update for OpenVerse visual chat.. Many changes! If you
have not updated in a while, this version is a must see! It is much more
stable, has LOADS of new features and is nearly bug-free!
RedHat RPMS and other forms of packages can be downloaded from the website
at http://openverse.org/
The OpenVerse is a visual chat program written in Tcl/Tk. The program
connects to any OpenVerse server (server and client code included).
The OpenVerse is similar to other graphical chat systems like The Palace
and Microsoft Chat with the main difference being that it is much more
OPEN and also runs on a variety of systems including Windows, *nix (Yes
Linux too), Macintosh OS/2 you name it! Anything which Tcl/Tk is available
for should run OpenVerse just fine!
**** RECENT CHANGES ****
Sun Nov 14 11:21:41 EST 1999 Beta 0.8 in progress (0.7-2 RELEASED)
* Added pinfo.gif to the setup.
Sat Nov 13 23:41:00 EST 1999 Beta 0.8 in progress
* The client will now let you know when your avatar is too big.
Sat Nov 13 12:17:07 EST 1999 Beta 0.8 in progress
* You can now right click on a user's name tag to bring up a menu
similar to the names menu. It's kidna not what I wanted :( I
can't seem to find a good way for it to go away.
* Broke the DoNames function up a little so that the same code
could be used for other functions. Namely, right clicking a name
tag.
Fri Nov 12 15:08:47 EST 1999 Beat 0.8 In Progress
* Added a file browser window for sending files to users. This
same window should be reuseable with other things where
selecting a file is nessecary.
* Fixed a problem with the new centralized chat code where it was
not remembering things said to be later filled into the text
chat window.
* Moved the ignore options into a seperate pull down menu from the
list of options.
* More work on the Technical Documentation!
* Just about finished up the personal information section.
* Added a binding for RightClicking on the canvas. This binding
can be used by plugins by trapping the plugin.traps.RightClick
function. It will pass the x, y coords which were clicked by the
user.
Thu Nov 11 11:18:43 EST 1999 Beta 0.8 in progress
* The setup window's buttons now work correctly, Save, Apply and
Save & Apply will do their expected functions
* All TextChat messages and all Logging now go through one central
function. This function is called InsertIntoChat which takes two
arguments. the first is a variable called $log which tells the
function if it should log the text or not (also weather to
remember it or not) this makes the log file fully functional
now.
Thu Nov 11 09:33:46 EST 1999 Beta 0.8 in progress
* Included KaosBeetl's change to add a button to the setup window
which honors or deny's exit commands from the server so he won't
be pushed out of the room when he is idleing.
Tue Nov 9 18:13:06 EST 1999 Beta 0.8 in progress
* Fixed two protocol problems in the server code. First, it was
allowing a name of any length to be used. This has been limited
to 13 characters. Second, it was improperly disconnecting users
who entered a bad name, this has been changed to issue NAMEINUSE
when they enter a bad name.
* Fixed a problem with the saving of the new Personal Information
section. It was not correctly being applied when saved.
Sun Nov 7 23:28:17 EST 1999 Beta 0.8 in progress
* More work on the setup stuff. Added more support for the
personal information section. It will be saved now when the user
changes this information. there are also global variables which
hold this information.
* Added options for sound and name tags to the setup window.
* Updated help for the sound and name tags options in setup.
Sun Nov 7 20:34:55 EST 1999 Beta 0.8 in progress
* Added a log button to the TextChat window. This button turns on
or off the loging of things which happen in OpenVerse. Logging
is not very verbose, it will log file transfers and chat and
private messages to and from you but not system messages, avatar
changes, etc.
* Updated help for the above.
Wed Nov 3 19:25:33 EST 1999 Beta 0.8 in progress
* Fixed a bug related to the downloading of avatars. If someone
else had an image by the same name, both of you would switch to
the new image. Now, it will only switch the avatar of the person
it belongs to.
* Added a pulldown menuthingey on the avatars button in the setup
menu. Alligned the suff on that side of the screen a little
better.
* Added the ability to set the default server and port within the
setup menu.
* Changed the default servername to world.openverse.org
Tue Nov 2 15:00:27 EST 1999 Beta 0.8 in progress
* Started working on a personal information section of the setup
(User Profile).
* Began work on Technical Documentation
* Changes to the fun and notfun menus to more correctly show the
button functions based on existing UIs. Grumble.
* Created a help/About help page and added this as the first item
in the main help index. this about page will show the version
number, my email address and real name and a link to the
website.
Sun Oct 31 15:00:27 EST 1999 Beta 0.8 in progress
* Fixed a problem with the spelling of soemthing in a help bubble.
* Changes to add a link to technical docs from the main help
window.
* added icebob to the CREDITS file.
- --
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: linux-announce@news.ornl.gov
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
iQCVAgUBODSirVrUI/eHXJZ5AQHGdAQAgI+v+EMzKo7cuzy0Krp9vX69gdX57DjK
oT19gfW+891x+/AcK972kfXwCNYoXUdiRi5AIxlaLXKDTeqABrtXZXqsR7gJG7TH
PqnScbCXHycNsfjXa4fG67Le08ScZVAtbqRklFM5MfxewxhwMyH4ZSl4ETY2Hc8F
Ik/ZaSQiqQo=
=5KEn
=====END PGP SIGNATURE=====
------------------------------
From: Christian Bolik <Christian.Bolik@Mainz.netsurf.de>
Subject: TkDesk 1.2 - Desktop and File Manager
Date: Fri, 19 Nov 1999 01:08:50 GMT
=====BEGIN PGP SIGNED MESSAGE=====
ANNOUNCING TkDesk 1.2 14.11.1999
- --------------------------------------------------------------------------
TkDesk - a Desktop and File Manager for UNIX's running X11
Changes since 1.1:
o TkDesk now supports Tcl/Tk 8.x and itcl 3.0! The older
combinations (Tcl/Tk 7.5/4.1 and 7.6/4.2) are also still supported,
though this is likely to change in the next release.
o Small balloon help windows (a.k.a. screen tips) are displayed when
the mouse pointer is over files that have an annotation, whose names
are longer than the listbox's width, or which are symlinks.
o Editor enhancements:
- Status bar
- Search backwards
- New "Selection" menu to pipe selection, and to shift it left/right
- Choice between old and nedit-like shortcut bindings
o Configuration files may now be reloaded selectively. It's no longer
required to use the built-in editor to edit these.
o Find dialog now gets updated while search is in progress.
o Bug and memory leak fixes. Thanks to all who sent in bug reports.
o TkDesk is now maintained by J. Chris Coppick. See paragraph
"Maintenance Change" below for details.
*** IMPORTANT: Maintenance Change ***
Starting with this release TkDesk will be maintained by J. Chris Coppick.
Please send any sort of feedback like bug reports, feature requests,
code donations and offers to help directly to him at:
jchris@znet.com
Thanks Chris for taking this on!
Where to get TkDesk:
You can get TkDesk from its homepage at:
http://people.mainz.netsurf.de/~bolik/tkdesk/
You can also get it from (no guarantees on the paths given below):
ftp://sunsite.unc.edu/pub/Linux/Incoming/
or
ftp://sunsite.unc.edu/pub/Linux/X11/desktop/
and all of sunsite's mirrors.
ftp://ftp.neosoft.com/pub/tcl/NEW/
and all of Neosoft's mirrors.
The names of the files are as follows:
Source package: tkdesk-1.2.tar.gz
Dynamic binary (Linux i386): tkdesk-1.2.bin.ELF.static.tar.gz
Static binary (Linux i386): tkdesk-1.2.bin.ELF.tar.gz
Common package for the binaries: tkdesk-1.2.bin.common.tar.gz
The Linux binaries are built using Linux 2.0.36, egcs 1.1.1,
Tcl/Tk 8.0, and itcl 3.0. They are in ELF format only.
What is TkDesk?
TkDesk is a graphical desktop and file manager for several types
of UNIX (such as Linux) and the X Window System. It offers a very
rich set of file operations and services, and gives the user the
ability to configure most aspects of TkDesk in a powerful way. The
reason for this is the use of Tcl/Tk as the configuration and (for
the biggest part of TkDesk) implementation language.
This is a brief overview of the most prominent features of TkDesk:
o Arbitrary number of automatically refreshed file browsers and file
list windows,
o Configurable file-specific popup-menus,
o Drag and drop,
o Keyboard navigation,
o Files and directories may also be dropped onto the root window,
o Configurable application bar, with several displays and cascadable
popup menus for each button, files can also be dropped here,
o History of visited directories, opened files, executed commands
and many other things, which is automatically saved to disk,
o Find files through their annotation, name, contents, size or age,
o Trash can for safe "deletion" of files and directories,
o Calculation of disk usage for directory hierarchies,
o All file operations (find, copy, disk usage, etc.) are carried out
in the background,
o Traversal of directory hierarchies through recursive cascaded menus,
o Bookmarks, create menu entries for often used files/directories,
o Comprehensive hypertextish online help,
o Built-in multi-buffer editor, providing virtually unlimited undo,
o Remote control of Netscape and Emacs/XEmacs,
o Sound support,
o Powerful on-the-fly configuration of nearly all aspects of TkDesk
using Tcl/Tk, allowing for unlimited extensibility,
o Free of charge! But see the file COPYING, or menu entry
Help/License for information on usage and redistribution of TkDesk.
o TkDesk is free software, as defined by the GNU General Public License.
Enjoy,
Christian
(...and please remember: the maintainer of TkDesk, starting with
this release is J. Chris Coppick, jchris@znet.com)
- --
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: linux-announce@news.ornl.gov
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
iQCVAgUBODSjIlrUI/eHXJZ5AQEYiAQAolEIPbNmf12j8Iy65Gaf7mXIL7iTHfqr
ShsgQn8w8fGcax07dQTsakMFQP9r7pfShRgqReo3Ye8h3JCEePuZA7+kGl1MlnrF
6BmESap5ibxZeLMxAxR8ymx0KnVTX49vvXsPeTbIOupcVvKHaEFyYrIMs7PBuW4v
jST+G6QjDgs=
=HbYE
=====END PGP SIGNATURE=====
------------------------------
From: "ulrich.hahn" <zrsha01@zdv.uni-tuebingen.de>
Subject: pam_linux_coda-0.0 - a PAM authenication module for coda
Date: Fri, 19 Nov 1999 00:59:51 GMT
=====BEGIN PGP SIGNED MESSAGE=====
This is the first release of pam_linux_coda.
pam_linux_coda is a PAM authentication module for the coda filesystem.
It will allow PAMified Linux distributions to transparently distribute
user home directories to the coda filesystem.
pam_linux_coda-0.0 was successfully tested on a SuSE-6.2 system.
The software can be obtained from:
ftp://ftp.uni-tuebingen.de/pub/linux/zdv/coda/pam_linux_coda-0.0.tar.gz
The source code is available under the GPL 2.0 licence.
Ulrich
: Ulrich Hahn email: ulrich.hahn@zdv.uni-tuebingen.de :
: Zentrum für Datenverarbeitung Tel: + (49) 07071 29 70315 :
: Universität Tübingen FAX: + (49) 07071 29 5912 :
- -----------------------------------------------------------------------
- --
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: linux-announce@news.ornl.gov
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
iQCVAgUBODShB1rUI/eHXJZ5AQEGNQQA0mMQeI2lKc45qBkgx4ESDRuLJCeifO7x
mqjyIuMeJ5U7N+1Z+iOUn4P7b6g+PVtDTL3tINaY9AfuFzJUG88qGphxMiFaqF5Z
SPcA5KuEfMjPtb/IWnVXqzUg4IsaCW0uyGkOc4Q7G99ppy2JYiqjNYFDFkAw83UY
taoG1qyRlM0=
=DMcL
=====END PGP SIGNATURE=====
------------------------------
From: Anthony Durity <gravious@my-deja.com>
Subject: COMMERCIAL: Beta of Linux EAI product from Constellar Corporation
Date: Fri, 19 Nov 1999 01:00:32 GMT
=====BEGIN PGP SIGNED MESSAGE=====
Fellow Linux Enterprise Application Integration enthusiasts!
Constellar is happy to announce our Linux Beta Program for Constellar
Hub. Constellar Hub 3.0 -- the industry's first single product to
integrate batch and message data. Constellar Hub 3.0 provides a bridge
for companies that need to move and integrate data between disparate
systems via bulk data transfers, where EAI has its roots. If you are
interested in discovering more, follow this link to register for our
limited beta program.
http://www.constellar.com/forms/linux_support_constellar_hub.html
Anthony Durity,
Software Developer,
Constellar Corporation.
Sent via Deja.com http://www.deja.com/
Before you buy.
- --
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: linux-announce@news.ornl.gov
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
iQCVAgUBODShMFrUI/eHXJZ5AQEvIwQAw3EGOe0VG1tyqWdPl8gdZYHfCO5HpXTb
I9OFDb5RQN+Pyny4XkhknFiJuAB6K37B4EDWnQb6VsmMXcLD+KvHmfJlqjHWSLaM
1tQDjWRcu32HeiT5ZsNh6JtK2TLNLJ6IJ4zDEhluK0PD03N7CVwF3lIOrwTYOmii
+9TWxhj3S6Q=
=2PAM
=====END PGP SIGNATURE=====
------------------------------
From: "Hr. Scheurich aka MUFTI" <ica2ufti@csv.ica.uni-stuttgart.de>
Subject: New silly 3D game
Date: Fri, 19 Nov 1999 00:59:20 GMT
=====BEGIN PGP SIGNED MESSAGE=====
There is a new silly 3D game available for Linux (and other OS)
Download:
You can download version 1.0 of the program in whole by HTTP from
http://www.csv.ica.uni-stuttgart.de/homes/js/vrmldemo/warbird.tgz
Task:
You have to steer a warbird and you have to catch the enemy cube.
Drag the red box with the pointer to steer the warbird.
If you reach the cube with the top of the warbird, the enemy disappears
and the viewer will try to load a other URL.
Installation:
You need to install the free VRML-Viewer "lookat" available in source from
http://www.vermontel.net/~cmorley/vrml.html
Lookat is a GL-based program. You need to install MESA or OpenGL to use it.
It is possible to use Cosmoplayer (for M$WinXX, Mac and SGI). AFAIK Despite
a Unix/IRIX version exist, Cosmoplayer is not available for Linux.
I you have a VRML viewer already installed (and a fast Internet connection
to Germany), you can test the program by surfing to
http://www.csv.ica.uni-stuttgart.de/homes/js/vrmldemo/warbird_lookat.wrl
Modifications:
This version use small picture and sound files.
I'm sure you want to exchange them with other files.
Also included is a special versions of this program
warbird_future_lookat.wrl
with respect to possible future developments of the global software market..
Copyright:
GPL
Based on a VRML Features Demo by ICA University Stuttgart and
programs by Brian Wellington/Matias Duarte and Steve Baker (all Freeware)
Modifications by J. Scheurich (AKA MUFTI) mufti@ica.uni-stuttgart.de
All opinions expressed in this program are strictly by
J. Scheurich (AKA MUFTI) and have nothing to do with the opinions of
University Stuttgart or its Institute of Computer Applications.
- --
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: linux-announce@news.ornl.gov
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
iQCVAgUBODSg6FrUI/eHXJZ5AQGkgwQAw5pEoudZF2M02kq23ItzJTOJlr1ydFhi
JpBh01wGQ1eXkQGA447DF7MiTwlPihp/XGsh4AqL2Wu66Bml1KtDAGHth8pmAXkt
1KnZ2Zg1rpA0PykQ7hW441p3NgzP4xhYG9x10gd80CW9PJaZ9INEsMC2Wvg9K1F7
GVSYkz9Zqdc=
=kdTZ
=====END PGP SIGNATURE=====
------------------------------
From: Gerard Paul Java <riker@mozcom.com>
Subject: IPTraf 2.1.1 - an IP network statistics utility
Date: Fri, 19 Nov 1999 01:05:52 GMT
=====BEGIN PGP SIGNED MESSAGE=====
Hi everyone,
I'd like to announce the release of IPTraf 2.1.1. This is a maintenance
release fixing a few minor bugs, notably a small oversignt that caused the
packet size distribution facility to produce inaccurate counts. Users of
previous versions are encouraged to upgrade.
IPTraf is an IP-oriented network statistics utility which can be used to
obtain TCP connection statistics, per-interface statistics and load
figures, statistics by TCP/UDP ports, packet size breakdowns, and LAN
station counts and loads. This is an ncurses-based utility, and therefore
runs on the Linux console or high-speed terminals.
You can obtain the latest version at
ftp://ftp.cebu.mozcom.com/pub/linux/net/iptraf-2.1.1.tar.gz
or
ftp://metalab.unc.edu/pub/Linux/system/network/monitor/iptraf-2.1.1.tar.gz
or you can visit the IPTraf home page at
http://cebu.mozcom.com/riker/iptraf/
Please return feedback to riker@mozcom.com.
Regards,
Gerard
- --
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: linux-announce@news.ornl.gov
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
iQCVAgUBODSicFrUI/eHXJZ5AQEobwQAiMZnxB1SWZJGP3nbj8KqdD/+dDN33MmS
9Qj5U7qW+NuC08i6sgVxOgSsV8Udmb/oN1cyjQOqB6INWnK0k4IR/GLYHiRErFvT
oRMh0Jya3TIrCQrG7jYIB0SmZXpcgi0iWJL1RVBRXvtj99v9kyV6bZFMiDgkrgst
hi7bsET1TlM=
=hH3+
=====END PGP SIGNATURE=====
------------------------------
From: LittleIgloo <jm@littleigloo.org>
Subject: COMMERCIAL: IglooFTP-PRO Beta Release
Date: Fri, 19 Nov 1999 01:01:34 GMT
Reply-To: LittleIgloo@front4.grolier.fr
=====BEGIN PGP SIGNED MESSAGE=====
IglooFTP-PRO Beta V0.9.7 Released
IglooFTP-PRO is the commercial version of
IglooFTP an award winning FTP Client.
Its main features are to be easy to use and
intuitive when used by novice, but powerful
and fully configurable in the hand of experienced
users. IglooFTP PRO makes full usage of the GTK+
library and offers much more features than any other
graphical client available on Unix based systems
including FXP transfers, extensed Firewall support,
Drag&Drop, URL clipboard monitoring,
Remote Directory Caching, and much, much more...
New in this release:
Important bug fixes and various improvments.
For more info please visit :
http://www.littleigloo.org
Regards,
Jean-Marc,
jm@littleigloo.org
- --
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: linux-announce@news.ornl.gov
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
iQCVAgUBODShblrUI/eHXJZ5AQFuYAP/Yws4HSlY/f7eR3m28/zYeZ4uR+aezVt1
2ZH8i+jXPIX5i7wnwVldW9aW3jkSl6eLBxUoWpYO3RDi9de/nw6zGes/5x7tpAIl
eGWGDZoNjsqqmt67y6pls3QuQcnx3lSeEjUbAGjM4PJVOE780m93hb4Ci11osPES
HF28EQyIGfI=
=pc8J
=====END PGP SIGNATURE=====
------------------------------
From: Mirko Zeibig <mirko@picard.inka.de>
Subject: rh-isdn-0.56-1 package for RedHat >=5.2 and ISDN4Linux
Date: Fri, 19 Nov 1999 01:11:17 GMT
=====BEGIN PGP SIGNED MESSAGE=====
Distribution: RedHat >=5.2
Summary: A few scripts and documentation to set up ISDN on RedHat
BuildArchitectures: noarch
Requires: isdn4k-utils initscripts net-tools
mailto:mz@webideal.de?Subject=rh-isdn
URL: http://www.webideal.de/rh-isdn/
ChangeLog: http://www.webideal.de/rh-isdn/ChangeLog
Downloads: http://www.webideal.de/rh-isdn/downloads/ (tgz, RPM, SRPM)
Hello everybody,
%Changelog
* Sun Nov 14 1999 <mz@webideal.de>
- - put the whole stuff into CVS (really nice tool), building the package
therefore now requires python and the whole docbook-jade-sgml stuff
- - changed copyright to GPL
- - Ruediger Sopp <rsopp@ernie.MI.Uni-Koeln.DE> provided some code for
dialin-support in ifup-ippp as well as support for more than one number.
- - as well he reported a bug, where the default-route was deleted even if
the dialed device was not the GATEWAYDEV. This is hopefully fixed by
the changes in /etc/ppp/scripts/routes.
%description
As RedHat does not seem to care for ISDN I wrote a
few scripts on my own with a little bit of inspiration by
isdn4net and the SuSE-startup-files. There is a spanish
version of this document available.
This is tested for RH 5.2 in combination with PAP-PPP,
dynamic IP and an Elsa QuikStep 1000 ISA-card (only
hisax is supported by these scripts out of the box).
I now have tested this one with the "german"
Halloween III which is a descendant of RH6.0.
Regards
Mirko
- --
privat: http://sites.inka.de/picard
commerce: http://www.webideal.de
qmail, ldap, serialfax, rh-isdn: http://www.webideal.de/#downloads
- --
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: linux-announce@news.ornl.gov
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
iQCVAgUBODSjtlrUI/eHXJZ5AQE+QQP/cR84lI+io9mdkCNXzj8HvXzyM9Y28Ow1
t6JFgt6KIrmQt7yORzPgkinTBS2aOjRDs2ryYrvW9efLYg3YmJ0L5bD7K19IdFTv
+Mou/A2D71q8aQZ468052ixV8a5uRPOQexs581xlz10FJ/cyzHsPWoNEBJZ4cV+1
A8FbPbXlgeY=
=b7Qo
=====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: Linux-Announce-Request@NEWS-DIGESTS.MIT.EDU
You can submit announcements to be moderated via:
Internet: linux-announce@NEWS.ORNL.GOV
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
******************************