fedora17安裝后配置筆記(2012
fedora17安裝后配置筆記(2012-11-11更新)
閱讀次數:127 次 來源:admin 發布時間:為什么80%的安裝碼農都做不了架構師?>>>
設置 root 可登錄
vim /etc/pam.d/gdm-password
注釋掉這一行
auth required pam_succeed_if.so user != root quiet
設置 sudo
visudo
找到
root ALL=(ALL) ALL
一行,在下面添加
xxx ALL=(ALL)NOPASSWD: ALL
其中,后配xxx 為自己的置筆用戶名
關掉 SELinux
vim /etc/selinuxconfig
將
SELINUX=enforcing
改為
SELINUX=disabled
重啟.... 或 臨時關閉方法
etenforcde 0
查看當前狀態
getenforce
安裝 rpmfusion 源
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
設置本地源
vim /etc/yum.repo.d/local-src.repo
文件內容如下
[local-src]
ame=local-src
aseurl=file:///mnt/local-src
enabled=0
gpgcheck=0
使用方法
將系統鏡像掛載在 /mnt/local-src 目錄下,執行
yum --disablerepo=* --enablerepo=local-src makecache
yum --disablerepo=* --enablerepo=local-src install xxxx
其中 xxxx 為要安裝的安裝軟件包
安裝其他源
rpm -Uvh http://rpms.famillecollet.com/remi-release-17.rpm
解決 vim 中文亂碼
vim /etc/vimrc
在最后加上如下內容(注意雙引號的問題,英文輸入法下的后配雙引號)
et encoding=utf-8
et fileencodings=utf-8,chinese,latin-1
if has("win32")
et fileencoding=chinese
else
et fileencoding=utf-8
endif
安裝 dconf-editor
yum install dconf-editor
解決 gedit 中文亂碼
打開 dconf-editor
找到 org --> gonme --> gedit --> preferences --> enchding
在 auto-detected 選項中添加 GB2312、GB18030 編碼
安裝Gnome Do (快速文件搜索)
yum install gnome-do
安裝當前目錄右鍵打開終端
yum install nautilus-open-terminal
安裝其他終端(介紹:http://blog.51osos.com/linux/ubuntu-terminal-emulator/)
yum install terminator
安裝 filezilla
yum install filezilla
壓縮工具相關
yum install unrar
yum install p7zi
安裝 flash(下載 rpm 包,置筆然后 yum 安裝,安裝可以順便安裝一些依賴包,后配不然挺麻煩的置筆,,安裝)
官網下載 (http://get.adobe.com/flashplayer/) rpm 安裝包,后配執行
yum localinstall fla*.rpm
其中,置筆fla*.rpm 為下載的安裝安裝包
打開 firefox,輸入 about:plugins,后配查看是置筆否有“Shockwave Flash”一項(如圖所示)
安裝 adobe reader(其實,系統自帶的 Document Viewer 就挺好用的!下載 rpm 包,然后 yum 安裝,理由同上)
官網下載 (http://get.adobe.com/cn/reader/otherversions/) rpm 安裝包,執行
yum localinstall adbe*.rpm
其中,adobe*.rpm 為下載的安裝包
安裝多媒體解碼器
yum install ffmpeg ffmpeg-libs gstreamer-ffmpeg libmatrosca xvidcore libdvdread libdvdnav lsdvd
yum install gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly
安裝 vlc (官方安裝方法:http://www.videolan.org/vlc/download-fedora.html)
# rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm (已安裝 rpmfusion 源了,這個就不用敲了)
yum install vlc
yum install mozilla-vlc (optional)
其他視頻相關(有下面 3 款,我安裝了 gnome-mplayer,當然,可都安裝,,)
yum install gnome-mplayer
yum install pitivi
yum install smplayer
音樂相關(有下面 4 款,,)
yum install banshee
yum install audacity
yum install rhythmbox
yum install audaciou
圖片相關(有下面 5 款,,)
yum install gim
yum install dia
yum install gthum
yum install inkscape
yum install shutter
星際譯王字典
yum install stardict
yum install stardict 【這里按兩下,就會列出沒有安裝的關于 stardict 的東東,要是沒效果,就多按幾下...】
詞庫安裝(到這個網站,下載詞庫,更具網站上的說明安裝)
http://abloz.com/huzheng/stardict-dic/
chm 閱讀器(2 款,,)
yum install chmsee
yum install kchmviewer
安裝gnome3 tweak tool工具
yum install gnome-tweak-tool
安裝Faenza圖標集
先搜索
yum search faenza
根據搜索的結果,安裝
yum install faenza-icon-theme.noarch
打開 gnome3 tweak tool工具
在【Theme】下 設置【Icon theme】為 Faenza 系列的,即可見效果
安裝 主題、拓展
yum install gnome-shell-theme
*yum install gnome-shell-extension
*打開 gnome3 tweak tool工具
在【Theme】下 設置【Shell theme】,選擇喜歡的一個
中文美化( 詳見:http://imobile365.com/articles/6331)
rpm -Uvh http://www.infinality.net/fedora/linux/infinality-repo-1.0-1.noarch.rpm
yum install freetype-infinality infinality-setting
編輯配置文件
vim /etc/profile.d/infinality-settings.sh
修改
USE_STYLE="DEFAULT"
的值(文件內有說明),重啟即可 (如果使用 ubuntu 效果,這一項先不要動,
按照下面方法安裝 ubuntu 字體,重啟即可)
安裝 ubuntu 字體
到 http://font.ubuntu.com/ 下載 ubuntu 字體
解壓到 /usr/share/fonts/ 目錄下
更新字體緩存
fc-cache -fv
安裝 windows 字體(安不安裝無所謂的)
復制 windows 系統內的字體到 /usr/share/fonts/winfonts(目錄 winfonts 可自己自由創建,并修改權限 755)
后,更新字體緩存
fc-cache -fv
gonme 拓展的安裝(到下面的網站上隨喜好安裝,也可全部安裝,然后打開 gnome3 tweak tool工具,在