Infrastructure
Linux, Container, z/OS, Quantum
Private Platform
vSphere, Private Cloud
Public Cloud
Alibaba Cloud, Naver Cloud
HashiCorp
Packer, Vagrant, Terraform, Consul, Boundary, Vault, Nomad, Waypoint
Kubernetes
OpenShift, EKS, Kops, Rancher Desktop
Software
MongoDB, Jenkins, Tomcat, Keycloak, Node.js
Etc.
Book Memo, Class, Information, Mac
최근 등록/수정된 글 🔗
- 04-HashiCorp > 06-Vault > 01-Information > Seal/Unseal 개념 설명
- 01-Infrastructure > zOS > Concepts > Lesson 1: z/OS의 진화 - 매인프레임 컴퓨터의 역사와 발전 과정
- 01-Infrastructure > zOS > Managing and Processing zOS Data > How z/OS Processes I/O
- 01-Infrastructure > zOS > Managing and Processing zOS Data > Mainframe Resource Sharing
- 01-Infrastructure > zOS > Managing and Processing zOS Data > Workload Management and WLM
- 01-Infrastructure > zOS > Concepts > Lesson 2: z/OS 시스템의 주요 구성 요소
- 01-Infrastructure > zOS > Concepts > Lesson 3: Compilers, Binders, Utilities
- 06-etc > infomation > Identity and Access Management (IAM) 용어 정리
- 00-Howto > docmoa 활용 가이드
- 99-about > Thank you
- 00-Howto > 02-Guide > 문서작성 '시작'
- 00-Howto > 02-Guide > Contribute
- 00-Howto > 02-Guide > Template
- 00-Howto > 03-Tips > Chart
- 00-Howto > 03-Tips > Code Block
Start contributing to docmoa
Run info
Minimum tested NodeJS version : v20.19.x
npm
# git clone
git clone https://github.com/docmoa/docs.git
# npm install
cd docs
npm install
# start VuePress writing
npm run dev
yarn
# git clone
git clone https://github.com/docmoa/docs.git
# npm install
cd docs
yarn install
# start VuePress writing
yarn vuepress dev
