裝完Fedora 9后系統(tǒng)的簡單設(shè)置
配置yum第三方的源
rpm -ivh http://rpm.livna.org/livna-release-9.rpm
yum install yum-fastestmirror 用于選擇速度最快的源。
更新系統(tǒng)
將/etc/yum.conf里的keepcache設(shè)置成1,這樣那些下載的安裝包會保留在硬盤上, 然后將/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
音樂播放audacious
yum install audacious audacious-plugins-*
圖形界面的yum
yum install yumex
右鍵打開終端
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
版權(quán)聲明:本站文章來源標(biāo)注為YINGSOO的內(nèi)容版權(quán)均為本站所有,歡迎引用、轉(zhuǎn)載,請保持原文完整并注明來源及原文鏈接。禁止復(fù)制或仿造本網(wǎng)站,禁止在非www.sddonglingsh.com所屬的服務(wù)器上建立鏡像,否則將依法追究法律責(zé)任。本站部分內(nèi)容來源于網(wǎng)友推薦、互聯(lián)網(wǎng)收集整理而來,僅供學(xué)習(xí)參考,不代表本站立場,如有內(nèi)容涉嫌侵權(quán),請聯(lián)系alex-e#qq.com處理。