code-snippets
Oct 13, 2016
[Huy Le]
1 minute read
WIKI LAYOUT
  plink.exe tunnel-home -N -ssh -2 -P 2223 -l root -C -i C:\.ssh\MyEnTunnel\keyfile.ppk -v

Markdown #

![]() allows you to upload images to ghost

Python #

  1. Useful design patterns for Python: Link

GIT #

Some help snippet from gist ## Workflow - Helpful site for the GIT workflow: here - Successful git branching model: here ## Settings - Keep branch history from flatten, use --no-ff while merge - or set git config --global merge.ff false <- remember admin access is needed