2013年6月15日 星期六

AVD Trackball mode

android virtual device 裡, 可以按 F6 鍵切換到 軌跡球(Trackball) 模式,在軌跡球模式下,滑鼠游標會無法離開 android virtual device 以外的操作介面。
再按一次 F6 , 就可以回到正常的滑鼠模式了~~


ref: http://developer.android.com/tools/help/emulator.html

2013年6月11日 星期二

How to install the latest stable git release on Ubuntu 10.04 LTS

要在 ubuntu 10.04 的系統裡, 安裝最新的 git 套件, 可以依照底下幾個動作進行。

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git


ref: http://adammonsen.com/post/665