Mike Frysinger | 77dbe73 | 2005-04-17 04:32:22 +0000 | [diff] [blame] | 1 | <!--#include file="header.html" --> |
| 2 | |
| 3 | |
| 4 | <h3>External Tiny Utilities</h3> |
| 5 | |
| 6 | This is a list of tiny utilities whose functionality is not provided by |
| 7 | busybox. If you have additional suggestions, please send an e-mail to our |
| 8 | dev 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 | |