aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.net/tinyutils.html
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-17 04:32:22 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-17 04:32:22 +0000
commit77dbe738d23da4065a156dd61ed0636f265e1bb6 (patch)
treec9cd635db30c6a6abfcc367658e325d738617258 /docs/busybox.net/tinyutils.html
parent14f5c8d764ab7429367feb407ab86191054e6a8a (diff)
downloadbusybox-w32-77dbe738d23da4065a156dd61ed0636f265e1bb6.tar.gz
busybox-w32-77dbe738d23da4065a156dd61ed0636f265e1bb6.tar.bz2
busybox-w32-77dbe738d23da4065a156dd61ed0636f265e1bb6.zip
add a new list of external tiny utilities
Diffstat (limited to '')
-rw-r--r--docs/busybox.net/tinyutils.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/busybox.net/tinyutils.html b/docs/busybox.net/tinyutils.html
new file mode 100644
index 000000000..f5bbab9be
--- /dev/null
+++ b/docs/busybox.net/tinyutils.html
@@ -0,0 +1,35 @@
1<!--#include file="header.html" -->
2
3
4<h3>External Tiny Utilities</h3>
5
6This is a list of tiny utilities whose functionality is not provided by
7busybox. If you have additional suggestions, please send an e-mail to our
8dev mailing list.
9
10<br><br>
11
12<table>
13<tr>
14 <th>Feature</th>
15 <th>Utilities</th>
16</tr>
17
18<tr>
19 <td>SSH</td>
20 <td><a href="http://matt.ucc.asn.au/dropbear/">Dropbear</a> has both a sshd and a ssh client.</td>
21</tr>
22
23<tr>
24 <td>SMTP</td>
25 <td><a href="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/">ssmtp</a> is an extremely simple MTA.</td>
26</tr>
27
28<tr>
29 <td>DNS</td>
30 <td><a href="http://www.thekelleys.org.uk/dnsmasq/">dnsmasq</a> is a small forwarding DNS server meant for small environments.</td>
31</tr>
32</table>
33
34<!--#include file="footer.html" -->
35