Skip to content

Instantly share code, notes, and snippets.

Copy something from another system to this system:
scp username@hostname:/path/to/remote/file /path/to/local/file
Copy something from this system to some other system:
scp /path/to/local/file username@hostname:/path/to/remote/file
Copy something from some system to some other system:
@khairuzzaman
khairuzzaman / .block
Last active October 30, 2017 05:31
Stacked Bar Chart with Legend, Text Labels and Tooltips using V4
license: mit