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) 용어 정리
- 06-etc > book-memo > 사고 싶어지는 것들의 비밀
- 06-etc > book-memo > prompt-engineering > Chapter 1. 프롬프트 엔지니어링 개요
- 06-etc > book-memo > prompt-engineering > Chapter 2. 할루시네이션 예방 기법
- 06-etc > book-memo > prompt-engineering > Chapter 3. 심화: 프롬프트 응용
- 06-etc > book-memo > prompt-engineering > Chapter 4. 그라운딩과 지식 통합
- 01-Infrastructure > Quantum > Safe > Lesson 1: 양자 시대 준비
- 01-Infrastructure > Quantum > Safe > Lesson 2: 양자 안전 암호화
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
