‘chromeos linux, crostini’ 1 2 3 4 5 vmc start dev run_container.sh -container_name=stretch -user=wiloon -shell switch to dev channel, chrome os version >=67
chrome os will start to download an update
update and restart
Launch crosh (ctrl-alt-t)
Create crostini VM vmc start dev. This’ll download the termina component, and open a shell.
Launch a container run_container.sh -container_name=stretch -user=wiloon -shell
https://www.youtube.com/watch?v=s9mrR2tqVbQ
Crostini 101 from Crostini https://github.com/lstoll/cros-crostini/blob/master/README.md
https://support.google.com/chromebook/answer/1086915?hl=en
内网 dns dig 能解析出ip, ping 返回 Name or service not known https://blog.csdn.net/jinyuxiaoqiang/article/details/78611430 https://blog.csdn.net/water_cow/article/details/7190880 vim /etc/nsswitch.conf hosts: files mymachines myhostname resolve [!UNAVAIL=return] dns hosts: files dns myhostname
inode An inode stores all the information about a regular file, directory, or other file system object, except its data and name. 每个文件都对应一个 inode, inode 存储了除文件名和文件内容之外的所有信息。 inode (发音: eye-node) 译成中文就是索引节点,