c168ae0a68784d6b44b875a43e8d17d7ee6e01d7
[oweals/busybox.git] / docs / busybox.net / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> 
2
3 <HTML>
4 <HEAD>
5 <TITLE>BusyBox</TITLE>
6 </HEAD>
7
8 <body text="#000000" alink="#660000" link="#660000" bgcolor="#dee2de" vlink="#660000">
9
10 <basefont face="lucida, helvetica, arial" size="3">
11
12
13 <CENTER>
14       <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2>
15             <TR>
16                 <td bgcolor="#000000">
17                   <FONT FACE="lucida, helvetica" COLOR="#ccccc0">
18                       <B>B&nbsp;u&nbsp;s&nbsp;y&nbsp;B&nbsp;o&nbsp;x</B>
19                   </FONT>
20                 </TD>
21             </TR>
22       </TABLE>
23       <a href="/"><IMG SRC="images/busybox2.jpg" alt="BusyBox" border="0" width="360" height="230"></a><BR>
24
25
26 <!-- Begin Introduction section -->
27
28
29 <TABLE WIDTH="95%" CELLSPACING=1 CELLPADDING=4 BORDER=1>
30 <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
31     <A NAME="intro"> <BIG><B>
32     The Swiss Army Knife of Embedded Linux
33     </B></BIG></A>
34 </TD></TR>
35 <TR><TD BGCOLOR="#eeeee0">
36
37 BusyBox combines tiny versions of many common UNIX utilities into a single
38 small executable. It provides minimalist replacements for most of the utilities
39 you usually find in fileutils, shellutils, findutils, textutils, grep, gzip,
40 tar, etc. BusyBox provides a fairly complete POSIX environment for any small or
41 embedded system. The utilities in BusyBox generally have fewer options than
42 their full featured GNU cousins; however, the options that are included provide
43 the expected functionality and behave very much like their GNU counterparts.
44 <p>
45 BusyBox has been written with size-optimization and limited resources in mind.
46 It is also extremely modular so you can easily include or exclude commands (or
47 features) at compile time. This makes it easy to customize your embedded
48 systems. To create a working system, just add /dev, a kernel, and an editor,
49 such as nano, e3, or elvis-tiny.  For a really minimal system, you can even use
50 the busybox shell (not Bourne compatible, but very small and quite usable).
51 <p>
52
53 BusyBox is now maintained by 
54 <a href="http://codepoet.org/andersen/erik/erik.html">
55 Erik Andersen</a>, and its ongoing development is being sponsored by 
56 <a href="http://www.lineo.com/">Lineo</a>. 
57 <p>
58 BusyBox is licensed under the 
59 <a href="http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a>
60 <p>
61
62 <h3> Screenshot </h3>
63
64 <p> Because everybody loves screenshots, a <a href="screenshot.html">
65 screenshot</a> of BusyBox is now available <a href="screenshot.html"> right
66 here</a>
67
68 <H3>Mailing List Information</h3>
69 BusyBox now has a <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>!
70 To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo/busybox">this page</a>.
71
72 <!-- Begin Latest News section -->
73
74 <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
75     <A NAME="news">
76     <BIG><B>
77     Latest News
78     </B></BIG>
79     </A>
80 </TD></TR>
81 <TR><TD BGCOLOR="#eeeee0">
82
83 <ul>
84
85     <li> <b>27 January 2001 -- BusyBox 0.49 released</b>
86     <br>
87
88              Several new applets, lots of bug fixes, cleanups, and many smaller 
89              things made nicer.  Several cleanups and improvements to the shell.
90              For a list of the most interesting changes 
91              you might want to look at the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>. 
92              <p>
93              Special thanks go out to Matt Kraai and Larry Doolittle for all their
94              work on this release, and for keeping on top of things while I've been 
95              out of town.
96              <p>
97              <em>Special Note</em><br>
98
99              BusyBox 0.49 was supposed to have replaced lash, the BusyBox
100              shell, with a new shell that understands full Bourne shell/Posix shell grammer.
101              Well, that simply didn't happen in time for this release.  A new
102              shell that will eventually replace lash is already under
103              construction.  This new shell is being developed by Larry
104              Doolittle, and could use all of our help.  Please see the work in
105              progress on <a href="http://doolittle.faludi.com/~larry/parser.html">Larry's website</a> 
106              and help out if you can.  This shell will be included in the next 
107              release of BusyBox.
108
109     <li> <b>13 December 2000 -- BusyBox 0.48 released</b>
110     <br>
111
112              This release fixes lots and lots of bugs.  This has had some very
113              rigorous testing, and looks very, very clean.  The usual tar
114              update of course: tar no longer breaks hardlinks, tar -xzf is
115              optionally supported, and the LRP folks will be pleased to know
116              that 'tar -X' and 'tar --exclude' are both now in.  Applets are
117              now looked up using a binary search making lash (the busybox
118              shell) much faster.  For the new debian-installer (for Debian
119              woody) a .udeb can now be generated.  
120              <p>
121              The curious can get a list of some of the more interesting changes by reading 
122              the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>. 
123              <p>
124              Many thanks go out to the many many people that have contributed to 
125              this release, especially Matt Kraai, Larry Doolittle, and Kent Robotti.
126
127
128     <li> <b>Old News</b>
129     <br>
130              For the old news, visit <a href="http://busybox.lineo.com/oldnews.html">the old news page</a>.
131 </ul>
132
133
134 <!-- Begin Download section -->
135
136 <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
137     <A NAME="download"><BIG><B>
138     Download
139     </B></BIG></A>
140 </TD></TR>
141 <TR><TD BGCOLOR="#eeeee0">
142 <ul>
143
144         <li> Source for the latest release can always be downloaded from 
145         <a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>.
146
147         <li> A new snapshot of the source is made daily and is available as a GNU
148         gzipped tarball <a href="busybox.tar.gz"> right here</a>.
149
150         <li> BusyBox now has its own publically browsable
151         <a href="http://opensource.lineo.com/cgi-bin/cvsweb/busybox/">CVS tree</a>,  
152         anonymous
153         <a href="http://opensource.lineo.com/cvs_anon.html">CVS access</a>, and
154         for those that are actively contributing there is even 
155         <a href="http://opensource.lineo.com/cvs_write.html">CVS write access</a>.
156
157 </ul>
158
159
160 <!-- Begin Docs section -->
161
162 <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
163     <A NAME="docs"><BIG><B>
164     Documentation
165     </B></BIG></A>
166 </TD></TR>
167 <TR><TD BGCOLOR="#eeeee0">
168 Current documentation for BusyBox includes: 
169 <ul>
170     <li> <a href="ftp://oss.lineo.com/busybox/BusyBox.html">BusyBox.html</a>.
171                 This is a list of the all the available commands in BusyBox with 
172                 complete usage information and examples of how to use each app.  I 
173                 have spent a <em>lot</em> of time updating these docs and trying to 
174                 make them fairly comprehensive.  If you find any errors (factual, 
175                 grammatical, whatever) please let me know.
176     <li> <a href="ftp://oss.lineo.com/busybox/BusyBox.pdf">BusyBox.pdf</a>.
177                 This is basically the same document, but in pdf format.
178     <li> <a href="ftp://oss.lineo.com/busybox/README">README</a>.
179                 This is the README file included in the busybox source release.
180     <li> <a href="http://bugs.lineo.com/db/pa/lbusybox.html">BusyBoxBugs</a>.
181                 Need to report a bug?  Need to check if a bug has been filed?
182     <li> If you need more help, the BusyBox
183     <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a> is
184     a good place to start.
185 </ul>
186
187
188 <!-- Begin Links section -->
189
190 <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
191     <A NAME="links">
192     <BIG><B>
193     Important Links
194     </B></BIG>
195     </A>
196 </TD></TR>
197 <TR><TD BGCOLOR="#eeeee0">
198
199 <ul> 
200
201     <li>  <A HREF="http://perens.com/FreeSoftware/">
202     Free Software from Bruce Perens</A><br>
203     The original idea for BusyBox, and all versions up to 0.26 were written 
204     by <A HREF="mailto:bruce@perens.com">Bruce Perens</a>.  This is his BusyBox website.
205     <p>
206
207     <li>  <A HREF="http://freshmeat.net/projects/busybox/">
208     Freshmeat AppIndex record for BusyBox</A>
209     <p>
210
211     <li> <a href="http://opensource.lineo.com/software.html">Other cool embedded software</a>.
212     <p>
213
214     <li> <a href="http://opensource.lineo.com/">opensource.lineo.com</a>.
215     <p>
216
217     <li> <A HREF="http://www.lineo.com/">Lineo</A> is sponsoring BusyBox development.
218     <p>
219
220 </ul>
221
222
223 <!-- Begin Projects section -->
224
225 <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
226     <A NAME="projects"><BIG><B>
227     Products/Projects Using BusyBox
228     </B></BIG></A>
229 </TD></TR>
230 <TR><TD BGCOLOR="#eeeee0">
231
232 <p> I know of the following products and/or projects that use BusyBox --
233 listed in the order I happen to add them to the web page:
234
235 <ul>
236     <li> <a href="http://www.lineo.com/products/embedix_linux/">Lineo Embedix Linux</a>
237     <li> <a href="http://cvs.debian.org/boot-floppies/">Debian installer (boot floppies) project</a>
238     <li> <a href="http://www.linuxrouter.org/">Linux Router Project </a>
239     <li> <a href="http://linux-embedded.org/">LEM</a>
240     <li> <a href="http://www.toms.net/rb/">tomsrtbt</a>
241     <li> <a href="http://www.stormix.com/">Stormix Installer</a>
242     <li> <a href="http://www.emacinc.com/linux2_sbc.htm">EMAC Linux 2.0 SBC</a>
243     <li> <a href="http://www.trinux.org/">Trinux</a>
244     <li> <a href="http://oddas.sourceforge.net/">ODDAS project</a>
245     <li> <a href="http://www.kerbango.com/">The Kerbango Internet Radio</a>
246     <li> <a href="http://www.linuxmagic.com/vpn/">LinuxMagic VPN Firewall</a>
247     <li> <a href="http://byld.sourceforge.net/">Build Your Linux Disk</a>
248     <li> <a href="http://homepages.ihug.co.nz/~ichi/baslinux.html">BasicLinux</a>
249     <li> <a href="http://ibiblio.org/pub/Linux/system/recovery">Zdisk</a>
250     <li> <a href="http://www.adtran.com">AdTran - VPN/firewall VPN Linux Distribution</a> 
251     <li> <a href="http://mkcdrec.ota.be/">mkCDrec - make CD-ROM recovery</a>
252         <li> <a href="http://recycle.lbl.gov/~ldoolitt/bse/">Linux on nanoEngine</a>
253         <li> <a href="http://www.zelow.no/floppyfw/"> Floppyfw</a>
254 </ul>
255
256 <p> Do you use BusyBox?  I'd love to know about it and I'd be happy to link to
257 you.
258
259
260
261 <!-- End of Table -->
262
263 </TD></TR>
264 </TABLE>
265
266
267
268 <!-- Footer -->
269 <HR>
270 <TABLE WIDTH="100%">
271     <TR>
272         <TD>
273             <font size="-1" face="arial, helvetica, sans-serif">
274             Mail all comments, insults, suggestions and bribes to 
275             <a href="mailto:andersen@lineo.com">Erik Andersen</a><BR>
276             The Busybox logo is copyright 1999,2000, Erik Andersen.
277             </font>
278         </TD>
279
280         <TD>
281             <a href="http://www.vim.org"><img border=0 width=88 height=32
282             src="images/anim.written.in.vi.gif" 
283             alt="This site created with the vi editor"></a>
284         </TD>
285
286         <TD>
287             <a href="http://www.gimp.org/"><img border=0 width=88 height=38
288             src="images/gfx_by_gimp.gif" alt="Graphics by GIMP"></a>
289         </TD>
290
291         <TD>
292             <a href="http://www.linuxtoday.com"><img width=90 height=36
293             src="images/ltbutton2.jpg" alt="Linux Today"></a>
294         </TD>
295
296         <TD>
297             <p><a href="http://slashdot.org"><img width=90 height=36
298             src="images/sdsmall.gif" alt="Slashdot"></a>
299         </TD>
300
301         <TD>
302             <a href="http://freshmeat.net"><img width=90 height=36
303             src="images/fm.mini.jpg" alt="Freshmeat"></a>
304         </TD>
305
306     </TR>
307 </TABLE>
308
309
310 </CENTER>
311 </BODY>
312 </HTML>
313