摘要: sudo usermod -G vboxusers -a your_user_name 我的用上面指令不能建立, 需先使用 sudo su 切到root 再執行 usermod -G vboxusers -a your_user_name groups 檢查是否有 vboxusers 阅读全文
posted @ 2017-01-02 22:50 wangchangruei 阅读(357) 评论(0) 推荐(0)
摘要: 以下是在 trace 關機充電動畫所遇到一個疑惑, 關於 framebuffer device 的屬性 line_length 大小值, 一個 display panel,1920 × 1080, 每個 pixel 由 4個 bytes 控制, 分別為 ARGB, 而 line_length 代表在 阅读全文
posted @ 2016-12-27 20:53 wangchangruei 阅读(811) 评论(0) 推荐(0)
摘要: 開機第一張圖片: 圖片位置: linux_repo/vendor/mediatek/proprietary/bootable/bootloader/lk/dev/logo 因為 project 選用 FHD 屏幕所以 在linux_repo/vendor/mediatek/proprietary/b 阅读全文
posted @ 2016-12-23 16:44 wangchangruei 阅读(937) 评论(0) 推荐(0)
摘要: FHD : full high definition,1920 x 1080,全高清 logo.bin 0x200 = 00000039,代表這個 logo.bin 由39 個圖片組成。 0x204 = 00300d13,代表這個 logo.bin 的 length, 0x300F20 代表 log 阅读全文
posted @ 2016-12-21 17:54 wangchangruei 阅读(346) 评论(0) 推荐(0)
摘要: visual mode : insert : ctrl + v select line shift + i key word Esc 跳回上一個位置 ctrl + o 跳到下一個位置 ctrl + i 顯示完整的檔案路徑及檔名 1 + ctrl + g swtich case ~ Word move 阅读全文
posted @ 2016-12-20 22:09 wangchangruei 阅读(171) 评论(0) 推荐(0)
摘要: This is come from http://blog.lyhdev.com/2013/01/ubuntu-linux-apt-get.html 在 Ubuntu 下移除某個軟體套件,使用的指令是 apt-get remove,例如: sudo apt-get remove texlive-fu 阅读全文
posted @ 2016-12-18 21:21 wangchangruei 阅读(1284) 评论(0) 推荐(0)
摘要: 單獨看這個 commit id 做了什麼修改 git show CommitID or git diff CommitID^! 查看整個 code base 中 所有的 git project 的 status repo forall -c 'git status' 查看整個 code base 中 阅读全文
posted @ 2016-12-17 16:32 wangchangruei 阅读(186) 评论(0) 推荐(0)
摘要: Environment Ubuntu 14.04.5 LTS (Trusty Tahr) 現象 system 有偵測到 mobile phone, adb devices 沒有偵測到 mobile phone adb shell 顯示 device not found solution create 阅读全文
posted @ 2016-12-14 15:11 wangchangruei 阅读(595) 评论(0) 推荐(0)
摘要: /etc/apt/apt.conf.d/01proxy 若加了以下這行,則 apt-get 都會透過下方網址get Acquire::http::Proxy "http://aptcacher.arimacomm.com.tw:3142"; 有些 program 無法從以上網址去 get tool, 阅读全文
posted @ 2016-12-08 11:50 wangchangruei 阅读(186) 评论(0) 推荐(0)
摘要: Ubuntu 14 需 disable 加密,方可 遠端連線 此台電腦 connect ! 阅读全文
posted @ 2016-12-06 12:25 wangchangruei 阅读(224) 评论(0) 推荐(0)