您的位置:首页 > Web前端

Fedora16安装后的工作

2012-01-20 23:18 387 查看
总结一下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 解码器插件

[plain] view
plaincopy

[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管理器自动搜索最快源下载。确实非常快。

[plain] view
plaincopy

# yum -y install yum-fastestmirror

系统升级:

[plain] view
plaincopy

#yum update

鼠标右键“在终端中打开”

[plain] view
plaincopy

# yum install nautilus-open-terminal

GNOME3 tweak tool,GNOME3 增强功能选项

[plain] view
plaincopy

#yum install gnome-tweak-tool

系统日志查看器

[plain] view
plaincopy

# yum install gnome-system-log

LibreOffice

[plain] view
plaincopy

#yum install libreoffice

sun拼音输入法

[plain] view
plaincopy

# yum install ibus-sunpinyin

配置文件编辑器

[plain] view
plaincopy

#yum install gconf-editor

安装完成后,可以敲 Alt - F2 ,直接输入软件包名执行。

5. 技巧:

1)用root登入,

在文件/etc/pam.d/gdm中找下面这行,并注释掉。
auth required pam_succeed_if.so user != root quiet

2)设置sudo

[plain] view
plaincopy

# visudo

然后,在配置文件中找到下面的几行内容:

[plain] view
plaincopy

## Allow root to run any commands anywhere

root ALL=(ALL) ALL

在下面添加以下内容

[plain] view
plaincopy

yourusername ALL=(ALL) ALL

存盘退出,现在试一下(提示蛮有意思

):

[plain] view
plaincopy

[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 ~]$

贴一下原作者的网址:http://blog.csdn.net/panblack/article/details/7105392
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: