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 |
Tags
- docker
- centos 8
- macos
- miniconda
- 한글가이드
- proxycfg
- GitLab
- freebsd
- endpoint security
- Proxy
- ansible
- xe guest utilities
- 로그인불가
- elastic stack
- Kibana
- PlayBook
- hardening
- XCP-ng
- x-pack
- 보안양파
- G-suite
- pfsense
- Elasticsearch
- Windows
- application security
- ELASTIC
- Kibana server is not ready yet
- bash
- ssh key 배포
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