配置yum第三方的源
rpm -ivh http://rpm.livna.org/livna-release-9.rpm
yum install yum-fastestmirror 用于選擇速度最快的源。
更新系統(tǒng)
將/etc/yum.conf里的keepcache設(shè)置成1,這樣那些下載的安裝包會(huì)保留在硬盤上, 然后將/var/cache/yum里的文件打包tar zcvf yum.tar /var/cache/yum
以前不知道的,新學(xué)的,可以為重裝系統(tǒng)做充分準(zhǔn)備。
更新之后重啟,換普通用戶了。
關(guān)閉SELinux
sudo gedit /etc/sysconfig/selinux
修改SELINUX=enforcing為SELINUX=disabled
音樂(lè)播放audacious
yum install audacious audacious-plugins-*
圖形界面的yum
yum install yumex
右鍵打開(kāi)終端
yum install nautilus-open-terminal
安裝chm格式閱讀工具
yum install gnochm
$HOME/.mplayer/config 的內(nèi)容
# Write your default config options here!
vo=x11
zoom=yes
# Use 8MB input cache by default.
cache = 8192
# Prefill 20% of the cache before starting playback.
cache-min = 20.0
# Prefill 50% of the cache before restarting playback after the cache emptied.
cache-seek-min = 50