摘要:
如题,能不能用命令更改?
nickdony 回复于:2003-08-12 10:05:08
convert *.jpg -colors 14 -geometry 640*480! 1.xpm举这个列子,-colors参数是你新图片的色调, -geometry 640*480!,这个我不用说了吧,当然也可以是1024*768!看你自己想怎么转,
山人99 回复于:2003-08-12 10:29:20
谢谢这位大虾,"-col......
摘要:
如何在linux下实现设备的配置(上)
from: http://www-900.ibm.com/developerworks/cn/linux/hardware/auto-config/part1/index.shtml
linux下设备的配置过程是指在检测到设备类型、设备当前工作参数等信息之后,使用这些信息来配置设备的驱动程序,工作方式等,(设备的检测过程参见 《如何在linux下实现硬件的自动检测》)。要完成这样的任务,需要做两方面的工作:
......
filesystem type unknown
i have linux 9.0 and winxp on my pc.
【相关文章:
最后一讲DNS高级特性】 【扩展阅读:
iso文件很多,loop device不】for some days i do not use linux, and one day when i select to boot to linux, the grub becomes a black-white charactor interface. when i use the command: "root(hd0, ", and press key [tab] to show the useable partiton, it show me that most partition is "file system type unknow", except a fat32 and swap partiton. i have several ntfs partitions and a fat32 partition and ext3 partition and the swap partition.
【扩展信息:
第三讲配置解析器和建立BIND】 but when i turn to windows, the ntfs partition is correct. in partition magic 8.0, i can see ext3 partition, everything seems to be right.
...
下一页 摘要:
转贴,原文地址:http://linux.vbird.org/linux_basic/0560daemons.php
[b:8a27d6cf1f]一、什么是 daemon:1、/etc/services,2、 命名规则,
二、系统的 daemons 放在哪里: 1、/etc/rc.d/init.d/, 2、/etc/xinetd.conf, 3、/etc/xinetd.d,
三、解析 xinetd.conf
四、tcp_wrappers : ......