전체 글 썸네일형 리스트형 yum(dnf) 설치 및 업데이트 시 발생하는 패키지 충돌 문제 해결 방법 yum(dnf) 설치 및 업데이트 시 발생하는 패키지 충돌 문제 해결 방법yum update -yproblem 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 -yLast metadat.. 더보기 CentOS 8에서 Yum Repository 서버를 구축하는 방법 CentOS 8에서 Yum Repository 서버를 구축하는 방법 테스트 환경 $ cat /etc/redhat-release CentOS Linux release 8.4.2105 Repository 서버 구축 epel 패키지 설치 yum install -y epel-release createrepo 패키지 설치 yum install -y yum-utils createrepo 웹 서버(apache) 패키지 설치 yum install -y httpd mod_ssl 리포지토리 디렉터리 만들기(yum 저장소) mkdir -p /apps/repo_root/repo mkdir -p /apps/repo_root/repo/centos/7/{extras,isos,os,updates} mkdir -p /apps/repo.. 더보기 [AWS] AWS CloudFront와 ALB에 SSL 적용 AWS CloudFront와 ALB에 SSL 적용 AWS Certificate Manager 버지니아 북부에 인증서 생성 Elastic Load Balancer 로드 밸런싱 > 로드밸런서 AWS CloudFront AWS Route 53 레코드 이름 유형 라우팅 값/트래픽 라우팅 대상 sangchul.kr A 단순 CF URL www.sangchul.kr CNAME 단순 Origin Domain origin.sangchul.kr A 단순 ALB URL 더보기 macOS(Big Sur)에 Packer 설치 macOS(Big Sur)에 Packer 설치 packer 다운로드 https://www.packer.io/downloads packer 설치 brew tap hashicorp/tap brew install hashicorp/tap/packer > brew tap hashicorp/tap Updating Homebrew... ==> Homebrew was updated to version 3.2.6 The changelog can be found at: https://github.com/Homebrew/brew/releases/tag/3.2.6 > brew install hashicorp/tap/packer ==> Installing packer from hashicorp/tap ==> Downloadi.. 더보기 [AWS] AWS Billing and Cost Management 콘솔에 대한 IAM 사용자 및 역할 액세스를 활성화 AWS Billing and Cost Management 콘솔에 대한 IAM 사용자 및 역할 액세스를 활성화 이미지 출처 : https://docs.aws.amazon.com/ko_kr/IAM/latest/UserGuide/tutorial_billing.html 결제 데이터에 대한 액세스 권한 활성화 결제 데이터에 대한 권한을 부여하는 IAM 정책 생성 사용자 계정 생성 사용자 그룹 계정 생성 및 구성 사용자 이름 사용자 그룹 이름 사용자를 멤버로 추가 FinanceManager BillingFullAccessGroup FinanceManager FinanceUser BillingViewAccessGroup FinanceUser 정책 생성 BillingFullAccess BillingViewAccess .. 더보기 CentOS 7에서 PHP Redis 확장 모듈을 설치하는 방법 CentOS 7에서 PHP Redis 확장(Extension) 모듈을 설치하는 방법PHP 버전 확인$ php -versionPHP 7.3.29 (cli) (built: Jul 7 2021 17:34:15) ( NTS )Copyright (c) 1997-2018 The PHP GroupZend Engine v3.3.29, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.3.29, Copyright (c) 1999-2018, by Zend Technologies1. Redis 서버 설치 확인Redis 확장을 사용하기 전에 Redis 서버가 설치되어 있는지 확인해야 합니다.Redis 서버가 설치되어 있지 않은 경우 먼저 Redis를 설치해.. 더보기 레디스 설치 후 경고 메시지 처리 레디스 설치 후 경고 메시지 처리(redis warning)redis 로그$ tail -f /var/log/redis/redis.log...30912:M 06 Aug 2021 11:33:33.677 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.30912:M 06 Aug 2021 11:33:33.677 # Server initialized30912:M 06 Aug 2021 11:33:33.677 # WARNING overcommit_memory is set to 0! Background save may fail unde.. 더보기 Amazon CloudFront 파일 무효화 Amazon CloudFront 파일 무효화AWS CLI를 사용하여 무효화AWS CLI를 사용하여 CloudFront 파일을 무효화할 수도 있습니다.AWS CLI가 설치되어 있고 AWS 자격 증명이 구성되어 있어야 합니다.다음 명령어를 사용하여 무효화를 실행합니다.aws cloudfront create-invalidation --distribution-id YOUR_DISTRIBUTION_ID --paths "PATH1" "PATH2"YOUR_DISTRIBUTION_ID를 CloudFront 배포 ID로 대체합니다.PATH1, PATH2는 무효화할 파일의 경로입니다. 예를 들어 /index.html이나 /*처럼 사용할 수 있습니다.모든 파일을 무효화(--paths "/*")aws cloudfront cr.. 더보기 이전 1 ··· 155 156 157 158 159 160 161 ··· 286 다음