preload
Aug 12

使用 ubuntu 的 vi 當你在 insert 模式的時候, 方向鍵會失效. 解決方式如下 :

#vi ~/.vimrc
set nocompatible

加入”set nocompatible” 在 .vimrc 檔案. 就可以解決了.

Tagged with:
Jun 04

昨天把我爸的 Ubuntu 電腦升級到 10.04. 結果只能顯示英文. 不知道怎麼搞的.

anyway, 重點不是這個. 這篇的主題是 Ubuntu 10.04 iPhone Tethering

首先, 先打開 “Terminal” 輸入下列指令, 安裝 tethering 的套件 :

# sudo -s
# add-apt-repository ppa:pmcenery/ppa
# apt-get update
# apt-get install gvfs ipheth-utils

上列安裝就可以讓 Ubuntu tethering, 可以直接接USB就可以上網了. 當然你要設定藍芽也是可以. 要先配對. 在右上方藍芽icon上按 “Set up new device…”

按”Forward”


選你的iPhone, 然後按”Forward”


出現配對碼


在你的手機輸入你的配對碼


打勾那個”Access the Internet using your mobile phone” 然後按 “Close”


在無線網路那個icon找一個藍芽的代碼


這樣就可以上網了


當然上一下自己的blog測試.

Tagged with: