Skip to content

Instantly share code, notes, and snippets.

@d0zingcat
Last active December 20, 2017 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d0zingcat/c879d1d0a7f0c1f5e11ad87cdb0e3457 to your computer and use it in GitHub Desktop.
Save d0zingcat/c879d1d0a7f0c1f5e11ad87cdb0e3457 to your computer and use it in GitHub Desktop.
mess notes

Docker notes

  1. docker Network differenece between EXPOSE and PUBLISH: Exposing ports is a way of documenting which ports are used, but does not actually map or open any ports. Exposing ports is optional.

Best practives in [?]nix

command line proxy: proxychains

  1. Open shift and Cloud foundry is open source project which can be used to build PaaS

Markdown notes

  1. Anchor at current page Github automatically parses anchor tags out of your headers. So you can do the following:
[Foo](#foo)
### Foo

In the above case, the Foo header has generated an anchor tag with the name foo

Note: just one # for all heading sizes, no space between # and anchor name, anchor tag names must be lowercase, and delimited by dashes if multi-word. Just like this:

[click on this link](#my-multi-word-header)

### My Multi Word Header

Or this could be realized by the following approach:

[click on this link](#\anchor)

<a name="anchor">
this section will be jumped to after click on the link above.
</a>

VPS candidates

Name
SoftLayer
Azure
AWS
AlibabaCloud
Rackspce
Blhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment