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
- GitLab
- Proxy
- proxycfg
- Windows
- 한글가이드
- elastic stack
- bash
- ssh key 배포
- XCP-ng
- xe guest utilities
- miniconda
- pfsense
- application security
- endpoint security
- 보안양파
- docker
- ansible
- PlayBook
- hardening
- Kibana server is not ready yet
- G-suite
- macos
- centos 8
- Elasticsearch
- freebsd
- 로그인불가
- ELASTIC
- x-pack
- Kibana
Archives
- Today
- Total
선 밖에 선 자유인
Xen 서버 yum 사용 본문
xen 서버는 기본적으로 yum 사용이 안됨.
아래의 설정파일에서 enable 옵션만 수정
# vi /etc/yum.repos.d/CentOS-Base.repo
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
exclude=kernel-xen*, *xen*
enabled=1
[root@localhost ~]# yum insta <패키지>
Comments