如题,把文件改成10M 就可以正常wget了,是 httpd 配置文件的问题麽 求解释,多谢 O(∩_∩)O~
by 清潼止水 - 监控及自动化运维技术 - 2011-11-09 14:01:28 阅读(2100) 回复(0)
本帖最后由 adibe 于 2011-06-22 13:03 编辑 这是我刚用busybox做的一个文件系统,已经可以正常在班子上跑起来了。mkdir的时候提示: mkdir: can't create directory '1': No space left on device 于是查了下分区空间,信息如下: [root@host/]# [root@host/]# [root@host/]# df -kh Filesystem Size Used Available Use% Mounted on /dev/root 2.0M 2.0M 0 100% / devtmpfs 30.4M 0 30.4M 0% /dev [root@host/]# 怎么跟目...
新手,用busybox制作文件系统,/sbin/init不可执行,求高手指点。。。。 asoc: W55FA93ADC HiFi <-> w55fa93adc_cpu_dai mapping ok ALSA device list: #0: W55FA93_SPU (W55FA93_DAC) #1: mach-W55FA93_ADC (codecADC) TCP cubi...
http://hi.baidu.com/smilewwh/blog/item/ee79a3269b97f6178b82a159.html 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/1421/showart_251983.html
我省去了制作启动盘的过程,这个网上可以大把大把的抓! 更多... 我通过在硬盘上安装linux得到linux的分区: /dev/hda1 /boot /dev/hda2 / /dev/hda3 swap 好了,现在开始用busybox来制作了。。。 实际操作过程相当简单: 下载好busybox的源文件,大家最好到busybox的官方网站上面去下,这样还可以看到很多文档 :) 我下载的是busybox-1.00-rc3版本,也是它的最新版 tar zxvf busybox-1.00-rc3.tar.gz cd busybox-1.00-...
http://www.busybox.net/ busybox: The Swiss Army Knife of Embedded Linux busybox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. The utilities in busybox generally have fewer options than their full-featured GNU cousins; however, the options that are included p...
wget的安装(http://isv.sun.com.cn/skill/let-solaris-fly.html) wget 是gnu组织下的一个免费软件下载工具,用 wget下载软件比普通浏览器的“另存为”要快很多。同时,wget支持http,https和ftp。 缺省情况下,Solaris已经 自带了该软件,在 /usr/sfw/bin/目录,请把这个路径也设置到环境变量中,因为pkg-get要使用wget来下载软件。 wget的使用方法非常简单,只需要在命令后面加上下载的地址,例如: #/usr/sfw/bin/w...