본문 바로가기

반응형

CentOS8

[리눅스] SSH 인증을 위한 SSH 인증서 구성 및 설정 방법(certificate authority) SSH 인증을 위한 SSH 인증서 구성 및 설정 방법(certificate authority) 테스트 환경 $ cat /etc/redhat-release CentOS Linux release 8.4.2105 $ yum info openssh-server Failed to set locale, defaulting to C.UTF-8 Last metadata expiration check: 0:35:43 ago on Wed Jan 25 00:03:26 2023. Installed Packages Name : openssh-server Version : 8.0p1 Release : 10.el8 Architecture : x86_64 Size : 1.0 M Source : openssh-8.0p1-10.el8... 더보기
CentOS 8 미러 서버용 repo(CentOS-Base.repo) 파일 CentOS 8 미러 서버용 repo(CentOS-Base.repo) 파일 CentOS-Base.repo 편집 vim /etc/yum.repos.d/CentOS-Base.repo # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you are manually picking other mirrors. # # If .. 더보기
yum(dnf) 설치 및 업데이트 시 에러 yum(dnf) 설치 및 업데이트 시 에러 yum update -y problem with installed package perl-ExtUtils-MakeMaker-1:7.34-1.el8.noarch (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) $ yum update -y Last metadata expiration check: 0:01:21 ago on Mon Aug 9 16:13:32 2021. Error: Problem .. 더보기
[리눅스] centos8 network 재기동 centos8 network 재기동 NetworkManager 서비스 사용 systemctl restart NetworkManager.service ifdown/ifup 명령어 사용 ifdown ens224 $ ifdown ens224 연결 'ens224'이(가) 성공적으로 비활성화되었습니다(D-Bus 활성 경로: /org/freedesktop/NetworkManager/ActiveConnection/2). ifup ens224 $ ifup ens224 연결이 성공적으로 활성화되었습니다 (D-Bus 활성 경로: /org/freedesktop/NetworkManager/ActiveConnection/3) 전체 커넥션 정보 확인 nmcli con show $ nmcli con show NAME UUID TY.. 더보기
[MySQL] mysql(mysql 5.7) rpcgen 에러 mysql(mysql 5.7) rpcgen 에러 컴파일 시 에러 CMake Error at rapid/plugin/group_replication/rpcgen.cmake:100 (MESSAGE): Could not find rpcgen Call Stack (most recent call first): rapid/plugin/group_replication/CMakeLists.txt:36 (INCLUDE) 패키지로 rpcgen 설치 $ yum -y --enablerepo=PowerTools install rpcgen Error: Unknown repo: 'PowerTools' rpm 패키지 수동으로 다운로드 받아 설치 ##https://centos.pkgs.org/8/centos-powertools-x86.. 더보기
CentOS 8 Stream 설치(CentOS 8 스트림 설치) CentOS 8 Stream 설치(CentOS 8 스트림 설치) iso 다운로드 download URL : https://www.centos.org/download ISO Download URL http://mirror.kakao.com/centos/8-stream/isos/x86_64/CentOS-Stream-8-x86_64-20210120-dvd1.iso Oracle VirtualBox에 VM 생성 download URL : https://www.virtualbox.org CentOS Stream 설치 - Keyboard : 한국어 - 언어 지원 : 한국어, English - 시간 및 날짜 : 아시아/서울 - 소프트웨어 선택 : 최소 설치(표준, 레거시 UNIX 호환성, 개발용 툴) - 설치 대상 :.. 더보기
fabric hello print on CentOS 8 fabric hello print on CentOS 8 테스트 환경 $ cat /etc/redhat-release CentOS Linux release 8.1.1911 (Core) $ python -V Python 3.6.8 $ fab -V Fabric 2.5.0 Paramiko 2.7.2 Invoke 1.5.0 fabfile.py 파일 편집 vim fabfile.py $ vim fabfile.py from fabric import task @task def hello(ctx): print("hello world.") fab 실행 $ fab --list Available tasks: hello fab hello $ fab hello hello world. 더보기
CentOS End of Lifetime (EOL) Dates CentOS End of Lifetime (EOL) Dates CentOS 수명 종료 날짜 RHEL 9 계획 가이드 RHEL의 복제로서 CentOS는 사라진다. CentOS Stream은 검증용이므로 안정성이 떨어질 수 있다. CentOS Stream은 RHEL의 베타 테스트 플랫폼이 아니다. Fedora는 RHEL의 메이저 릴리즈를 테스트하는 역할이고, CentOS Stream은 RHEL 마이너 릴리즈에 초점을 둔다. 발췌(RHEL 클론 '센트OS' 사라진다) : https://zdnet.co.kr/view/?no=20201209151925 참고URL - Red Hat Customer Portal : https://access.redhat.com/documentation/ko-kr/red_hat_ent.. 더보기

728x90
반응형