相当精简的CentOS个人桌面版--从CentOS6.3 32b-mini版開始(mini版过程略)

利用网络实现相当精简的CentOS个人桌面版--从CentOS6.3 32位mini版開始(mini版过程略)。升级后即是CENTOS6.5。

特别感谢163网易的镜像空间[http://mirrors.163.com]、搜狐的镜像空间[http://mirrors.sohu.com]提供的CENTOS安装光盘镜像。


详细的32位MINI版安装过程因为不是太特别。网上也有不少安装步骤可看。这里就不写了,仅仅写安装好以后要做的,以下是步骤:

yum install wget
cd /etc/yum.repos.d/
mv CentOS-Base.repo CentOS-Base.repo.old
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
mv CentOS6-Base-163.repo CentOS-Base.repo
yum update -y
yum install "@X Window System" firefox ibus* "@Chinese Support" xorg* alsa* liberation-mono-fonts
reboot

yum clean all
yum makecache
yum update

yum install dbus* libX* gdm "@Desktop"  system-config-services
rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpm
yum search mplayer
yum install mplayer smplayer
 
有些步骤是事后整理的,除中文输入法问题须要另行开视化设置外,包含声音等均正常。

待所有完毕后,能听MP3,看MP4等都能够实现。硬盘占用不超过2G。CPU使用率也仅仅有10%(听音乐的时候,不听的时候差点儿为1%)。

posted @ 2017-05-13 11:23  mfmdaoyou  阅读(1097)  评论(0编辑  收藏  举报