diff options
author | Mike Frysinger | 2005-04-17 04:32:22 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-04-17 04:32:22 +0000 |
commit | 77dbe738d23da4065a156dd61ed0636f265e1bb6 (patch) | |
tree | c9cd635db30c6a6abfcc367658e325d738617258 /docs/busybox.net/tinyutils.html | |
parent | 14f5c8d764ab7429367feb407ab86191054e6a8a (diff) | |
download | busybox-77dbe738d23da4065a156dd61ed0636f265e1bb6.zip busybox-77dbe738d23da4065a156dd61ed0636f265e1bb6.tar.gz |
add a new list of external tiny utilities
Diffstat (limited to 'docs/busybox.net/tinyutils.html')
-rw-r--r-- | docs/busybox.net/tinyutils.html | 35 |
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 0000000..f5bbab9 --- /dev/null +++ b/docs/busybox.net/tinyutils.html @@ -0,0 +1,35 @@ +<!--#include file="header.html" --> + + +<h3>External Tiny Utilities</h3> + +This is a list of tiny utilities whose functionality is not provided by +busybox. If you have additional suggestions, please send an e-mail to our +dev mailing list. + +<br><br> + +<table> +<tr> + <th>Feature</th> + <th>Utilities</th> +</tr> + +<tr> + <td>SSH</td> + <td><a href="http://matt.ucc.asn.au/dropbear/">Dropbear</a> has both a sshd and a ssh client.</td> +</tr> + +<tr> + <td>SMTP</td> + <td><a href="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/">ssmtp</a> is an extremely simple MTA.</td> +</tr> + +<tr> + <td>DNS</td> + <td><a href="http://www.thekelleys.org.uk/dnsmasq/">dnsmasq</a> is a small forwarding DNS server meant for small environments.</td> +</tr> +</table> + +<!--#include file="footer.html" --> + |