2018年12月29日 星期六

Chrome OS Note


  1. 有沒有比較方便的gnu套件管理工具
    mac 上有brew, chrome上面也有chromebrew 
  2. Google Play的安裝目錄在哪?
    /opt/google/containers/android/rootfs/android-data/data/data
  3. 如何切換到開發者模式
    如果想使用bash, 
    1. 備份系統 (切換到開發者模式, 會清空原本的資料)
    2. 按住ESC + Refresh + POWER重開機
    3. 跳出 "Chrome OS is missing or damaged. Please insert USB stick."
      按下ctrl + D
    4. 等待重開機即可
  4. bash 執行檔案會Permission denied
    基於安全性,  os 在mount的時候, 設定了noexec參數
    要解決這狀況可以在.bashrc中加入remount的命令
    sudo mount -o remount,exec /home/chronos

©Yichenba