create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
Requirement: Chromebook, Common Sense, Commandline Ablity, 1 hour of time
Dear developers with a spare Chromebook lets inject a little personalization into your Crosh shell with custom fonts, the solarized theme, and extra secure shell options.
Also, keep in mind that the terms Chrosh, Chrosh Window, and Secure Shell all refer to various versions and extentions built around the ChromeOS terminal. Settings that affect the ChromeOS terminal are global.
| #!/bin/bash | |
| # sudo apt install bash-completion | |
| # sudo cp etc-bash_completion.d-wol.bash /etc/bash_completion.d/wol.bash | |
| _wol() { | |
| local _cur="${COMP_WORDS[COMP_CWORD]}" | |
| COMPREPLY=( $(compgen -W "$(wol --list)" -- "$_cur") ) | |
| } |
| #!/usr/bin/env bash | |
| set -x | |
| set -e | |
| if [ $# -eq 0 ]; then | |
| echo "Received no arguments. Exiting..." | |
| exit | |
| fi | |
| # $@ is one-based and not zero-based |
| [ | |
| { | |
| owner: 'bcoe', | |
| repo: 'top-npm-users', | |
| description: ':star: Generate a list of top npm users by based on monthly downloads.', | |
| language: 'JavaScript', | |
| isFork: false, | |
| stargazers: 27, | |
| watchers: 27 | |
| } |