|
|
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=$PATH HOME/bin
to
PATH=$PATH:/usr/sbin:/sbin HOME/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
以上均根据英文版的指南 |
|