2011年6月6日 星期一

新裝 11.04 natty narwhal 的一些設定紀錄

1.改 HOSTNAME:
/etc/hostname



2.設定提示字串為高亮度:
vi ~/.profile
force_color_prompt=yes 此行前面的#去掉,重開 pty。



3.右上角的通知區域的小圖示全開,因gcin會被隱藏,所以改一下com.canonical.unity.panel systray-whitelist的設定:
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"

要查看目前允許的列表的話:
gsettings get com.canonical.Unity.Panel systray-whitelist

只需要增加部份的話:
gsettings set com..... "['...', '...', ....., 'gcin']"



4.瀏覽器內加入adobe flash player (libflashplayer.so)的話:

google Chrome加到:/opt/google/chrome/plugins/

firefox加到:~/.mozilla/plugins/




5.因為原本的 sources.list 內的預設網址有時候會當住,連不上去,所以全部改成:
from:http://tw.archive.ubuntu.com/ubuntu/
to:http://free.nchc.org.tw/ubuntu/dists/
改完以後要記得:
sudo apt-get update ; sudo apt-get upgrade



6.預設是未安裝 rar 的decoder, 所以
sudo apt-get install unrar
就可以在視窗下點兩下解壓縮 *.rar 了。

沒有留言: