Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" |
| 2 | "http://www.w3.org/TR/REC-html40/loose.dtd"> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 3 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 4 | <html> |
| 5 | <head> |
| 6 | <meta name="generator" content= |
| 7 | "HTML Tidy for Linux/x86 (vers 1st February 2002), see www.w3.org"> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 8 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 9 | <title>BusyBox</title> |
| 10 | <style type="text/css"> |
| 11 | body { |
| 12 | background-color: #DEE2DE; |
| 13 | color: #000000; |
| 14 | } |
| 15 | :link { color: #660000 } |
| 16 | :visited { color: #660000 } |
| 17 | :active { color: #660000 } |
| 18 | div.c3 {text-align: center} |
| 19 | td.c2 {font-family: arial, helvetica, sans-serif; font-size: 80%} |
| 20 | td.c1 {font-family: lucida, helvetica; font-size: 248%} |
| 21 | </style> |
| 22 | </head> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 23 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 24 | <body> |
| 25 | <basefont face="lucida, helvetica, arial" size="3"> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 26 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 27 | <div class="c3"> |
| 28 | <table border="0" cellspacing="1" cellpadding="2"> |
| 29 | <tr> |
| 30 | <td class="c1">BUSYBOX</td> |
| 31 | </tr> |
| 32 | </table> |
| 33 | <a href="/"><img src="images/busybox1.png" alt="BusyBox" |
| 34 | border="0" width="164" height="116"></a><br> |
| 35 | <!-- Begin Introduction section --> |
| 36 | |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 37 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 38 | <table width="95%" cellspacing="1" cellpadding="4" border= |
| 39 | "1"> |
| 40 | <tr> |
| 41 | <td bgcolor="#CCCCC0" align="center"><a name= "intro"><big> |
| 42 | <b>The Swiss Army Knife of Embedded Linux</b> |
| 43 | </big></a></td> |
| 44 | </tr> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 45 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 46 | <tr> |
| 47 | <td bgcolor="#EEEEE0"> |
Eric Andersen | 051e4c1 | 2002-04-27 12:16:48 +0000 | [diff] [blame] | 48 | BusyBox combines tiny versions of many common UNIX utilities |
| 49 | into a single small executable. It provides minimalist |
| 50 | replacements for most of the utilities you usually find in GNU |
| 51 | fileutils, shellutils, etc. The utilities in BusyBox generally |
| 52 | have fewer options than their full-featured GNU cousins; |
| 53 | however, the options that are included provide the expected |
| 54 | functionality and behave very much like their GNU counterparts. |
| 55 | BusyBox provides a fairly complete POSIX environment for any |
| 56 | small or embedded system. |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 57 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 58 | <p>BusyBox has been written with size-optimization and |
| 59 | limited resources in mind. It is also extremely modular |
| 60 | so you can easily include or exclude commands (or |
| 61 | features) at compile time. This makes it easy to |
| 62 | customize your embedded systems. To create a working |
| 63 | system, just add /dev, /etc, and a kernel.</p> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 64 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 65 | <p>BusyBox is maintained by <a href= |
| 66 | "http://codepoet.org/andersen/erik/erik.html">Erik |
| 67 | Andersen</a>, and licensed under the <a href= |
| 68 | "http://www.gnu.org/copyleft/gpl.html">GNU GENERAL |
| 69 | PUBLIC LICENSE</a>.</p> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 70 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 71 | <h3>Screenshot</h3> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 72 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 73 | <p>Because everybody loves screenshots, a screenshot of |
| 74 | BusyBox is now available <a href= |
| 75 | "screenshot.html">right here</a>.</p> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 76 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 77 | <h3>Mailing List Information</h3> |
| 78 | BusyBox now has a <a href="/lists/busybox/">mailing |
| 79 | list</a>!<br> |
| 80 | To subscribe, go and visit <a href= |
| 81 | "/mailman/listinfo/busybox">this page</a>. |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 82 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 83 | <!-- Begin Latest News section --> |
| 84 | </td> |
| 85 | </tr> |
Mark Whitley | ac21e93 | 2001-01-30 23:37:15 +0000 | [diff] [blame] | 86 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 87 | <tr> |
| 88 | <td bgcolor="#CCCCC0" align="center"><a name= |
| 89 | "news"><big><b>Latest News</b></big></a></td> |
| 90 | </tr> |
Mark Whitley | 7447642 | 2001-03-20 19:57:30 +0000 | [diff] [blame] | 91 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 92 | <tr> |
| 93 | <td bgcolor="#EEEEE0"> |
| 94 | <ul> |
Eric Andersen | 051e4c1 | 2002-04-27 12:16:48 +0000 | [diff] [blame] | 95 | |
| 96 | <p> |
| 97 | <li><b>27 April 2002 -- BusyBox 0.60.3 released</b> |
| 98 | |
| 99 | I am very pleased to announce that the BusyBox 0.60.3 (stable) is |
| 100 | now available for download. This is primarily a bugfix release |
| 101 | for the stable series. A number of problems have turned up since |
| 102 | the last release, and this should address most of those problems. |
| 103 | This should be the last release for the 0.60.x series. The |
| 104 | development busybox tree has been progressing nicely, and will |
| 105 | hopefully be ready to become the next stable release. |
| 106 | |
| 107 | <p> |
| 108 | The <a href="downloads/Changelog">changelog</a> has all |
| 109 | the details. As usual you can <a href="downloads">download busybox here</a>. |
| 110 | <p>Have Fun! |
| 111 | <p> |
| 112 | |
| 113 | |
| 114 | <p> |
| 115 | <li><b>6 March 2002 -- busybox.net now has mirrors!</b> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 116 | |
Eric Andersen | bc12fb7 | 2002-03-06 10:28:55 +0000 | [diff] [blame] | 117 | <p>Busybox.net is now much more available, thanks to |
| 118 | the fine folks at <a href= "http://i-netinnovations.com/">http://i-netinnovations.com/</a> |
| 119 | who are providing hosting for busybox.net and |
| 120 | uclibc.org. In addition, we now have two mirrors: |
| 121 | <a href= "http://busybox.linuxmagic.com/">http://busybox.linuxmagic.com/</a> |
| 122 | in Canada and |
| 123 | <a href= "http://busybox.csservers.de/">http://busybox.csservers.de/</a> |
| 124 | in Germany. I hope this makes things much more |
| 125 | accessible for everyone! |
Eric Andersen | 796245b | 2002-02-16 22:08:28 +0000 | [diff] [blame] | 126 | |
Eric Andersen | 4fa2bb5 | 2002-01-04 00:32:15 +0000 | [diff] [blame] | 127 | |
Eric Andersen | 051e4c1 | 2002-04-27 12:16:48 +0000 | [diff] [blame] | 128 | <p> |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 129 | <li><b>Old News</b><br> |
| 130 | For the old news, visit <a href="oldnews.html">the |
| 131 | old news page</a>.</li> |
| 132 | </ul> |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 133 | </td> |
| 134 | </tr> |
Eric Andersen | 665b4e6 | 2002-01-04 05:04:15 +0000 | [diff] [blame] | 135 | |
Eric Andersen | f64c1cd | 2002-03-10 22:01:51 +0000 | [diff] [blame] | 136 | |
| 137 | <!-- Begin Sponsors section --> |
Eric Andersen | 372f91f | 2002-03-06 11:13:51 +0000 | [diff] [blame] | 138 | <tr> |
| 139 | <td bgcolor="#CCCCC0" align="center"><a name= |
| 140 | "sponsors"><big><b>Sponsors</b></big></a></td> |
| 141 | </tr> |
Eric Andersen | 372f91f | 2002-03-06 11:13:51 +0000 | [diff] [blame] | 142 | |
Eric Andersen | f64c1cd | 2002-03-10 22:01:51 +0000 | [diff] [blame] | 143 | <tr> |
| 144 | <td bgcolor="#EEEEE0"> |
| 145 | Please visit our sponsors and thank them for their |
| 146 | support! They have provided money for equipment and |
| 147 | bandwidth. Next time you need help with a project, |
| 148 | consider these fine companies! |
Eric Andersen | 372f91f | 2002-03-06 11:13:51 +0000 | [diff] [blame] | 149 | |
| 150 | |
Eric Andersen | f64c1cd | 2002-03-10 22:01:51 +0000 | [diff] [blame] | 151 | <ul> |
Eric Andersen | 1785ddc | 2002-07-08 01:40:02 +0000 | [diff] [blame] | 152 | <li><a href="http://opensource.se/">opensource.se</a><br> |
| 153 | Embedded open source consulting in Europe. |
| 154 | </li> |
Eric Andersen | f64c1cd | 2002-03-10 22:01:51 +0000 | [diff] [blame] | 155 | |
Eric Andersen | 1785ddc | 2002-07-08 01:40:02 +0000 | [diff] [blame] | 156 | <li><a href="http://i-netinnovations.com/">http://i-netinnovations.com/</a><br> |
| 157 | Web hosting (currently hosting busybox.net and uclibc.org) |
| 158 | </li> |
Eric Andersen | f64c1cd | 2002-03-10 22:01:51 +0000 | [diff] [blame] | 159 | |
Eric Andersen | 1785ddc | 2002-07-08 01:40:02 +0000 | [diff] [blame] | 160 | <li><a href="http://www.lineo.com">Lineo</a><br> |
| 161 | Embedded Linux development and services. |
| 162 | </li> |
| 163 | |
| 164 | <li><a href="http://www.codepoet-consulting.com">Codepoet Consulting</a><br> |
Eric Andersen | f64c1cd | 2002-03-10 22:01:51 +0000 | [diff] [blame] | 165 | Custom Linux, embedded Linux, BusyBox, and uClibc |
Eric Andersen | 1785ddc | 2002-07-08 01:40:02 +0000 | [diff] [blame] | 166 | development. |
| 167 | </li> |
Eric Andersen | f64c1cd | 2002-03-10 22:01:51 +0000 | [diff] [blame] | 168 | </ul> |
| 169 | Several individuals have also contributed. If you have |
| 170 | already contributed and would like your name added |
| 171 | here, just let me know. If you would like to be a |
| 172 | BusyBox sponsor, email <a href= |
| 173 | "mailto:andersen@codepoet.org">Erik</a>. |
| 174 | </td> |
| 175 | </tr> |
| 176 | |
| 177 | <!-- Begin Download section --> |
Eric Andersen | 372f91f | 2002-03-06 11:13:51 +0000 | [diff] [blame] | 178 | <p> |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 179 | <tr> |
| 180 | <td bgcolor="#CCCCC0" align="center"><a name= |
| 181 | "download"><big><b>Download</b></big></a></td> |
| 182 | </tr> |
| 183 | |
| 184 | <tr> |
| 185 | <td bgcolor="#EEEEE0"> |
| 186 | <ul> |
| 187 | <li>Source for the latest release can always be |
| 188 | downloaded from <a href= |
| 189 | "downloads">http://www.busybox.net/downloads</a>.</li> |
| 190 | |
Eric Andersen | acc257e | 2002-07-13 06:08:39 +0000 | [diff] [blame^] | 191 | <li>A new snapshot of the stable, and the development CVS source |
| 192 | trees are generated daily and made available as a bzip2ed |
| 193 | tarballs <a href= "downloads/snapshots/">right here</a>.</li> |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 194 | |
Eric Andersen | acc257e | 2002-07-13 06:08:39 +0000 | [diff] [blame^] | 195 | <li>BusyBox now has <b>two</b>publically browsable CVS trees. |
| 196 | This one <a href="/cgi-bin/cvsweb/busybox/">is the CVS tree for the |
| 197 | development version if BusyBox</a>, and this one |
| 198 | <a href="/cgi-bin/cvsweb/busybox/">is the CVS tree for the |
| 199 | stable 0.60.x version of BusyBox</a>.</li> |
| 200 | |
| 201 | <li> There is also anonymous <a href="cvs_anon.html">CVS access</a>, |
| 202 | and for those that are actively contributing there is |
| 203 | even <a href="cvs_write.html">CVS write access</a>.</li> |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 204 | </ul> |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 205 | </td> |
| 206 | </tr> |
| 207 | |
Eric Andersen | f64c1cd | 2002-03-10 22:01:51 +0000 | [diff] [blame] | 208 | <!-- Begin Docs section --> |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 209 | <tr> |
| 210 | <td bgcolor="#CCCCC0" align="center"><a name= |
| 211 | "docs"><big><b>Documentation</b></big></a></td> |
| 212 | </tr> |
| 213 | |
| 214 | <tr> |
| 215 | <td bgcolor="#EEEEE0"> |
| 216 | Current documentation for BusyBox includes: |
| 217 | |
| 218 | <ul> |
| 219 | <li><a href= |
| 220 | "downloads/BusyBox.html">BusyBox.html</a>. This is a |
| 221 | list of the all the available commands in BusyBox |
| 222 | with complete usage information and examples of how |
| 223 | to use each app. I have spent a <em>lot</em> of time |
| 224 | updating these docs and trying to make them fairly |
| 225 | comprehensive. If you find any errors (factual, |
| 226 | grammatical, whatever) please let me know.</li> |
Eric Andersen | 4fa2bb5 | 2002-01-04 00:32:15 +0000 | [diff] [blame] | 227 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 228 | <li><a href="downloads/README">README</a>. This is |
| 229 | the README file included in the busybox source |
| 230 | release.</li> |
Eric Andersen | 4d7f9c3 | 2001-11-20 11:56:51 +0000 | [diff] [blame] | 231 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 232 | <li><a href= |
| 233 | "http://bugs.busybox.net/db/pa/lbusybox.html">BusyBox |
| 234 | Bugs</a>. Need to report a bug? Need to check if a |
| 235 | bug has been filed?</li> |
Eric Andersen | 4d7f9c3 | 2001-11-20 11:56:51 +0000 | [diff] [blame] | 236 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 237 | <li>If you need more help, the BusyBox <a href= |
| 238 | "lists/busybox/">mailing list</a> is a good place to |
| 239 | start.</li> |
| 240 | </ul> |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 241 | </td> |
| 242 | </tr> |
Eric Andersen | 4362200 | 2000-12-13 18:30:13 +0000 | [diff] [blame] | 243 | |
Eric Andersen | f64c1cd | 2002-03-10 22:01:51 +0000 | [diff] [blame] | 244 | <!-- Begin Links section --> |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 245 | <tr> |
| 246 | <td bgcolor="#CCCCC0" align="center"><a name= |
| 247 | "links"><big><b>Important Links</b></big></a></td> |
| 248 | </tr> |
Eric Andersen | 4362200 | 2000-12-13 18:30:13 +0000 | [diff] [blame] | 249 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 250 | <tr> |
| 251 | <td bgcolor="#EEEEE0"> |
| 252 | <ul> |
| 253 | <li><a href="http://perens.com/FreeSoftware/">Free |
| 254 | Software from Bruce Perens</a><br> |
| 255 | The original idea for BusyBox, and all versions up |
| 256 | to 0.26 were written by <a href= |
| 257 | "mailto:bruce@perens.com">Bruce Perens</a>. This is |
| 258 | his BusyBox website.</li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 259 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 260 | <li><a href= |
| 261 | "http://freshmeat.net/projects/busybox/">Freshmeat |
| 262 | AppIndex record for BusyBox</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 263 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 264 | <li><a href= |
| 265 | "http://tinylogin.busybox.net/">TinyLogin</a> is a |
| 266 | nice embedded tool for handling authentication, |
| 267 | changing passwords, and similar tasks which nicely |
| 268 | complements BusyBox.</li> |
Eric Andersen | 4a971ae | 2000-06-22 01:27:11 +0000 | [diff] [blame] | 269 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 270 | <li><a href="http://udhcp.busybox.net/">udhcp</a> is |
| 271 | a tiny dhcp client and/or server which is ideal for |
| 272 | embedded systems.</li> |
Mark Whitley | 8ba1b11 | 2001-01-25 23:29:58 +0000 | [diff] [blame] | 273 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 274 | <li><a href="http://www.uclibc.org/">uClibc</a> is a |
| 275 | C library for embedded systems. You can actually |
| 276 | statically link a "Hello World" application under x86 |
| 277 | that only takes 4k (as opposed to 200k under GNU |
| 278 | libc). It can do dynamic linking too and works nicely |
| 279 | with BusyBox to create very small embedded |
| 280 | systems.</li> |
| 281 | </ul> |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 282 | </td> |
| 283 | </tr> |
Mark Whitley | 8ba1b11 | 2001-01-25 23:29:58 +0000 | [diff] [blame] | 284 | |
Eric Andersen | f64c1cd | 2002-03-10 22:01:51 +0000 | [diff] [blame] | 285 | <!-- Begin Projects section --> |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 286 | <tr> |
| 287 | <td bgcolor="#CCCCC0" align="center"><a name= |
| 288 | "projects"><big><b>Products/Projects Using |
| 289 | BusyBox</b></big></a></td> |
| 290 | </tr> |
Mark Whitley | 8ba1b11 | 2001-01-25 23:29:58 +0000 | [diff] [blame] | 291 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 292 | <tr> |
| 293 | <td bgcolor="#EEEEE0"> |
| 294 | <p>I know of the following products and/or projects |
| 295 | that use BusyBox -- listed in the order I happen to add |
| 296 | them to the web page:</p> |
Mark Whitley | 8ba1b11 | 2001-01-25 23:29:58 +0000 | [diff] [blame] | 297 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 298 | <ul> |
| 299 | <li><a href= |
| 300 | "http://cvs.debian.org/boot-floppies/">Debian |
| 301 | installer (boot floppies) project</a></li> |
Eric Andersen | 4a971ae | 2000-06-22 01:27:11 +0000 | [diff] [blame] | 302 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 303 | <li><a href="http://redhat.com/">Red Hat 7.2 |
| 304 | installer</a></li> |
Eric Andersen | 4a971ae | 2000-06-22 01:27:11 +0000 | [diff] [blame] | 305 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 306 | <li><a href= |
| 307 | "http://distro.ibiblio.org/pub/Linux/distributions/slackware/source/rootdsks/"> |
| 308 | Slackware Installer</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 309 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 310 | <li><a href="http://www.linuxrouter.org/">Linux |
| 311 | Router Project</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 312 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 313 | <li><a href="http://linux-embedded.org/">LEM</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 314 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 315 | <li><a href= |
| 316 | "http://www.toms.net/rb/">tomsrtbt</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 317 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 318 | <li><a href="http://www.stormix.com/">Stormix |
| 319 | Installer</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 320 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 321 | <li><a href= |
| 322 | "http://www.emacinc.com/linux2_sbc.htm">EMAC Linux |
| 323 | 2.0 SBC</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 324 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 325 | <li><a href="http://www.trinux.org/">Trinux</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 326 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 327 | <li><a href="http://oddas.sourceforge.net/">ODDAS |
| 328 | project</a></li> |
Eric Andersen | c36c2ba | 2001-03-16 07:16:12 +0000 | [diff] [blame] | 329 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 330 | <li><a href="http://www.kerbango.com/">The Kerbango |
| 331 | Internet Radio</a></li> |
Eric Andersen | e7dd383 | 2001-12-22 19:28:24 +0000 | [diff] [blame] | 332 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 333 | <li><a href= |
| 334 | "http://www.linuxmagic.com/vpn/">LinuxMagic VPN |
| 335 | Firewall</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 336 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 337 | <li><a href="http://byld.sourceforge.net/">Build Your |
| 338 | Linux Disk</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 339 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 340 | <li><a href= |
| 341 | "http://homepages.ihug.co.nz/~ichi/baslinux.html">BasicLinux</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 342 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 343 | <li><a href= |
| 344 | "http://ibiblio.org/pub/Linux/system/recovery">Zdisk</a></li> |
Eric Andersen | 1b622ff | 2000-12-14 15:43:57 +0000 | [diff] [blame] | 345 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 346 | <li><a href="http://www.adtran.com">AdTran - |
| 347 | VPN/firewall VPN Linux Distribution</a></li> |
Eric Andersen | 1b622ff | 2000-12-14 15:43:57 +0000 | [diff] [blame] | 348 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 349 | <li><a href="http://mkcdrec.ota.be/">mkCDrec - make |
| 350 | CD-ROM recovery</a></li> |
Eric Andersen | 1b622ff | 2000-12-14 15:43:57 +0000 | [diff] [blame] | 351 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 352 | <li><a href= |
| 353 | "http://recycle.lbl.gov/~ldoolitt/bse/">Linux on |
| 354 | nanoEngine</a></li> |
Mark Whitley | 7447642 | 2001-03-20 19:57:30 +0000 | [diff] [blame] | 355 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 356 | <li><a href= |
| 357 | "http://www.zelow.no/floppyfw/">Floppyfw</a></li> |
Mark Whitley | 798ab30 | 2001-03-13 17:08:54 +0000 | [diff] [blame] | 358 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 359 | <li><a href="http://midori.transmeta.com/">Midori |
| 360 | Linux</a> - <a href= |
| 361 | "http://www.wired.com/news/technology/0,1282,42399,00.html"> |
| 362 | Article on Midori Linux</a> on <a href= |
| 363 | "http://www.wired.com">Wired</a>. Quote from Erik at |
| 364 | the top of <a href= |
| 365 | "http://www.wired.com/news/technology/0,1282,42399-2,00.html"> |
| 366 | this page</a></li> |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 367 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 368 | <li><a href="http://www.ltsp.org/">Linux Terminal |
| 369 | Server Project</a></li> |
Eric Andersen | 1b622ff | 2000-12-14 15:43:57 +0000 | [diff] [blame] | 370 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 371 | <li><a href= |
| 372 | "http://www.devil-linux.org/">Devil-Linux</a></li> |
Eric Andersen | 1b622ff | 2000-12-14 15:43:57 +0000 | [diff] [blame] | 373 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 374 | <li><a href= |
| 375 | "http://dutnux.sourceforge.net/">DutNux</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 376 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 377 | <li><a href= |
| 378 | "http://www.cachier.com/">Cachier</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 379 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 380 | <li><a href= |
| 381 | "http://www.microwerks.net/~hugo/mindi/">Mindi</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 382 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 383 | <li><a href= |
| 384 | "http://www.tzi.de/~pharao90/ttylinux">ttylinux</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 385 | |
Eric Andersen | 45673d2 | 2002-04-03 14:30:58 +0000 | [diff] [blame] | 386 | <li><a href="http://www.coyotelinux.com/">Coyote Linux</a></li> |
| 387 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 388 | <li><a href="http://www.partimage.org/">Partition |
| 389 | Image</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 390 | |
Eric Andersen | 45673d2 | 2002-04-03 14:30:58 +0000 | [diff] [blame] | 391 | <li><a href="http://www.fli4l.de/">fli4l the on(e)-disk-router</a></li> |
| 392 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 393 | <li><a href="http://tuxscreen.net">Tuxscreen Linux |
| 394 | Phone</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 395 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 396 | <li><a href="http://tinfoilhat.cultists.net/">Tinfoil |
| 397 | Hat Linux</a></li> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 398 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 399 | <li><a href="http://zaurus.sourceforge.net/">Sharp Zaurus |
| 400 | PDA</a></li> |
Eric Andersen | f64c1cd | 2002-03-10 22:01:51 +0000 | [diff] [blame] | 401 | |
| 402 | |
| 403 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 404 | </ul> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 405 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 406 | <p>Do you use BusyBox? I'd love to know about it and |
| 407 | I'd be happy to link to you. <!-- End of Table --> |
| 408 | </p> |
| 409 | </td> |
| 410 | </tr> |
| 411 | </table> |
Eric Andersen | f64c1cd | 2002-03-10 22:01:51 +0000 | [diff] [blame] | 412 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 413 | <!-- Footer --> |
| 414 | <hr> |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 415 | <table width="100%"> |
| 416 | <tr> |
| 417 | <td class="c2">Mail all comments, insults, suggestions |
| 418 | and bribes to <a href="mailto:andersen@codepoet.org">Erik |
| 419 | Andersen</a><br> |
| 420 | The Busybox logo is copyright 1999-2002, Erik |
| 421 | Andersen.</td> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 422 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 423 | <td><a href="http://www.vim.org"><img border="0" width= |
| 424 | "90" height="36" src="images/written.in.vi.png" alt= |
| 425 | "This site created with the vi editor"></a></td> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 426 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 427 | <td><a href="http://www.gimp.org/"><img border="0" width= |
| 428 | "90" height="36" src="images/gfx_by_gimp.png" alt= |
| 429 | "Graphics by GIMP"></a></td> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 430 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 431 | <td><a href="http://www.linuxtoday.com"><img width="90" |
| 432 | height="36" src="images/ltbutton2.png" alt="Linux Today"> |
| 433 | </a></td> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 434 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 435 | <td> |
| 436 | <p><a href="http://slashdot.org"><img width="90" |
| 437 | height="36" src="images/sdsmall.png" alt="Slashdot"> |
| 438 | </a></p> |
| 439 | </td> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 440 | |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 441 | <td><a href="http://freshmeat.net"><img width="90" |
| 442 | height="36" src="images/fm.mini.png" alt="Freshmeat"> |
| 443 | </a></td> |
| 444 | </tr> |
| 445 | </table> |
| 446 | </div> |
| 447 | </body> |
| 448 | </html> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 449 | |