2003-03-25 12:56:56 +03:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
|
|
|
|
|
|
|
|
<HTML>
|
|
|
|
<HEAD>
|
|
|
|
<TITLE>OpenBeOS Network Kit</TITLE>
|
|
|
|
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
|
|
|
|
<STYLE type="text/css">
|
|
|
|
body
|
|
|
|
{
|
|
|
|
text-indent: 0in;
|
|
|
|
font-stretch: normal;
|
|
|
|
text-align: left;
|
|
|
|
font-weight: normal;
|
|
|
|
text-decoration: none;
|
|
|
|
font-variant: normal;
|
|
|
|
color: #000000;
|
|
|
|
font-size: 12pt;
|
|
|
|
font-style: normal;
|
|
|
|
widows: 2;
|
|
|
|
font-family: "Century Gothic", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica";
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
</STYLE>
|
|
|
|
</HEAD>
|
|
|
|
<BODY text=#000000 vLink=#0000a0 aLink=#0000ff link=#0000c0 bgColor=#ffffff>
|
|
|
|
|
2003-04-01 03:39:21 +04:00
|
|
|
<H1>OpenBeOS Network Kit: Network apps</H1>
|
2003-03-25 12:56:56 +03:00
|
|
|
|
2003-04-01 03:39:21 +04:00
|
|
|
<H2>The OpenBeOS Network Kit comes with some basic network utilities:</H2>
|
2003-03-25 12:56:56 +03:00
|
|
|
|
|
|
|
<UL>
|
2003-04-01 03:39:21 +04:00
|
|
|
<LI><B>The Network GUI preference app</B><BR>
|
|
|
|
<I>Location</I>: No one yet, as nothing exist yet!
|
2003-03-25 12:56:56 +03:00
|
|
|
<LI><B>ping</B><BR>
|
|
|
|
<I>Location</I>: <CODE>src/apps/bin/ping</CODE>
|
|
|
|
<LI><B>ifconfig</B><BR>
|
|
|
|
<I>Location</I>: <CODE>src/apps/bin/ifconfig</CODE>
|
|
|
|
<LI><B>route</B><BR>
|
|
|
|
<I>Location</I>: <CODE>src/apps/bin/route</CODE>
|
|
|
|
<LI><B>traceroute</B><BR>
|
|
|
|
<I>Location</I>: <CODE>src/apps/bin/traceroute</CODE>
|
|
|
|
<LI><B>arp</B><BR>
|
|
|
|
<I>Location</I>: <CODE>src/apps/bin/arp</CODE>
|
|
|
|
</UL>
|
|
|
|
|
|
|
|
</UL>
|
|
|
|
|
|
|
|
<HR>
|
|
|
|
|
2003-04-01 03:39:21 +04:00
|
|
|
<H6>Philippe Houdoin, March 31rd, 2003</H6>
|
2003-03-25 12:56:56 +03:00
|
|
|
|
|
|
|
</BODY>
|
|
|
|
</HTML>
|