CONTENTS: netmods netpipes rsync netmods: Network support modules for linux-2.2.13. netmods: netmods: These modules can be loaded into the kernel to support many network netmods: cards and protocols. netmods: netmods: netmods: netmods: netmods: netmods: netmods: netpipes: netpipes 4.2 netpipes: netpipes: Robert Forsman's netpipes package makes TCP/IP streams usable in shell netpipes: scripts. It can also simplify client/server code by allowing the netpipes: programmer to skip all the tedious programming bits related to sockets netpipes: and concentrate on writing a filter/service. Here's an example of netpipes: what you can do with 'faucet' and 'hose', two netpipes commands: netpipes: netpipes: server$ faucet 3000 -out tar cf - . netpipes: client$ hose server 3000 -in tar xvf - netpipes: rsync: rsync-2.3.1 rsync: rsync: rsync is a replacement for rcp that has many more features. It rsync: uses the "rsync algorithm" which provides a very fast method for rsync: bringing remote files into sync. It does this by sending just the rsync: differences in the files across the link, without requiring that both rsync: sets of files are present at one of the ends of the link beforehand. rsync: rsync: rsync was written by Andrew Tridgell and Paul Mackerras. rsync: rsync: