64bit ubuntu

[b]安裝flash的firefox插件[/b]
http://labs.adobe.com/downloads/flashplayer10_64bit.html

下載然後進行解壓縮:
tar -zxvf libflashplayer-*.tar.gz

到此解壓出來的是一個.so文件,僅此一個文件,然後將其移動至firefox 插件目錄下即可:
sudo mv libflashplayer.so /usr/lib64/mozilla/plugins/libflashplayer.so

[b]提速FireFox[/b]
FireFox 默認配置比較保守,如果您的網絡狀況不錯,那可以這樣讓 FireFox 快速一些: 在 FireFox 地址欄打開 about:config , 按照下面的修改

network.http.pipelining = true
network.http.pipelining.maxrequests = 30
network.http.proxy.pipelining = true
network.http.requests.max-start-delay = 0
network.http.max-connections 48
network.http.max-connections-per-server 24
network.dns.disableIPv6 = true
nglayout.initialpaint.delay = 0

還可以順便設置一下標籤行爲:
browser.link.open_newwindow = 3
browser.link.open_newwindow.restriction = 0


[b]安裝fcitx輸入法[/b]
apt-get remove ibus
apt-get install fcitx
im-switch -s fcitx -z default

sudo echo 'export XMODIFIERS="@im=fcitx"' > /etc/profile.d/fcitx.sh

sudo update-alternatives --install /etc/X11/xinit/xinput.d/zh_CN xinput-zh_CN /etc/X11/xinit/xinput.d/fcitx 40

解決正常方塊
1、修改配置文件
gedit --encoding GB18030 .fcitx/config

顯示字體(中)=*
改爲
顯示字體(中)=AR PL UMing CN

2、修改碼錶文件
  sudo gedit --encoding GB18030 /usr/share/fcitx/data/tables.conf
將不必要的輸入法都刪掉

[b]兼容32位的軟件包[/b]
apt-get install ia32-libs


[b]vi上下左右鍵顯示ABCD+回車的問題[/b]
sudo apt-get install vim


[b]讓Archive Manager支持rar[/b]
sudo apt-get install unrar


[b]找不到so[/b]

根據
/etc/ld.so.conf
添加some.conf到目錄
/etc/ld.so.conf.d

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