1,设置sudo
在Ubuntu下习惯用sudo,我们可以通过下面方式在Fedora下来实现sudo。在命令行下输入
# visudo
然后,在配置文件中找到下面的几行内容:
 
## Allow root to run any commands anywhere
root    ALL=(ALL)       ALL
然后,在上行内容下面添加下面内容
 
${UNAME}  ALL=(ALL)  ALL
提示,其中的${UNAME}改成自己的用户名即可。
 
2,安装自动选择最快镜像插件
安装插件fastestmirror,可以让yum管理器自动搜索最快源下载
# yum -y install yum-fastestmirror
 
3,安装下载加速插件
$ yum install yum-presto
 
4, Flash player
su rpm -ivh http://linuxdownload.adobe.com/adobe-release\
/adobe-release-i386-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
yum update
yum install flash-plugin
安装完毕后重启浏览器即可查看效果。
 
5. 适能鼠标右键开启Terminal 
# yum install nautilus-open-terminal
6. 输入法  
在Fedora 15中,我们可以应用下面的命令来安装输入法 
ibus
# yum install ibus ibus-sunpinyin  
7. 解压缩软件7z 
# yum install p7zip p7zip-plugins 
8. GIMP
# yum install gimp
9. 星际译王
# yum install starditc
10. 邮件客户端:
# yum install thunderbird
11. IM工具Pidgin
Fedora 15默认IM为Empathy,如果喜欢Pidgin,则使用下面命令安装:
# yum install pidgin
12. Google chrome
# yum install chrome.rpm
13. Libreoffice  
若没有安装该办公套件,大家可以可到libreoffice官网下载安装包。 
解压。按照README文件里面的说明进行安装。     
14. 多媒体编码 Fedora 没有自带闭源或版权的软件。
我们可以通过下面命令来添加安装解码:  
# yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm  http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm    
# yum install ffmpeg ffmpeg-libs gstreamer-ffmpeg   libmatrosca xvidcore libdvdread libdvdnav lsdvd   
# yum install gstreamer-plugins-good  gstreamer-plugins-bad  gstreamer-plugins-ugly    

Referred Link: 
http://www.cnbeta.com/articles/144798.htm
http://www.bentutu.com/2011/05/fedora-yum-fast-downloader-and-one-beatiful-conky/
http://www.bentutu.com/2011/05/fedora-15-setting-and-configure-list/