一. 安裝的系統的時候選上 Development 下的 Development Libraries 和 Development Tools,編譯安裝軟件的時候須要。
二. 安裝完成後,先對系統進行 update。打開終端,進入管理員模式,輸入yum -y update,大概要等近一個小時(看網絡質量了)。
三. 安裝個人 Wireless 網卡驅動
個人筆記本是 ThinkPad E40 系列的,安裝後默認沒有識別無線網卡驅動,官網也沒有提供Linux下的驅動,通過通常周折,終於查到網卡的型號是 Realtek RTL8192SE
下載完成後,解壓、編譯、編譯安裝。
進入解壓目錄 make && make install 就能夠了。
三. 更新完了之後,再安裝一些必需的軟件。
(1)先安裝 RPM Fusion 源
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
(2)安裝音頻、視頻解碼器
yum -y install gstreamer-plugins-bad gstreamer-ffmpeg gstreamer-plugins-ugly
(3)安裝遠程訪問 Windows 桌面的軟件
yum -y rdesktop
yum -y tsclient
(4) Emesene
yum -y install emesene
(5)SKYPE
wget http://download.skype.com/linux/skype-2.1.0.81-fc10.i586.rpm
(6)安裝 p7zip,能夠解壓 7z 格式的壓縮包。
yum -y p7zip
(7)安裝unrar,能夠解壓 rar 格式的壓縮包。
yum -y unrar
(8)爲 mozilla firefox 安裝 flashplayer 插件。
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
tar zxvf install_flash_player_10_linux.tar.gz
cp libflashplayer.so ~/.mozilla/plugins/