2011年10月11日 星期二

Android Emulator問題 – 執行avd時出現hint use @foo 訊息

[Linux 筆記] Android Emulator問題 執行avd時出現hint use @foo 訊息
使用Android Emulator 模擬器, 創建任一個AVD文件啟動後出現 ..
[2011-10-11 10:24:28 - Emulator] invalid command-line parameter: ROMs\Android\android-sdk-windows\tools/emulator-arm.exe.
[2011-10-11 10:24:28 - Emulator] Hint: use '@foo' to launch a virtual device named 'foo'.
[2011-10-11 10:24:28 - Emulator] please use -help for more information

之前在其他電腦執行都是正常的 ..  後來在網頁看到原因 發現原來是目錄本身不可以存在空格
https://code.google.com/p/android/issues/detail?id=18317
原來是SDK安裝在"Toshiba ROMs"目錄底下,ToshibaROMs中間的空格在作怪。
解決方法:把目錄名稱中的空格拿掉後 重新指向路徑, 就正常了

2011年9月30日 星期五

[Linux 筆記] How to mount the USB storage device


1.          Plug the USB storage device into the Desktop system
2.          Check if the system had detected the storage device [Basic]
dmesg
PS: display message 中就會出現類似以上的訊息, 包含容量, 規格, 分割區訊息
      * Unix or Unix like 的作業系統都會主動把磁碟區位置映設到特定的目錄上頭
         EX: Pen drive 的磁碟機 + 分割區1,  在這可能被識別為 
                /dev/sdb1 [磁碟機名稱 + 分割區號碼]
3.          Check if the system had detected the storage device [Advanced]
ls /dev/disk/by-id /dev/disk/by-path /dev/disk/by-uuid
PS: 除了driver information 可以得到資料外, 我們也可以從/dev/disk 目錄下頭得到storage device相關的資訊
4.          Mount the storage device automatically and then list the folder data
PS: 系統自動掛載的磁碟分割區會被映設在/media/[名字取決於其uuid]  
     目錄內
5.          Mount the storage device into the system manually
PS: 若不知道有幾個分割區, 可以在打完磁碟區後按下Tab 鍵連續兩次, OS就會秀出有幾個分割區可供掛載

6.          Check if the storage device had been mounted
df | tail -1
7.          Un-mount the storage device safely
umount /dev/sdb1
PS: 不建議使用 umount –a 選項去un-mount device, 因為用這方式容易把非相關的裝置一起安全移除XD

2011年9月27日 星期二

[Linux 筆記] zip 壓縮第二層目錄的方法

zip –r [壓縮的檔名.zip] [來源目錄名稱]
ex. zip log.zip First

First
  + ---- Second

[Linux筆記] Configure the Finger Print under Fedora 9

How to configure the Finger Print under the Fedora 9?

1. Connect the Ethernet cable to the system
2. Open the Terminal
3. yum list
4. yum -y install hwbrowser.noarch
5. yum -y install pam_fprint.i386
6. yum -y install fprint_demo.i386
7. :/etc/pam.d/system-auth    (Login Screen setting)
   + auth   sufficient pam_auth.so

[Travel] China Travel -1 (Suzhou, Shanghai)

八十二天扣除2天飛機起降 約玩了二十或三十景點以上相片及影片到目前為止並未整理完以下是上海篇全部 (maybe)

上海 --- 田子坊(上左) ; 城隍庙、豫园老街(上中) ; 上海老街、古城公园、南翔小笼 (上右) ; 豫园(中左) ; 外滩_黄昏 (中中); 外滩_夜拍 (中右);
外滩_方滨大道 (下左) ; 东方明珠(下中) ; 朱家角(下右)

上海 --- 七宝古镇(上左) ; 上海动物园(上中) ; 南京路步行街(上右) ; 闽行交大(下左)                                 


NGO --- 苏州静思书院 () ; 苏州静思书院_幸福密码4445578手语音乐剧公演 ()
        在五一小长假时,有幸参与组织筹办的手语音乐剧幕后工作, 不一样的体验之旅

[Linux筆記] BT USB Module cannot be loaded automatically [Embedded System]

After plugging the Microsoft IntelliMouse for Bluetooth USB dongle into the USB port 1 of the Intel D955XBK motherboard system, the btusb of kernel module loaded automatically.

The btusb of kernel module CANNOT be loaded automatically.

Therefore, this is the btusb of kernel module does NOT load issue.

How to pass your CEH v11 exam quickly ?

1. You must buy the old CEH v11 exam under the online shopping platform. such as shopee. Select the 1st SEO buyer.  2. Create the practice t...