ChinaUnix.net
相关文章推荐:

CentOS62系统kscfg文件加计划任务

centos系统安装过程中,硬盘分区格式没有ReiserFS文件系统选项?安装完又要重新编译内核,或者下载ReiserFS源码安装才能支持ReiserFS文件系统,但这些都仅仅是对空的分区才能将EXT3转成ReiserFS,请问如何将所有的系统分区都转成ReiserFS格式,有办法吗?谢谢告知!

by bachelor2000 - 系统管理 - 2006-04-23 16:19:02 阅读(939) 回复(2)

相关讨论

一个简单的程序: 在FreeBSD6.1下正常编译,正常运行. 在centos4.3下的情况如下: 文件unistd.h的位置为/usr/include/unistd.h,经过仔细确认,文件存在,并且确保已经用了#include ,换了绝对路径也不行. 确保程序在FreeBSD下可以编译执行. 编译的时候总提示pid_t未定义. 请问各位这是为什么?

by icyworld - C/C++ - 2006-08-24 19:55:50 阅读(1227) 回复(2)

[code][root@proxy ~]# mount -o loop -t cramfs /mnt/r.img /mnt/r [root@proxy ~]# umount /mnt/r [root@proxy ~]# zcat /boot/initrd-2.6.9-5.0.3.EL.img >;initrd.img [root@proxy ~]# mount -o loop ~/initrd.img /mnt/tt mount: you must specify the filesystem type [root@proxy ~]# mount -o loop -t ext3 ~/initrd.img /mnt/tt mount: wrong fs type, bad option, bad superblock on /dev/loop0, or too many mou...

by waker - 系统管理 - 2005-07-18 15:27:32 阅读(1593) 回复(3)

朋友的服务器,centos 4系统.双网卡,现在已经装了电信的线,想让我来维护服务器,但是我是网通的,所以想在另一个网卡上装个网通的adsl线,以便我连接,这样可以吗? [ 本帖最后由 sorryle 于 2006-4-28 22:04 编辑 ]

by sorryle - 系统管理 - 2006-04-28 23:17:52 阅读(880) 回复(3)

重庆下载(centos-4.3-i386-bin2of4.iso) 重庆下载(centos-4.3-i386-bin1of4.iso) 重庆下载(centos-4.3-i386-bin3of4.iso) 重庆下载(centos-4.3-i386-bin4of4.iso) 重庆移动下载(centos-4.3.ServerCD-i386.iso) 重庆移动下载(centos-4.3-i386-binDVD.torrent) cu主站上的。 dvd知道是独立的。后面的servercd和前面的4个iso什么区别?下要下前4个iso就可以了吧? 服务器用(centos-4.3.ServerCD-i386.iso)?????

by yjd333 - 系统管理 - 2006-09-05 16:42:14 阅读(1967) 回复(8)

按照http://bbs.chinaunix.net/viewthread.php?tid=792719&highlight=centos 上面所介绍的 怎么没有看见您需要打ORACLE 的补丁的 我现在似乎在这里出了问题 [code]#su - oracle $ cp /abc/p2617419_210_GENERIC.zip /tmp $ cd /tmp $ unzip p2617419_210_GENERIC.zip $ export PATH=$PATH:/tmp/OPatch $ export PATH=$PATH:/sbin 停止Oracle服务 安装p3238244_9204_LINUX.zip补丁 Code: $ cp /abc/p3238244_9204_LIN...

by haihaiff - Oracle - 2006-09-15 16:28:51 阅读(2496) 回复(5)

这个操作系统的稳定性,安全性及性能怎么样?用过的朋友请说说感受。 如果用来做服务器的话:centos,Open Suse,Gentoo Linux, Redhat FC4。 哪个好啊??

by xiaocase_1528 - 服务器架设 - 2006-09-22 09:08:57 阅读(3558) 回复(18)

今天发现 /var/lib/mysql 出现这样的文件,是不是我的 windows 有木马?因为我一直用 samba 与 centos 连接 [code]drwx------ 2 mysql mysql 4096 Sep 20 2008 cacti drwx------ 2 mysql mysql 4096 Feb 9 2009 cms -rw-rw-rw- 1 mysql mysql 56320 Sep 2 23:19 C:\\WINDOWS\\system32\\ghost.dll -rw-rw-rw- 1 mysql mysql 6656 Sep 3 14:44 C:\\WINDOWS\\system32\\sys.dll drwx------ 2 mysql mysql 20...

by 大麻 - MySQL - 2009-09-15 08:42:30 阅读(1746) 回复(4)

如题,上传图片压缩包之类没事,上传Html文件apache就会没响应,几分钟之后就恢复。 这是什么原因?请各位指导。

by xigualxw - 服务器应用 - 2009-07-02 17:28:20 阅读(1718) 回复(2)

1、系统centos 5 (final) 2、ftp文件夹的权限为755 3、配置文件 # Example config file /etc/vsftpd/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample file # loosens things up a bit, to make the ftp daemon more usable. # Please see vsftpd.conf.5 for all compiled in defaults. # # READ THIS: This example file is NOT an exhaustive list of vsftpd options. # Please read th...

by liulangcat - 服务器应用 - 2008-11-13 21:50:43 阅读(4064) 回复(3)

我的方法: mknod /dev/ttyS100 c 4, 100 问题: 重新启动后ttyS100 就不存在了,问,该如何建立这个设备文件呢?

by bl00d - 内核/嵌入技术 - 2005-07-12 11:15:08 阅读(849) 回复(5)