Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- freebsd
- proxycfg
- docker
- pfsense
- x-pack
- elastic stack
- ansible
- Proxy
- G-suite
- 로그인불가
- hardening
- ssh key 배포
- ELASTIC
- Windows
- macos
- 보안양파
- miniconda
- 한글가이드
- xe guest utilities
- application security
- bash
- GitLab
- Elasticsearch
- PlayBook
- centos 8
- Kibana
- XCP-ng
- Kibana server is not ready yet
- endpoint security
Archives
- Today
- Total
목록VirtualBox (1)
선 밖에 선 자유인
Vagrant Simple Test Lab 구성
- Vagrantfile -------------------------------------- #-*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure(2) do |config| config.vm.provision "shell", inline: "echo X2" config.ssh.insert_key = false config.vm.define "lab1" do |cfg| cfg.vm.box = "bento/centos-8" cfg.vm.hostname = "lab1" cfg.vm.network "private_network", ip:"192.168.56.101" cfg.vm.synced_folder "/Users/user/vagrant", "/vagrant..
IT/Cloud & DevOps
2019. 4. 6. 16:51