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
- Kibana server is not ready yet
- elastic stack
- macos
- PlayBook
- pfsense
- Elasticsearch
- x-pack
- docker
- Proxy
- endpoint security
- ELASTIC
- hardening
- bash
- ansible
- 보안양파
- 로그인불가
- Kibana
- centos 8
- proxycfg
- miniconda
- xe guest utilities
- application security
- G-suite
- Windows
- 한글가이드
- freebsd
- ssh key 배포
- XCP-ng
- GitLab
Archives
- Today
- Total
선 밖에 선 자유인
qemu-img 로 OS 설치 (iso 파일 이용) 본문
- 우선 가상 디스크 생성
# qemu-img create -f qcow2 -o size=25G /var/lib/libvirt/images/Win7.img
- iso 파일을 이용하여 install
# virt-install --name Win7 --ram 2048 --disk path=/var/lib/libvirt/images/Win7.img --vcpus 1 --os-type Windows --network bridge=virbr0 --graphics vnc --console pty,target_type=serial --cdrom /opt/backup/iso/Win7.iso
Comments