把 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

PHP and MySQL for Dynamic Web Sites : Visual QuickPro Guide

PHP and MySQL for Dynamic Web Sites : Visual QuickPro Guide

Larry Ullman / Peachpit Press / 2005 / USD 39.99

It hasn't taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open source combination. Add this book to the mix, an......一起来看看 《PHP and MySQL for Dynamic Web Sites : Visual QuickPro Guide》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具