fedora 18 安裝後設置及優化

一、 播放器插件、解決亂碼、安裝輸入法

yum install ffmpeg ffmpeg-libs gstreamer-ffmpeg libmatrosca xvidcore libdvdread libdvdnav lsdvd gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly

yum install gstreamer1-libav

比較完美的方法是修改環境變量,以root身份修改/etc/profile文件:
在文件最後加入下面兩行
export GST_ID3_TAG_ENCODING=GBK:UTF-8:GB18030
export GST_ID3V2_TAG_ENCODING=GBK:UTF-8:GB18030

yum install ibus-sunpinyin 

二、安裝163源、fastestmirror YUM插件、rpmfusion源

開源鏡像網站http://mirrors.163.com/和http://mirrors.sohu.com/下載fedora的源配置文件

sudo yum install yum-plugin-fastestmirror

三、當前目錄右鍵打開終端、chmsee

在終端中輸入命令:$ sudo yum install nautilus-open-terminal chmsee

四、安裝gnome3 tweak tool工具

fedora 15 採用gnome3之後,gnome-tweak-tool爲配置桌面必不可少的工具。

終端中輸入命令:$ sudo yum install gnome-tweak-tool

安裝完成後,找到advanced settings,這個就是tweak tool。

安裝所有gnome-shell 擴展 

sudo yum install gnome-shell-extension* 

五、安裝自動優化工具-fedorautils,很好的工具,基本是shell代碼,順便可以學習。

yum install fedorautils

六、插件列表

yum info yum-plugin-*

七、設置sudo

visudo

root ALL=(ALL) ALL 下面添加:xxx ALL=(ALL)NOPASSWD: ALL

八、設置vim

set nocp

set fileencodings=utf8,gbk,big5

set et

set ts=4

set sw=4

set sts=4

set smarttab

set ai

set si

syntax on

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章