[3443] in linux-announce channel archive
Linux-Announce Digest #734
daemon@ATHENA.MIT.EDU (Digestifier)
Tue Feb 15 19:32:11 2000
Message-ID: <20000216001311.21014.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: Tue, 15 Feb 00 19:13:06 EST
Linux-Announce Digest #734, Volume #3 Tue, 15 Feb 00 19:13:06 EST
Contents:
PACT 0.5 - Port Accounting & Collection Tool (Garry Glendown)
OpenFlow Process Repository 0.2 - The Open Source Workflow (Paolo Bizzarri)
ObjectThread 0.4.4 - C++ threading toolkit for Linux and Windows (Jason Nye)
LOCAL: Geilenkirchen Linux Users Group (Chris Bragg)
LOCAL: Kitchener/Waterloo Unix User's Group (Chas)
LOCAL: Vancouver, BC: Connectivity 2000 (Dave Michelson)
WWW: Penguin Magazine Issue 1 http://www.PenguinMagazine.com ("Scott R. Haven")
LOCAL: WPLUG Installfest/DemoDay ("James O'Kane")
Performance Co-Pilot Open Source - Release Announcement (Ken McDonell)
WWW: LUGWW project pages have moved (lugww@counter.li.org)
cLIeNUX pre-release announcement (cLIeNUX user)
----------------------------------------------------------------------------
From: Garry Glendown <garry@mrbean.insider.org>
Subject: PACT 0.5 - Port Accounting & Collection Tool
Date: Tue, 15 Feb 2000 23:11:38 GMT
=====BEGIN PGP SIGNED MESSAGE=====
PACT - "Port Accounting and Collection Tool" - is a software package to
do complete port accounting for SNMP-manageable devices like routers,
hubs, and switches. Administration is done using an HTML interface with
dynamic data fed through PHP and MySQL database backend.
The following changes have occured since the last announcement (0.4):
V0.5 - 13.2.2000
- had a type-cast-problem in the fix for _fast_ ports and long time
spans, so actually, the overrun problem in the maximum byte
usage wasn't yet corrected in 0.4, but it is now. Anyway, you
should still make sure you run collector at timespans of 5-10
minutes
- --
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
iQCVAgUBOKndK1rUI/eHXJZ5AQHZGwP+PozQJD9hlEltYScg5TOKHIyru1SF/wr3
RwT7VqtjMlcNiYJE2DVAdbTEoOkHmnfE4q94HxrXBWLrUzBXDMD2BSEmL5obFy04
y8xtPooWIu56NV4tkairSY6Z+Ix98Z8uDFb694QLLRXmGP0GTWDgYwjCTqonnM/9
84N1E8XBPxc=
=kcRr
=====END PGP SIGNATURE=====
------------------------------
From: Paolo Bizzarri <p.bizzarri@icube.it>
Subject: OpenFlow Process Repository 0.2 - The Open Source Workflow
Date: Tue, 15 Feb 2000 23:13:14 GMT
Reply-To: p.bizzarri@icube.it
=====BEGIN PGP SIGNED MESSAGE=====
We are pleased to announce the availability of the
Process Repository 0.2 for the OpenFlow Project.
OpenFlow is an open source workflow system,
currently under development for the italian public
administrations. It is built on top of the Zope
application server. OpenFlow includes three main
components, under development:
- - the OpenFlow Designer, for the definition of
workflows and processes;
- - the OpenFlow Process Repository, for the storing
and retrieving of all the process definifions;
- - the OpenFlow Engine, for the executions of the
workflows.
The current version of the Repository provides a
set of objects for the Process Definitions, as
specified by the Workflow Management Coalition. It
has to be considered a development version, with
possibily many things broken or subject to
changes. It is useful mainly for understanding how
we are going to build OpenFlow.
You can visit the site of OpenFlow (currently only
in Italian) at www.icube.it/openflow
You can find the downloadable files, mailing list,
etc at: sourceforge.net/project/?group_id=2370
- --
Paolo Bizzarri - Responsabile Marketing I3 Icube
Srl
Sede: Via Ridolfi 15 - 56124 Pisa (PI), Italia
E-mail: p.bizzarri@icube.it WWW: www.icube.it
Tel: (+39) 050 97 02 07 Fax: (+39) 050 31 36 588
- --
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
iQCVAgUBOKndilrUI/eHXJZ5AQGc1wQAoHiyNf7fHOT0uKDm/T5nI6RF5duQe0Yp
5eVGoJDNWw4P03ZUDyy5x7lqyV30q9ccmDKFpkcQ3lVxRdbxRGktK1o6mjeLw+wq
w2Yl+DInGIYYzGZG0mFnO1T/xAkSanvdDmVPdCfzc7vu42nvSTGtG9ij6+4PSXAb
7i/ZE5k4PFg=
=yPFJ
=====END PGP SIGNATURE=====
------------------------------
From: Jason Nye <jnye@nbnet.nb.ca>
Subject: ObjectThread 0.4.4 - C++ threading toolkit for Linux and Windows
Date: Tue, 15 Feb 2000 23:19:37 GMT
=====BEGIN PGP SIGNED MESSAGE=====
I'm pleased to announce the availability of ObjectThread 0.4.2 -- a C++
threading toolkit for Linux & Windows released under the LGPL.
ObjectThread is a small library dedicated to providing simple but
powerful threading functionality. The current version includes the
following classes (among others):
AutoPtr (Thread-safe reference counted pointer)
Barrier
CancelState/Type Guards
Condition
Lockable & Guard
Mutex
Semaphore
RWLock & Guard
Notifier
FDNotifier (Linux/UNIX only)
EventNotifier (Win32 only)
CallbackNotifier
SeqNotifier
Messenger (Used to send messages with notifiers)
Sequence
LockedQueue
LockedStack
LockedPrioQueue
ThreadPool
Timer
This toolkit was designed to be simple and extensible -- it is easy to
add your own lockable, notifier, sequence, etc and they will all fit
into the library seamlessly.
ObjectThread is currently tested on the following systems/compilers:
Linux:
gcc-2.95.1+ (Makefile included)
Win32:
MSVC++ 5.0 (.dsw included), Borland C++ 5.02 (.ide included)
While this library is extremely useful and useable as it is, I am
looking for interested parties in helping to port it to other unices and
help me refine the Win32 engine (it uses a pthreads-like virtual machine
to implement thread interaction and cancellation (async cancellation
works on Win32, also)).
I am also looking for ideas about what other functionality can be added
to the library.
To download the library:
Go to www3.nbnet.nb.ca/jnye and follow the "Current Software Projects"
link and you'll see directions on how to download it. Documentation is
also included on my site (generated by DOC++). If you are using Netscape
in Windows, good luck trying to download the library (the server does
not recognize mime types). You can try right-clicking on the file and
selecting 'save link as', but I always end up with an incorrect tar.gz
file. The best bet in Windows is to use IE and rename the file offered
to ObjectThread.tar.gz -- don't attempt to save it as html! It is NOT
html. If you are using Linux, you'll have no problem using Netscape and
right clicking on the file and selecting 'save link as'. Good luck. If
you have no end of trouble, email me and I'll email you the latest
version.
Cheerio,
Jason
- --
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
iQCVAgUBOKnfCVrUI/eHXJZ5AQGRxAP/ToBIHzByapm1686++W+wJRcy7jdTp4XH
yVbHQ7Y4+CsjuoPkYf0oU5gyMXVPx4keiaXI5mJoEkHlzOcfCxBPxgx48IUBGuRk
upao4ZEKHI0tdTITMrDu4bAa7OilyxtDb+Rp0pxYkSJ+CpZhDE7tIR29dHiNXo0P
IY1iuzayf9o=
=goeM
=====END PGP SIGNATURE=====
------------------------------
From: Chris Bragg <chrisbragg31@yahoo.com>
Subject: LOCAL: Geilenkirchen Linux Users Group
Date: Tue, 15 Feb 2000 23:23:18 GMT
=====BEGIN PGP SIGNED MESSAGE=====
The Geilenkirchen Linux Users Group (GKLUG) is having its next monthly
meeting on Wednesday, March 8th, 2000 at the Frisbee Club on the NATO
Air Base Geilenkirchen.
The meeting is open to everyone with access to the NATO Air Base. For
more information, please visit out web site at:
http://www.linuxstart.com/~gklug
Chris Bragg, Founder
Geilenkirchen Linux Users Group (GKLUG)
http://www.linuxstart.com/~gklug
gklug@linuxstart.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
iQCVAgUBOKnf5lrUI/eHXJZ5AQEmcAP/ba13WYvshMYkSTXERdYL3a8v2rMIj+wu
P7rGUVuYtaoOIkEuktAgQ0UNqBOhnEqXVQDMXOLMd8W6qkivmzpPEX9itHPBzn66
uPvKukrllNzJvj0Wj/AQgOArkBGnAzi3ZNK+xKVYTLGvKXFaRSEWk3+y8QBkhbFT
cBz68JTK0xw=
=dxmV
=====END PGP SIGNATURE=====
------------------------------
From: dynomite@jeffersons.com.no (Chas)
Subject: LOCAL: Kitchener/Waterloo Unix User's Group
Date: Tue, 15 Feb 2000 23:23:27 GMT
=====BEGIN PGP SIGNED MESSAGE=====
The Kitchener-Waterloo UNIX Users' Group (KWUUG)
will be meeting at 7:00 PM this Wednesday, Feb 16th.
We will be meeting at:
ICR Board Room DC1331
University of Waterloo
(First Floor Davis Center North East Corner, parking
in the MKS lot for the meeting)
The KWUUG is an informal group, all are welcome.
Rail Line Phillip Street
| |
|[CCC] |[Shell] Columbia Street
____________|______________|______________________________
| |[GTO]
[DC*]|[MKS] [RIM]|
UofW | |
| [McGinnis]|[Blue Dog] [Fox and Pheasant]
____________|______________|______________________________
|
| University Avenue
Chas
[ http://www.mccolm.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
iQCVAgUBOKnf71rUI/eHXJZ5AQHGDgP/RWQYE/2pBagFZZQKngOWuP4lnEGHWwUJ
4LaCA5BsPx1UrH5EutfCKrq2t+59X/erxF1V59XmGO5QTwJ5N3M1/cqGeYBbBt3o
+KPTF7WYfwPHiMFg3leCZxeGSMDOp2yxfHXec1R8JP0P1jAFn8AOznD8Tx5dmwp9
QT4Pio2FQ3w=
=lShC
=====END PGP SIGNATURE=====
------------------------------
From: Dave Michelson <dmichelson@ieee.org>
Subject: LOCAL: Vancouver, BC: Connectivity 2000
Date: Tue, 15 Feb 2000 23:21:18 GMT
=====BEGIN PGP SIGNED MESSAGE=====
Intel, The Vancouver Linux Users Group, IEEE Vancouver,
the North Shore News and Capilano College
invite you to attend:
-----------------------------------------
Options for High Speed Residential Access
- Connectivity 2000 -
A Technical Briefing for Knowledgeable Users
--------------------------------------------
Capilano College - Birch Theatre
North Vancouver
Wednesday, February 23, 2000 - 7:00-9:00 pm
Free Admission
Parking $2.00 (bring coins)
Topics include
- status and future plans for high speed residential access
- security issues associated with high speed access
- Linux-based firewalls for the small office/home network
Presenters include
- Rogers@Home,
- Telus ADSL,
- LOOK Wireless Internet, and
- Netmaster Networking Solutions
Please see
http://www.capcollege.bc.ca/webinfo/c2000.html
for details.
- -- -o)
Dave Michelson /\\
dmichelson@ieee.org _\_v
- --
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
iQCVAgUBOKnfblrUI/eHXJZ5AQFoEgQAviJ0HylZ0bG0Q5pqlUcRsfu7+tSVEnQc
sM0hLSWr/e/Kpy7RCtk/oEJN7NRqvRpuk2CwKwvOEIkbNEiQivz9K9vcHi8tGFsp
2D5+/WsrPKWjNVGxVJzw7uB3vg843btsZtaavmlgDlWv91dhCg63q//VtRlDV7dS
PikjOtHFABY=
=LMO0
=====END PGP SIGNATURE=====
------------------------------
From: "Scott R. Haven" <shaven@penguinmagazine.com>
Subject: WWW: Penguin Magazine Issue 1 http://www.PenguinMagazine.com
Date: Tue, 15 Feb 2000 23:21:28 GMT
=====BEGIN PGP SIGNED MESSAGE=====
Penguin Magazine, "The newbie friendly online magazine for Linux users"
would like to announce that it's first issue is now online.
New for this issue:
Apache, MySQL, and PHP
- --------------------
Database driven sites may be the best thing since
sliced bread, but preparing the server can be half
the battle.
In this article we will install, and test everything necessary to
build just such a site.
Understanding The Directory Tree
- -------------------------
An explanation of what goes where,
and where to find things.
Networking with X Windows
- -------------------------
This walkthrough will guide
you though:
- - Running remote
applications over the
network.
- - Logging in to a system
remotely.
- - Customizing your graphical login.
Centralized Logging with Syslogd
- ---------------------------
Configure syslogd to send messages
to a remote system.
Help with RPM
- ---------------------------
An overview of installing, removing,
and querying RedHat packages using the
command line utility.
Easy Fix for RedHat 6.1 kaudioserver Problem
- ---------------------------------
System sounds in KDE don't work since
you've installed RedHat 6.1? Here's the fix.
Scott R. Haven
shaven@penguinmagazine.com
Editor, Webmaster
- --
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
iQCVAgUBOKnfeFrUI/eHXJZ5AQEwAAQAx0A7+ubVMUDqX97zGoZz3Kd/SMoAfqSR
ZhO1T/Gd416nqFefvCOE8UaA5tKC0KMRAsEvHTdw/NanGHopE/0Gf9RGvTxk34ub
f/Fc8PD2o6ZMdyoMFAfARN9Sw+Q3VYM938BD2Ds4IYGfczcX0VUATSm4pOfokbqd
T4DuFwJ7lUE=
=pqGo
=====END PGP SIGNATURE=====
------------------------------
From: "James O'Kane" <jo2y@midnightlinux.com>
Subject: LOCAL: WPLUG Installfest/DemoDay
Date: Tue, 15 Feb 2000 23:20:05 GMT
=====BEGIN PGP SIGNED MESSAGE=====
In response to the release of win2k, the Western PA Linux User's Group is
having an install fest on Saturday, Feb. 19th, 2000. We'll be meeting in
our usual place of 4623 Wean Hall on CMU's campus in Oakland. More info
can be found at http://www.wplug.org
There will be door prizes (as soon as I figure out what that means),
raffle drawings throughout the day, and loads of FREEEEE stuff (so free we
needed extra E's on it)! I have 38lbs of Free CD's and no one is leaving
the room until their all gone! Prices are slashed to the bone!
T-shirts! Books! Geek Magnetic Poetry!
Bring your friends, cousins, neighbors, and that cute redhead from class!
Not available in stores! Act now! Operators are standing by.
- -james
Self-named VP for PR(opaganda)
- --
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
iQCVAgUBOKnfJVrUI/eHXJZ5AQFdKgP7BB97dmYhCrFMo0URFquk4XYf3m9a7OTZ
jN7pPRGxN1T0qgQalwLDDuBr5YWL8qpGJgpqvdM8n/4+diG6CSgfJlXcrzlg+BXo
q+Eh6dP6mYJJKWICfi47uc2ZuvAZsMOPWqva4oCs1L3MG/IaI98AA+QOAIBI0zU2
ohLISAgAnMc=
=9sMF
=====END PGP SIGNATURE=====
------------------------------
From: kenmcd@rattle.melbourne.sgi.com (Ken McDonell)
Subject: Performance Co-Pilot Open Source - Release Announcement
Date: Tue, 15 Feb 2000 23:22:11 GMT
=====BEGIN PGP SIGNED MESSAGE=====
Version 2.1.4 of the Open Source release of SGI's Performance Co-Pilot
(PCP) infrastructure for system-level performance monitoring is now
available from http://oss.sgi.com/projects/pcp/
Major changes in this release include:
- Extensions to the Linux kernel agent to export additional
network metrics from /proc/net/snmp and additional disk
throughput metrics.
- Porting changes for Alpha and PowerPC platforms.
- Upgrades to the weblog agent to handle new style Apache
configurations.
- Minor bug fixes.
15 February 2000
- ----------
We would be delighted to receive feedback from users with an interest
in expanding the coverage of PCP in terms of either supported platforms
or collection agents for new sources of performance data or new
monitoring clients. For more information, please refer to
http://oss.sgi.com/projects/pcp/contribute.html
- ----------
PCP supports performance monitoring and management with an extensible
framework into which new sources of performance data can easily be
integrated, and new performance monitoring applications developed.
Out-of-the-box performance data includes all performance metrics from
the kernel, per-process performance data, Webserver activity metrics,
sendmail activity, SMTP queues, throughput measures for Cisco routers,
and source-level tracing of application events.
The infrastructure includes remote monitoring over TCP/IP, and a single
API for accessing all performance data from either a real-time source or
an historical archive.
15 February 2000
- --
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
iQCVAgUBOKnfo1rUI/eHXJZ5AQFqrgP/ShSaGVefHEugvCY8I/ld55fC8Jr1uZ/9
uZZHilPk9n9+GHReRl+RT8OrmstuAk1WpcyhZL5UA3+qtB3vVUAfyXHrYe/x7Y7d
BolMLk6RV/8l7GitXqFJy2Q4kz2mFQYwhmUwkIi1C7fRivwcAZ+4fRgMpyqbZy8u
ooSvIZPrUjI=
=KP/e
=====END PGP SIGNATURE=====
------------------------------
From: lugww@counter.li.org
Subject: WWW: LUGWW project pages have moved
Date: Tue, 15 Feb 2000 23:21:56 GMT
Reply-To: lugww@counter.li.org
=====BEGIN PGP SIGNED MESSAGE=====
Hi,
Effective immediatly the Linux User Groups WorldWide (LUGWW) project pages
have been moved.
You can now find, edit or add your local Linux User Group at:
http://lugww.counter.li.org/
Make sure you familiarize yourself with the LUGWW protocol before
entering a new group.
Your continued support to add new groups and 'region' definitions is
appreciated and I hope you will continue to support the project with some
assistance.
Hugo.
PS: Some pages have shifted back to the holding area. I'll attend to those
this week.
- --
Hugo van der Kooij; Oranje Nassaustraat 16; 3155 VJ Maasland
hvdkooij@caiw.nl http://home.kabelfoon.nl/~hvdkooij/
- --------------------------------------------------------------
Use of any of my email addresses for unsollicited (commercial)
email is a clear intrusion of my privacy and illegal!
- --
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
iQCVAgUBOKnflFrUI/eHXJZ5AQGjrQQAtTOQVi3gFwGageikydZUghlEzQuEbQKg
YIbRsVxegRqmnB0U8fgVnxOwtKuaivA6SIFuPQ43wpznCE6zT1p5elrxcRa/TUwH
Qk3SICCuILKdzz7nX2eqnqpf4NZKsPvWCjOgZy9yo+D0n3Hx4K47xZISemy7tOYs
hyC/17G8LHU=
=zXQ0
=====END PGP SIGNATURE=====
------------------------------
From: r@your_host.com (cLIeNUX user)
Subject: cLIeNUX pre-release announcement
Date: Tue, 15 Feb 2000 23:23:00 GMT
Reply-To: humbubba@smart.net
=====BEGIN PGP SIGNED MESSAGE=====
in re
ftp://linux01.gwdg.de/pub/cLIeNUX and elsewhere
This is a listing of stuff I don't think you'll find in any other
Linux/GNU/unix as of Feb. 2000. This is what makes cLIeNUX cLIeNUX,
content-wise. This stuff all exists, but some of it isn't in released
cLIeNUXen just yet. Matter of weeks, looks like, till 1.3.
Commands I've written for cLIeNUX
DEC nfs-mount gatekeeper.dec.com:/archive
DSFHdir sh/ed script converts a directory tree to the DSFH
DSFHed converts a file to the DSFH
H3sm Hohensee's 3-stack machine, a Forth-like language
Xvga.fs is a lot of Forth VGA/MCA/XGA words using /dev/port
aaaa sets the default qwerty keymap, EASY_to_type name
add simple "adding machine" in awk
beep beeps 6 times over 5 seconds
bogoclean lie about an ext2 filesystem's unmount status
bogocleans lie a lot (example of "poke" use)
c: newbie-snagger, help suggester
clear small fast static screenclearer
comments outputs only the /**/ comments from C sourcecode
contract removes a directory name, but keeps its contents
count generate an ordered range of integer values in Bash
cursor example tweak of the console cursor appearance
dddd sets the Dvorak 2-hand keymap, my fave
dtw Delete Trailing Whitespace
edir edit each file in a (quoted glob) list in turn
epoch seconds elapsed in unix epoch, awk one-liner
flush 600 byte static version of unix sync
flusher 5 minute periodic sync "daemon" script
fonts cycle through the console fonts
guide lengthy interactive tour of cLIeNUX
getvtsh static vt micro-mingetty, doesn't call login at all
help call browse (Lynx) on /help (required mods to Bash)
hits grep-like awk script returns *only* the matching string
line shell/ed script obtains a line of a file by line number
linecount awk one-liner
mkWhatIs seedoc html analog of makewhatis
nfs-up my lan startup script. Comms are my weak suit, by choice.
normal return text console state to as normal as possible
page minimal static text pager
peek like in BASIC, but vis-a-vis a "file". See poke.
pidstat readable proc (/kernel) stat info of a pid
pingit ping yahoo
poke sibling of peek, put a byte at offset in an lseekable
ppp dcon pppd/dialup script
prepend prepend prefix_file file_to_be_prefixed
reset another vt sane-ifier
restart small static one-mode rebooter. Use shutdown.
see replaces "man" for cLIeNUX html "seedocs"
shakin periodic sampler of running kernel variable values
shutdown simple client-use-Linux restart script
slice slice and dice a file, like a vicious dd
sound PC speaker sound-effect, 636-tone microtonal scale
stat small static hexdump of stat() info of a file
statfs small static hexdump of statfs() info of a mounted fs
status script/proc version of "top"
stc Scramble (VGA) Text Colors, picks 16 out of millions
tally count the occurences of each of 256 byte values
true 492 bytes, in C, static. false is the same.
x like startx
yahoo quick websearch convenience wrapper for Lynx
Comment: nothing huge. That's the point. Forth-like. A bunch of team
players.
cLIeNUX also includes Alex Beyn's shnetapps netcat Internet client scripts
Commands I've modified
Bash Bash-specific help is "shelp"
binedit a much less annoying bpe hex editor
ed GNU ed plus a crucial quantum of helpfulness
forth eforthl and PForthl have 160 Linux syscalls
man2html the GNU man helper, reworked for without man
tr factored by mode into pluck, squeeze and exchange
xart xart is my update of XPaint for X
Unusual base includes
C-Kermit A classic, bulletproof, not slow, and new license.
calc not GNU calc, a simple HP-28 thingy
EPIC/splitfire an IRC client and a non-juvenile colors/etc. script
fonter a dos-style console font editor.
gcc 2.7.2.3 It works.
hc-cron home computer cron.
libc5.4.46 see libc6 below
sc visicalc knock-off for unix. Plenty of math.
SVGATextMode text mode != Dos
rotate like tac, sideways
NASM so you can write virii for Wintendo from Linux
netcat The guy's right. Worthy of a 2-char. name like "ed"
pmail concise little POP/SMTP tool by a Chinese guy
textcolor from the SVGATextMode package, basis of stc.
zgv non-X pic viewer. Use the -J3 switch.
not base, but unusual
Mosaic They probably got the name from "mozilla".
Unusual NON-includes
aub no Perl. I use slrn, suck and Lynx.
C++ no libstdc++, no cc1plus, etc.
emacs I just don't get it. I have an OS, thanks.
gdb handy sometimes. Just too big for cLIeNUX Core.
GNU .info They're in a package. As html.
groff GNU groff needs libstdc++
libc6 You're joking, right? 4 meg?
Perl too big. Many cleaner alternatives.
renames multiple globbing mv. "ren" on metalab.
telnet telnet is a symlink to C-Kermit
minicom C-Kermit also supplants minicom, cu, seyon...
vi No vi. Not one. ed + Pico > vi, and is smaller.
Docs I've written for cLIeNUX
C a seedoc/manpage for basic programming in C.
programming hex, Boole, bits, AND, GOTO etc.
ABOUT the ABOUT files, directory-specific help.
/help/configuration.html
hyperlinks to all your crucial configs
seedocs most of my commands have seedocs
Almost all the usual manpages are converted
also, and I have seedocs for things like
PATH, IFS and so on.
gobs more tips all over the place, like an explanation
of the f switch in "see tar"
cLIeNUX configuration characteristics.
inittab That's it. One init script.
DSFH non-standard non-cryptic non-unix names for the likes
of /etc, with automatable aliases like /.et .
no forced fscks
of course, we fsck like a big dog if asked nicely
re-names "cat" has been renamed to "get". Relax. "cat" is in
your PATH in /command/unix. There's about 50 like that.
This makes things harder for old hands and easier for
newbies. cLIeNUX is like that.
VGA90 90-column stone-VGA text console. For PC's AND PS/2s.
ad nauseum
There will be a minimal-ish "XCore" also. That may or may not be some more
few weeks. The base of it is in ../interim on the above ftp site,
along with some other items above, like the many-syscalls Forths.
ftp://linux01.gwdg.de/pub/cLIeNUX
Rick Hohensee
cLIeNUX user 0
20000215
- --
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
iQCVAgUBOKnf1FrUI/eHXJZ5AQErTgP+K35FK8gkOqlgVlVRKJ+teMf2gUpWlIr0
bZqhiJv1FL4mTl8LHtBAzxWIaOk4qq7quj9aLsjmv7NCfJNM9Ku6Rac21f+AUtzA
tgrjzqhQBEL2G/9MaWAVV9+A/jxusYptBgTVSlIDTQQjYAC6oVSX/rtu3xL9yM1T
sHz1g+wgCJ8=
=5ULw
=====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
******************************