LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 803|回复: 0

Fedora 9 安装中的一些技巧和解决方法

[复制链接]
发表于 2008-6-3 19:12:20 | 显示全部楼层 |阅读模式
bootpart
bootpart 9 boolinux.bin "Fedora 9"
attrib +rh c:\linux.bin

#pppoe
pppoe-setup
pppoe-start
pppoe-stop

#Sudo
su
echo 'snail ALL=(ALL) ALL' >> /etc/sudoers
exit
#or
su
vi /etc/sudoers
在最后一段添加
snail ALL=(ALL) ALL
wq!
exit

#Setup yum
sudo rpm --import /etc/pki/rpm-gpg/*
sudo rpm -ivh http://rpm.livna.org/livna-release-9.rpm
sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna
#Full System Updates
sudo yum update
#Graphical Interface for yum
sudo yum -y install yumex
sudo yum -y remove yumex
sudo yum -y install yum-fastestmirror
* Adding your user to the wheel group
sudo gpasswd -a snail wheel

* Adding sbin to your PATH
sudo gedit ~/.bash_profile
Then change the following line:
PATH=$PATHHOME/bin
to
PATH=$PATH:/usr/sbin:/sbinHOME/bin

sudo yum install kde-l10n-Chinese im-chooser imsetting scim-python-chinese

no sound in rhythmbox after update
System > Preferences > Hardware > Sound
The first 3 in device here are set to Autodetect and Sound capture is set to PulseAudio

#mplayer
sudo gedit /etc/mplayer/mplayer.conf
fontconfig=no
mv *.ttf ~/.mplayer/subfont.ttf
[AO_ALSA] Unable to find simple control 'PCM',0.
Run gmplayer, Right-Click, goto Preferences > Audio > Available drivers:, Select pulse
cp936

cn99 源测试
http://www.linuxsir.cn/bbs/thread329247.html

=================================================================
http://www.mjmwired.net/resources/mjm-fedora-f9.html
http://www.my-guides.net/en/content/view/103/26

以上均根据英文版的指南
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表