busybox 简化嵌入式 linux 系统

日期:2006-09-13 作者:M. Tim Jones 来自:IBM DW中国 BusyBox 是很多标准 Linux 工具的一个单个可执行实现。BusyBox 包含了一些简单的工具,例如 cat 和 echo,还包含了一些更大、更复杂的工具,例如 grep、find、mount 以及 telnet(不过它的选项比传统的版本要少);有些人将 BusyBox...

2006-12-10 · wuan

debian gnulinux 安装手册

http://man.chinaunix.net/linux/debian/zh_CN.i386/index.html

2006-12-10 · wuan

How to customize splash.rle

from http://www.mail-archive.com/[email protected]/msg01357.html I’m looking to create my own rle splash image on boot start. How I can do this? GIMP can convert jpg or png in rle? create a new splash.png file (using gimp or whatever) convert it to “pnm” by using “pngtopnm” % pngtopnm splash.png > splash.pnm convert it to “rle” by using “ppmtolss16” % ppmtolss16 “#000000=0” “#ffffff=7” < splash.pnm > splash.rle – Matheus Morais wrote:

2006-12-10 · wuan

关于 debian 源的一些简单说明

from http://blog.xiaoduo.info/?p=3 原先是应联盟 Linux 区版主 sirius 的要求搜集资料写的, 在 Blog 里存一份作为备份吧。 由于内容是直接 Copy & Paste 论坛的原贴的… 所以里面给出的源也就 BIT 的哥们能用,目前不提供校外访问… 以下 stable, testing, unstable, experimental 的源算是对 Debian 软件包的一种水平划分。其实也可看成为稳定性不同的发行版本。 通常我们还会以开发代号来称呼它们,目前的...

2006-12-10 · wuan

找到一个ubuntu edgy源

cn99的速度虽然快,但是从dapper升级的时候发现包不完整,而且debian的官方镜象也用不了 deb http://ubuntu.cnsite.org/ubuntu/ edgy main restricted universe multiverse deb http://ubuntu.cnsite.org/ubuntu/ edgy-updates main restricted universe multiverse deb http://ubuntu.cnsite.org/ubuntu/ edgy-backports main restricted universe multiverse deb http://ubuntu.cnsite.org/ubuntu/ edgy-security main restricted universe multiverse deb http://ubuntu.cnsite.org/ubuntu/ edgy-proposed main multiverse restricted universe deb http://ubuntu.cnsite.org/ubuntu-cn/ edgy main multiverse restricted universe deb-src http://ubuntu.cnsite.org/ubuntu/ edgy main restricted universe multiverse deb-src http://ubuntu.cnsite.org/ubuntu/ edgy-updates main restricted universe multiverse deb-src http://ubuntu.cnsite.org/ubuntu/ edgy-backports main restricted universe multiverse deb-src http://ubuntu.cnsite.org/ubuntu/ edgy-security main restricted universe multiverse deb-src http://ubuntu.cnsite.org/ubuntu/ edgy-proposed main restricted universe multiverse

2006-12-10 · wuan