Skip to content

Instantly share code, notes, and snippets.

@iamwrm
iamwrm / centos_log.md
Last active February 3, 2017 15:08
virtualbox centos ssh macOS log

SSH to local virtual machine

  • install centos 7 minimal

  • enable network

  • exact virtual machine setting network adaptor NAT

  • Port Forwarding

Host IP: 127.0.0.1
@iamwrm
iamwrm / update_hombrew.md
Created January 31, 2017 08:20
homebrew

brew update brew upgrade python3 brew clean

6) Install python

brew install python --framework --universal
@iamwrm
iamwrm / cpp.md
Last active February 6, 2017 01:01
vscode log of mine

Prerequisite

  • Cmake
  • vscode
  • cpptool extension
brew install cmake
@iamwrm
iamwrm / markdown.md
Last active February 6, 2017 01:02
Markdown hints

local image

![avatar](/user/desktop/doge.png)

web image

![avatar](http://baidu.com/pic/doge.png)