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