結束安裝 php
檢測一下是否成功
sudo apt-get install mesa-utils
glxinfo | grep rendering
顯示瞭如下結果:direct rendering: Yes
說明已成功 html
2、視窗特效
sudo apt-get install compizconfig-settings-manager
ccsm
進入設置界面,選一個效果玩玩
Category->Effects選中Wobbly Windows,這個是扭動效果,體驗一下,其爽無比啊。。固然,還有N多特效有待選擇。 linux
3、Firefox插件flashplayer的安裝
到官網下載:
install_flash_player_11_linux_i386.tar.gz
打開終端:cd 到解壓目錄下
將其中的libflashplayer.so拷貝到Firefox的Plugin目錄:
sudo cp -p libflashplayer.so /usr/lib/mozilla/plugins/
將usr目錄下的全部文檔拷貝到系統的/usr目錄下:
sudo cp -p usr/ /usr/ -R
完成,重啓Firefox,能夠播放視頻了 瀏覽器
4、屏幕抓圖軟件Scrot的安裝與使用
安裝: sudo apt-get install scrot
使用: scrot -h (顯示一大堆。。。。本身慢慢看) app
5、從溫逗死轉到linux不免不適應,沒好用的QQ啊。。。 ide
還好發現了這個: spa
後來發現這個QQ挺好用的,網址以下: http://www.longene.org/forum/viewtopic.php?f=6&t=4700 這個版本的QQ還算完美。。。嘿嘿。。通常人不告訴他。。。。。
6、Rhythmbox中文亂碼解決辦法 firefox
在終端輸入: 插件
1vi~/.profile在最後加入下面內容: code
export GST_ID3_TAG_ENCODING=GBK:UTF-8:GB18030
export GST_ID3V2_TAG_ENCODING=GBK:UTF-8:GB18030
保存退出。
1source~/.profile 重啓Rhythmbox把歌曲從新導入便可顯示正確
7、flashplayer獨立播放器下載配置 (可用來播放swf格式的視頻也可直接用firefox瀏覽器播放)
下載地址:http://www.adobe.com/support/flashplayer/downloads.html#fp9
這個文件:Download the Linux Flash Player 11.2 Projector (TAR.GZ, 5.73MB)
將壓縮包裏的flashplayer解壓出來並拷貝到/usr/bin
sudo cp -p flashplayer /usr/bin
選一個圖標,壓縮包裏也有flash.png,將其拷貝到/usr/share/pixmaps
sudo cp -p flash.png /usr/share/pixmaps
新建一個flashplayer.desktop文件,拷貝到/usr/share/applications
sudo cp -p flashplayer.desktop /usr/share/applications
***************flashplayer.desktop的內容***************************
[Desktop Entry]
Name=FlashPlayer 11
Name[zh_CN]=FlashPlayer 11
GenericName=Media Player
Exec=flashplayer
Type=Application
Encoding=UTF-8
Icon=flash.png
Categories=GNOME;Application;AudioVideo;Audio;Video;Player
MimeType=video/swf
**********************複製上述代碼***************************************
運行一下試試:flashplayer
可使用,嘿嘿。。。