Skip to content

Instantly share code, notes, and snippets.

View VioletVivirand's full-sized avatar
👻
Always searching for the next job 😜

Chung-Ping Huang VioletVivirand

👻
Always searching for the next job 😜
  • Chunghwa Telecom
  • Kaohsiung, Taiwan
  • 11:23 (UTC +08:00)
View GitHub Profile
license: gpl-3.0
@VioletVivirand
VioletVivirand / 0_reuse_code.js
Created June 30, 2016 15:21
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
license: gpl-3.0
@VioletVivirand
VioletVivirand / .block
Last active August 11, 2016 05:15
Global Corporate Tax Rates Map from 2006 to 2016: http://bl.ocks.org/VioletVivirand/40dc93ec94038bf5ca3f3a88aff6f857
license: cc-by-nc-sa-4.0
[
{
"no": "1",
"name": "Afghanistan"
},
{
"no": "2",
"name": "Albania"
},
{
@VioletVivirand
VioletVivirand / .block
Last active August 4, 2016 08:05
Disabilities Data Demo
license: gpl-3.0

1. Generate Keys

在 Server 上執行:

ssh-keygen -t rsa -b 2048
cd ~/.ssh
cat ./id_rsa.pub >> ./authorized_keys