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