2004-06-12 13:30:15 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<chapter id="basicnet-netprogs">
|
2004-05-07 10:32:10 +08:00
|
|
|
<?dbhtml filename="netprogs.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
<title>Basic Networking Programs</title>
|
|
|
|
|
2003-09-24 04:34:30 +08:00
|
|
|
<para>These applications are generally client applications used to
|
|
|
|
access the appropriate server across the building or across the world.
|
|
|
|
Tcpwrappers and portmap are support programs for daemons that you may
|
|
|
|
have running on your machine.</para>
|
|
|
|
|
2004-06-12 13:30:15 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncftp.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="openssh-client.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="rsync-client.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cvs.xml"/>
|
2004-06-22 13:32:19 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="subversion.xml"/>
|
2004-06-12 13:30:15 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="wget.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tcpwrappers.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="portmap.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="inetutils.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nfs-utils.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncpfs.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ntp.xml"/>
|
2004-07-08 20:42:56 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="net-tools.xml"/>
|
2004-06-12 13:30:15 +08:00
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</chapter>
|