Coder Social home page Coder Social logo

kut-msa-design-pattern-5's Introduction

KUT-MSA-Design-Pattern-5

http://naver.me/G6frYiaU

VirtualBox

  VBoxManage natnetwork add --netname NatNetwork --network "192.168.15.0/24" --enable --dhcp off --port-forward-4 "ssh:tcp:[]:22:[192.168.15.101]:22"
  VBoxManage natnetwork --port-forward-4 "ssh:tcp:[]:23:[192.168.15.102]:22"
  
  VBoxManage setextradata global GUI/Input/HostKeyCombination 162,164

Visual Studio Code Extensions

  code --install-extension MS-CEINTL.vscode-language-pack-ko
  code --install-extension ms-vscode-remote.remote-ssh
  code --install-extension ms-azuretools.vscode-docker
  code --install-extension vscjava.vscode-java-pack
  code --install-extension vscjava.vscode-gradle
  code --install-extension vmware.vscode-boot-dev-pack

  copy id_rsa on Host Windows(C:\Users\사용자\.ssh)

  -- config --------------------------------------
  Host labserver
  HostName localhost
  Port 22101
  User user1
  IdentityFile C:\Users\사용자\.ssh\id_rsa
  ------------------------------------------------

kut-msa-design-pattern-5's People

Contributors

dennis-ideacube avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.