把 Chrome OS 变成 Linux 发行版的包管理器 chromebrew

码农软件 · 软件分类 · 其他开发相关 · 2019-10-16 11:57:54

软件介绍

chromebrew 是一个 Chrome OS 的包管理器。

Chrome OS 实际上运行的是 Linux 内核,如果要把它当作全功能 Linux 发行版,那么唯一的缺陷是 gcc 和它们的依赖项,chromebrew 弥补了这个部分。

支持设备:

ArchitectureSupported?
x86_64Yes
i686Yes
armv7lYes
aarch64Yes

安装

进入 shell

下载并运行以下脚本:

wget -q -O - https://raw.github.com/skycocker/chromebrew/master/install.sh | bash

-- or --

curl -Ls git.io/vddgY | bash

在 root 权限下的 Google OnHub 上,该命令需要与 chronos 用户一起运行:

# passwd chronos
Changing password for chronos.
Enter new UNIX password:
Retype new UNIX password:
# su - chronos
Password:
$ curl -Ls git.io/vddgY -o install.sh && yes | bash install.sh

本文地址:https://www.codercto.com/soft/d/16876.html

C++Templates中文版

C++Templates中文版

David Vandevoorde、Nicolai M.Josuttis / 陈伟柱 / 人民邮电出版社 / 2008-2 / 69.00元

本书是C++模板编程的完全指南,旨在通过基本概念、常用技巧和应用实例3方面的有用资料,为读者打下C++模板知识的坚实基础。 全书共22章。第1章全面介绍了本书的内容结构和相关情况。第1部分(第2~7章)以教程的风格介绍了模板的基本概念,第2部分(第8~13章)阐述了模板的语言细节,第3部分(第14~18章)介绍了C++模板所支持的基本设计技术,第4部分(第19~22章)深入探讨了各种使用模板......一起来看看 《C++Templates中文版》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具