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
Homebrew build logs for homebrew/science/opencv3 on macOS 10.12 | |
Build date: 2016-10-07 13:51:28 |
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
0 info it worked if it ends with ok | |
1 verbose cli [ '/Users/kg/.nvm/versions/node/v4.0.0/bin/node', | |
1 verbose cli '/Users/kg/.nvm/versions/node/v4.0.0/bin/npm', | |
1 verbose cli 'install', | |
1 verbose cli '--save-dev', | |
1 verbose cli 'browser-tabs' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose install initial load of /Users/kg/hobby/node/my-electron-app/package.json | |
5 verbose installManyTop reading scoped package data from /Users/kg/hobby/node/my-electron-app/node_modules/babel-core/package.json |
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
#!/usr/bin/env ruby | |
# Put this file in .git/hooks/pre-commit | |
require 'english' | |
require 'rubocop' | |
ADDED_OR_MODIFIED = /A|AM|^M/.freeze | |
changed_files = `git status --porcelain`.split(/\n/). | |
select { |file_name_with_status| |
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
In these examples my username is k | |
* Gain ssh access via "serial console" in the control pannel for one hour. | |
* Change root password with control pannel. | |
* useradd -s /bin/bash -m -d /home/k -g ssh k | |
on local machine: | |
* ssh-keygen -t rsa | |
* cat ~/.ssh/id_rsa.pub | |
on remote (as root): |