配置yum第三方的源
rpm -ivh http://rpm.livna.org/livna-release-9.rpm
yum install yum-fastestmirror 用于選擇速度最快的源。
更新系統
將/etc/yum.conf里的keepcache設置成1,這樣那些下載的安裝包會保留在硬盤上, 然后將/var/cache/yum里的文件打包tar zcvf yum.tar /var/cache/yum
以前不知道的,新學的,可以為重裝系統做充分準備。
更新之后重啟,換普通用戶了。
關閉SELinux
sudo gedit /etc/sysconfig/selinux
修改SELINUX=enforcing為SELINUX=disabled
音樂播放audacious
yum install audacious audacious-plugins-*
圖形界面的yum
yum install yumex
右鍵打開終端
yum install nautilus-open-terminal
安裝chm格式閱讀工具
yum install gnochm
$HOME/.mplayer/config 的內容
# 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