总结一下Fedora安装后的工作:
1. MP3、MPEG解码器
首先下载安装RPM Fusion free for Fedora 。
下载页面:
http://www.rpmfusion.org/Configuration
或直接访问下载链接:
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
下载文件后双击执行安装。
然后通过命令行安装MP3、mpeg、x264 解码器插件
- [myuser@fedorapc ~]$ su
- 密码:
- [root@fedorapc myuser]#
- #yum install gstreamer-plugins-bad gstreamer-ffmpeg gstreamer-plugins-ugly -y
2、Flash plugin下载
http://get.adobe.com/cn/flashplayer
3、Google Chrome下载(不容易打开)
http://www.google.com/chrome/index.html
4. 其他:
运行以下指令前,请在命令行先执行su切换到root。
fastestmirror插件,可以让yum管理器自动搜索最快源下载。确实非常快。
- # yum -y install yum-fastestmirror
系统升级:
- #yum update
鼠标右键“在终端中打开”
- # yum install nautilus-open-terminal
GNOME3 tweak tool,GNOME3 增强功能选项
- #yum install gnome-tweak-tool
系统日志查看器
- # yum install gnome-system-log
LibreOffice
- #yum install libreoffice
sun拼音输入法
- # yum install ibus-sunpinyin
配置文件编辑器
- #yum install gconf-editor
安装完成后,可以敲 Alt - F2 ,直接输入软件包名执行。
1)用root登入,
在文件/etc/pam.d/gdm中找下面这行,并注释掉。
auth required pam_succeed_if.so user != root quiet
- # visudo
然后,在配置文件中找到下面的几行内容:
- ## Allow root to run any commands anywhere
- root ALL=(ALL) ALL
- yourusername ALL=(ALL) ALL
存盘退出,现在试一下(提示蛮有意思):
- [myuser@fedorapc ~]$ sudo ls /root
- We trust you have received the usual lecture from the local System
- Administrator. It usually boils down to these three things:
- #1) Respect the privacy of others.
- #2) Think before you type.
- #3) With great power comes great responsibility.
- [sudo] password for myuser:
- anaconda-ks.cfg
- [myuser@fedorapc ~]$