ChinaUnix.net
相关文章推荐:

centos 50下载

希望那些不愿意去redhat注册的linux爱好者使用!完全免费,不须注册激活! X86版本(包含DVD) http://centos.hostlink.com.hk/4.4/isos/i386/ X86-64版本(包含DVD) http://centos.hostlink.com.hk/4.4/isos/x86_64/

by zmcjs - 系统管理 - 2006-08-31 22:55:13 阅读(2583) 回复(6)

相关讨论

AS4刚刚安装好,除交钱要激活号,还有没有别的办法呢? 唯一的办法只有安装centos-4.0? 看了一置顶的 <<我来说说 centos 与 RHEL>>

by 26510777 - Linux论坛 - 2006-07-11 08:51:21 阅读(2280) 回复(14)

centos的各个版本都有啊!! 向版主致敬!! http://mirror.be10.com/centos/

by 老D - Linux论坛 - 2006-04-20 09:59:19 阅读(18129) 回复(4)

我在一台centos服务端开了个nfs exports文件的配置 如 /home 192.168.0.0/255.255.0.0 (rw,sync,no_root_squash) 在home目录有student文件夹从属为student组 在客户端上也可以mount服务端的/home目录,但是无论用root用户还是student 用户均不能写入任何文件或者创建目录,报错信息为: mkdir:cannot create directory 'ppp': permission denied -bash:aaa: no such file or directory 请哪位大哥赐教解惑!谢谢!

by aa_guns - 系统管理 - 2006-10-09 18:05:37 阅读(805) 回复(0)

centos4.3 想架web.不知采取什么方案??? 安装系统时已默认安上如包; [root@localhost log]# rpm -q httpd httpd-2.0.52-22.ent.centos4 [root@localhost log]# rpm -q mysql mysql-4.1.12-3.RHEL4.1 [root@localhost log]# rpm -q php php-4.3.9-3.12 请问是要删了,再重新编译安装*.tar.gz吗?? httpd-2.0.52-22.ent.centos4.rar.gz 哪能到这样的??/ 面的文章看了好久也不理解.能详细介绍一吗?犹其是resin???? http://...

by 权老实 - 服务器应用 - 2006-05-19 20:30:04 阅读(1276) 回复(3)

Cluster Suite and Global File System centos has released the Cluster Suite and Global File System for centos-3 and centos-4. ------------------------------- Cluster Suite 4 (CS) and Global File System 6.1 (GFS) for centos-4 is available from this directory: http://mirror.centos.org/centos/4/csgfs/ See this Announcement for more information. ------------------------------- Cluster Suite 3 (CS) an...

by broadsowrd619 - 集群和虚拟机 - 2006-02-07 21:17:38 阅读(1111) 回复(1)

http://mirror.be10.com/centos/4/isos/i386/

by zglhgcgs - 系统管理 - 2005-12-12 12:56:44 阅读(3280) 回复(5)

[code]wget -b -c -t 20 http://centos.crazyfrogs.org/4/isos/i386/centos-4.1-i386-bin{1,2,3,4}of4.iso[/code] [code]wget -c -b -t 20 http://public.planetmirror.com/pub/centos/4.1/isos/i386/centos-4.1-i386-bin{1,2,3,4}of4.iso[/code] [code]wget -c -b -t 20 http://mirror.futureflex.nl/centos/4.1/isos/i386/centos-4.1-i386-bin{1,2,3,4}of4.iso[/code] 要同时请把1,2,3,4分开

by killua - Linux论坛 - 2005-07-01 19:10:54 阅读(696) 回复(0)

是否只要(1,2,3)3张盘,无需那张Server? 安装时是否选英语(中文也装上),而不选中文,这样以后问题会少一些? 请熟悉centos的朋友帮忙解答一.

by StrongWu - 系统管理 - 2005-02-07 10:52:45 阅读(752) 回复(3)

这几天找了很多资料,忙活了半天,终于把Mysql6.0安装上了,刚开始是稀里糊涂的装上的,现在稍微有点明白了,写在这里,算是总结一吧,请高手们评一,有没有错误的地方,谢谢! 1、源码包 去 http://dev.mysql.com/downloads/mysql/6.0.html 里到 mysql-6.0.0-alpha.tar.gz 2、创建mysql的用户组和用户 >groupadd mysql >useradd -g mysql mysql 3、编译安装 mysql >cp mysql-6.0.0-alpha.t...

by 19811130 - MySQL - 2007-07-05 17:21:02 阅读(3713) 回复(10)

这几天找了很多资料,忙活了半天,终于把Mysql6.0安装上了,刚开始是稀里糊涂的装上的,现在稍微有点明白了,写在这里,算是总结一吧: 1、源码包 去 http://dev.mysql.com/downloads/mysql/6.0.html 里到 mysql-6.0.0-alpha.tar.gz 2、创建mysql的用户组和用户 >groupadd mysql >useradd -g mysql mysql 3、编译安装 mysql >cp mysql-6.0.0-alpha.tar.gz /usr/local/src >tar -zxvf my...

by 19811130 - MySQL文档中心 - 2007-05-14 14:09:23 阅读(889) 回复(0)