일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 스크립트
- 리눅스
- ibm 스토리지
- tv 스캔
- v7000
- HP
- iptv 스캔
- db
- Update
- AIX
- ibm v7000
- Linux
- oracle
- centos8
- 파일시스템 확장
- c3850
- VMware
- #AIX
- TV
- CentOS
- centos 8 EOS
- IBM
- 디스크
- ssh
- 오류
- EMC
- 오라클
- Windows
- ibm storage
- yum
- Today
- Total
목록CentOS (3)
현재에최선을
1. repo 주소 변경 yum repolist로 확인 /etc/yum.repos.d/ -- baseurl를 로컬에 구성한 서버로 변경 baseurl : [로컬서버IP]/repo/baseos/ [로컬서버IP]/repo/appstream/ [로컬서버IP]/repo/extras/ [로컬서버IP]/repo/extras-common/ 2. 저장소 추가 -. dnf install epel-release - /etc/yum.repos.d/ 아래에 epel.repo, epel-modular.repo baseurl 수정 [로컬서버IP]/repo/epel/ [로컬서버IP]/repo/epel-modular/ 3. yum clean all 4. dnf update libmodulemd 5. dnf install centos..
로컬에 리눅스 repo 서버 구축 1. yum repolist 결과에서 왼쪽 네임을 repoid에 명시 # yum repolist appstream CentOS Stream 8 - AppStream baseos CentOS Stream 8 - BaseOS epel Extra Packages for Enterprise Linux 8 - x86_64 epel-modular Extra Packages for Enterprise Linux Modular 8 - x86_64 epel-next Extra Packages for Enterprise Linux 8 - Next - x86_64 extras CentOS Stream 8 - Extras extras-common CentOS Stream 8 - Extras ..
centOS yum으로 xwindows 설치 출처 : https://www.lesstif.com/pages/viewpage.action?pageId=6979708 CentOS 를 minimal 로 설치한 후에 X Windows 가 필요할 경우가 있다. yum 으로 X Windows 를 설치하고 설정하는 방법을 정리한다. X Windows 및 관련 패키지 그룹 설치 yum groupinstall "X Window System" "Desktop" "Fonts" "Korean Support" /etc/inittab 의 default run level을 수정한다. (minimal로 설치하면 3번 Full Multi User mode이며 5번이 X11 mode 이다) sed -i 's/id:3:initdefaul..