Sidebar: Ad-hoc, Yet Organized, Personal Collaboration

ad, al

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Sidebar: Ad-hoc, Yet Organized, Personal Collaboration
# 1  
Old 03-06-2008
Sidebar: Ad-hoc, Yet Organized, Personal Collaboration

HPL-2008-17 Sidebar: Ad-hoc, Yet Organized, Personal Collaboration - Close, Tyler; Recker, John; Sayers, Craig; Badrinath, Ramamurthy
Keyword(s): email, wiki, blog, collaboration, access control, personalization
Abstract: In today's workplace, much information is delivered over the Web, while email remains the workhorse of person-to-person collaboration. Our current mail user agents make it easy to get a web page by clicking on a link in an email, but the reverse link to our email about the web page is missing. To pr ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Hardware

Lab server organized software

Hello, Do you have any suggestion of any tool (web based preferably) about how to organize a lab environment? Now i save some info in excel sheet (one rack per column) , but i was thinking if any software exists. Thanks in advance! (2 Replies)
Discussion started by: @dagio
2 Replies

2. BSD

FreeBSD - Wireles Ad-hoc Networking with IP alias

Hello Friends, I'm a newbie to FreeBSD. Trying to implement a IEEE paper : Energy consumption models for ad-hoc terminals (Computers). The test setup with 3 Computers & Wireless NIC goes as follows: Transmitter (A) --------------- Forwarder (B) -------------- Receiver (C) 10.0.1.1/24 ... (0 Replies)
Discussion started by: Govindaraj
0 Replies

3. Shell Programming and Scripting

Bash: executing a command based on organized output

Just learning scripting. I need to remove duplicate managed printers using lpadmin. I have the following script (it's rough and probably a better way to do it) that returns the values as IP (column 1) Printer Name (column 2).command: lpstat -v | grep -E ... (6 Replies)
Discussion started by: Zookpr
6 Replies

4. Shell Programming and Scripting

Doubt in Ad-hoc reports and Mail

Hi all, 1. How to create ad-hoc reports using Shell Scripts? 2. How to create Shell Scripts for sending email to alert users for erroneous records? Thanks in advance. (1 Reply)
Discussion started by: sgunasekaran
1 Replies
Login or Register to Ask a Question
CNWCTL(8)						    BSD System Manager's Manual 						 CNWCTL(8)

NAME
cnwctl -- display statistics and control Netwave AirSurfer PC Cards SYNOPSIS
cnwctl [-d domain] [-i interface] [-k scramble-key] [-sS [rate]] DESCRIPTION
The cnwctl utility is used to control Netwave AirSurfer PC Cards as well as display statistics. The following options are available: -d Set the domain of the card to domain. The domain must be between 0x000 and 0x1ff. The domains 0x000 through 0x0ff are for access to an add-hoc network. The domains 0x100 through 0x1ff are for access to a Netwave Access Point. The default domain is 0x000. A card may only talk to the access point in its domain, or other cards in its add-hoc domain. -i Use interface as the interface rather than cnw0. -k Set the scramble key to scramble-key. The scramble key must be between 0x0000 and 0xffff. Both the source and the destination must use the same scramble key in order to communicate. -s Display statistics. When the optional argument rate (which must be the last argument to the end of the command line) is specified as a non-zero value, statistics will be displayed every rate seconds. At the top of each ``page'' of statistics, column labels will be displayed. The first row of statistics will be totals since boot, subsequent lines are deltas from the previous row. If rate is not specified, or is 0 (zero), a single page of statistics will be displayed. These statistics are more detailed and include: domain The domain this card is part of. rx Number of packets received. rxoverflow Number of overflows detected. rxoverrun Number of overruns detected. rxcrcerror Number of CRC errors detected. Random noise can cause these errors. rxframe Number of framing errors detected. rxerrors Number of generic errors detected. rxavail Number of times a packet was available. tx Number of packets requested to be sent. txokay Number of packets sent. txabort Number of packets aborted (not sent within 9 tries). txlostcd Number of times carrier detect was lost. txerrors Number of generic transmit errors detected. txretries Total number of retries. Nx retries Number of packets which were retried N times. -S Display status read from the hardware. This option is only available to the super user. The rate argument is used as with the -s option. The following fields are displayed link integrity field (lif) A 0 value implies no links. connection quality (cq) Probably indicates the quality of the connection to the access point. spu Unknown meaning. link quality (lq) Probably indicated the quality of the link to the access point. hhc Unknown meaning. mhs Unknown meaning. revision The revision numbers of the card. id The ID of the card. SEE ALSO
cnw(4) BSD
January 5, 1997 BSD