Centos
Wikipedia,自由的百科全书
| 目录 |
[编辑]
Centos 基础知识
[编辑]
Centos 是什么?
Centos 是众多 Linux 发行套件之一。在红帽子对其企业操作系统采取收费的形势后cAos组织开发的CentOS CentOS与RHEL完全兼容,它是基于RHEL的源代码制作而成,而且它还提供一定的支持(完全免费哟)。被誉为社区企业linux操作系统。
[编辑]
相关链接
[编辑]
官方正式链接
- 官方网站 http://www.centos.org/ 了解caos,从这里开始
- 新闻中心 http://www.centos.org/modules/news/index.php?storytopic=8 包括升级通告,安装更新等重要新闻
- 获得Centos http://www.centos.org/modules/tinycontent/index.php?id=15 提供网络下载、CD购买,以及正式的安装文档
- 文档中心 http://www.centos.org/docs/4/ 包括 用户手册、开发人员手册、HOWTO以及通用FAQ文档等,你不能错过
[编辑]
民间组织、社区、个人站点
- centos社区 http://www.caoscn.org
- 国内的镜像 http://mirror.be10.com/
[编辑]
应用技巧
- centos4.4安装NVIDIA9629驱动.
- 去NVIDIA主页下载NVIDIA9629驱动.
- init3
- 换一个工作台输入密码登陆.
- chmod u+x NVIDIA-Linux-x86-1.0-9629-pkg1.run
- ./NVIDIA-Linux-x86-1.0-9629-pkg1.run
- 第一步accept
- 要去下内核什么东东:NO
- 接下来看着办吧...
- 好运'
- centos 4.4编译安装MPLAYER
- 准备工作:
- 为了确保编译过程不出事。先做两件.
- yum install libx11-dev
- yum -y install gtk+-devel
- 如果yum不行就用apt-get.
编译过程:
- 解压
- cd MPlayer-1.0pre8
- ./configure --enable-gui --enable-largefiles --enable-menu --prefix=/usr --with-codecsdir=/usr/lib/codecs/ --with-win32libdir=/usr/lib/wincodecs/ --confdir=/etc/mplayer --cc=gcc32
- 具体参数自己可以看着办.为了保留图形化介面,至少要保留./configure --enable-gui
- make
- make install
- 安装皮肤.自己去网上找...
- 小问题:
- 安装完后,我们启动MPlayer,有可能会出现如下这样的错误:
- "New_Face faild. Maybe the font path is wrong. please supply the text font file. ( ~/.mplayer/subfont.ttf )."
- 这时候我们用系统自带的字体来代替.
- #cd /usr/share/fonts/zh_CN/TrueType/
- 找其中一个字体文件复制到当前用户目录的 .mplayer/ 目录下
- #cp gbsn00lp.ttf ~/.mplayer/subfont.ttf
- 这样就解决了字体问题了.
- ps:在centos4.4中安装apt: yum -y install apt
- 大概是这样的.
- fcitx-3.4.tar.bz2在centos4.4下的安装
- 解压到root目录. tar jxvf fcitx-3.4.tar.bz2
- cd fcitx-3.4
- /configure --prefix=/usr/local/share
- make
- make install
- 到fcitx-3.4下把fcitx复制到/bin
- 其它的小问题自己google啦.
[编辑]

