Chromium OS is cool. Chromium OS with crouton is cooler. Chromium OS with Docker is even cooler. This is specifically a guide for the Chromebook Pixel 2 (2015), but I can't think of any reason it wouldn't work with other devices.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# you may want to skip access, you will gets tons of logs | |
[sources.nginx_access_logs] | |
type = "file" | |
include = ["/var/log/sites/*/*/*/*/nginx/access.log"] # supports globbing | |
ignore_older = 86400 # 1 day | |
# product json logs | |
[transforms.nginx_access_logs_json] | |
type = "json_parser" | |
inputs = ["nginx_access_logs"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
black = '#3b4252'; | |
red = '#bf616a'; // red | |
green = '#a3be8c'; // green | |
yellow = '#ebcb8b'; // yellow | |
blue = '#81a1c1'; // blue | |
magenta = '#b48ead'; // pink | |
cyan = '#88c0d0'; // cyan | |
white = '#e5e9f0'; // light gray | |
lightBlack = '#4c566a'; // medium gray | |
lightRed = '#bf616a'; // red |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
section: screens | |
scar-win: | |
sarafinia: | |
end | |
section: links | |
scar-win: | |
down = sarafinia | |
sarafinia: | |
up = scar-win |