About me
My Flickr
My Facebook
Dashboard
2012年7月9日 星期一
[Ubuntu] 編輯fstab,讓開機自動mount NAS
# vi /etc/fstab
加上這一行
//[server_ip]/[folder] /mnt/nfs cifs credentials=/etc/samba/credentials 0 0
#vi
/etc/samba/credentials
username=nfs_username
password=nfs_password
2012年7月7日 星期六
[Ubuntu] 如何讓不同虛擬桌面,有不同的桌布
http://askubuntu.com/questions/75998/is-it-possible-to-have-a-different-background-for-each-workspace
1. 在 Advanced setting中,disable "Have File Mnager handle the desktop"
2. 裝
compizconfig-settings-manager and compiz-plugins-extra
3. 在gconf-editor中,取消勾選“
apps/nautilus/appearances/" "show_dekstop”
4
. 在CCSM中,enable "Wallpaper",並在裡面設置不同的桌布
ubuntu 預設桌布路徑
/usr/share/backgrounds/
2012年7月6日 星期五
[Ubuntu] 如何改iBus下,無蝦米的預設選字結果
參考資料
http://sreal.pixnet.net/blog/post/31827824-%5Bubuntu%5D-%E5%AE%89%E8%A3%9D%E5%98%B8%E8%9D%A6%E7%B1%B3(ibus)
1. 先到這下載包好的輸入法
https://github.com/vicamo/ibus-table-boshiamy/downloads
2. 把語言面版叫出來
(參考上述網址)
3. 發現預設是用簡體結果,在語言面版上點選成繁體為優先
4. 發現繁簡併存,且還是以簡體為優先
5. 砍掉 ~/.ibus
6. 更改預設選字
例如,本來預設 iwn 是'汞',而不是'這',和windows版不同,這時可下載raw table,改好後重新打包成 ibus 的 db 檔。
(可在
https://github.com/vicamo/ibus-table-boshiamy/
下載,或是 wget
https://raw.github.com/vicamo/ibus-table-boshiamy/master/tables/boshiamy.txt
)
#ibus-table-createdb -s boshiamy.txt -n boshiamy.db
#sudo cp boshiamy.db /usr/share/ibus-table/tables/
7. restart
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)