전체 글 썸네일형 리스트형 [draft] MongoDB 5.0+에는 AVX를 지원하는 CPU가 필요함 MongoDB 5.0+에는 AVX를 지원하는 CPU가 필요함WARNING: MongoDB 5.0+ requires a CPU with AVX support, and your current system does not appear to have that!mongos1 | WARNING: MongoDB 5.0+ requires a CPU with AVX support, and your current system does not appear to have that!mongos1 | see https://jira.mongodb.org/browse/SERVER-54407mongos1 | see also https://www.mongodb.com/community/forums/t/mongodb-5-0-.. 더보기 [리눅스] 도커 컨테이너로 몽고디비 클러스터 구성하기(mongodb shard cluster) 도커 컨테이너로 몽고디비 클러스터 구성하기(mongodb shard cluster) MongoDB의 복제 Primary with Two Secondary Members (PSS) Primary with a Secondary and an Arbiter (PSA) 테스트 환경 $ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) $ docker version Client: Docker Engine - Community Version: 20.10.21 API version: 1.41 Go version: go1.18.7 Git commit: baeda1f Built: Tue Oct 25 18:04:24 2022 OS/Arch: linux/amd64 C.. 더보기 [원도우] findstr 명령어 findstr 명령어 C:\Users\Administrator>systeminfo | findstr "OS" OS 이름: Microsoft Windows 10 Pro OS 버전: 10.0.19045 N/A 빌드 19045 OS 제조업체: Microsoft Corporation OS 구성: 독립 실행형 워크스테이션 OS 빌드 종류: Multiprocessor Free BIOS 버전: Dell Inc. A07, 2014-04-25 인코딩 변경(한글 모드 -> 영어 모드) chcp 437 findstr 명령어 사용 방법 systeminfo | findstr /C:"OS Name" C:\Users\Administrator>systeminfo | findstr /C:"OS Name" OS Name: Microso.. 더보기 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.. 더보기 Docker Desktop 설치하기 Docker Desktop 설치하기 테스트 환경 PS C:\Users\Administrator> systeminfo | findstr /c:"OS Name" OS Name: Microsoft Windows 10 Pro 설치 중 오류 발생 Unpacking failed: 'C:\Program Files\Docker\Docker\Docker Desktop.pdb' 파일은 다른 프로세스에서 사용 중이므로 프로세스에서 액세스할 수 없습니다. 위치: CommunityInstaller.InstallWorkflow.d__30.MoveNext() --- 예외가 throw된 이전 위치의 스택 추적 끝 --- 위치: System.Runtime.ExceptionServices.ExceptionDispatchInfo.Thro.. 더보기 [url] Web 온라인 자습서(w3big) Web 온라인 자습서 w3big : https://www.w3big.com/ko/ Redis 코스 - https://www.w3big.com/ko/redis/default.html#gsc.tab=0 더보기 레디스 서버 설정(redis backup) 레디스 서버 설정(redis backup) 레디스 - AOF 오류 Asynchronous AOF fsync is taking too long (disk is busy?). Writing the AOF buffer without waiting for fsync to complete, this may slow down Redis. appendonly yes -> AOF 파일 읽음(AOF 백업) appendonly no -> RDB 파일 읽음(RDB 백업) info persistence 127.0.0.1:6379> info persistence # Persistence loading:0 async_loading:0 current_cow_peak:0 current_cow_size:0 current_cow_siz.. 더보기 HTML 리다이렉션 HTML 리다이렉션 content http-equiv 또는 name 특성의 값을 담습니다. http-equiv 프래그마 지시문을 정의합니다. 특성의 이름(http-equiv(alent))에서 알 수 있듯이, 가능한 값은 특정 HTTP 헤더입니다. content-security-policy 현재 페이지의 콘텐츠 정책 (en-US)을 정의할 수 있습니다. 대부분의 콘텐츠 정책은 허용하는 서버 출처와 스크립트 엔드포인트를 지정해 사이트 간 스크립트 공격 방어에 도움을 줍니다. content-type 지정할 경우, content 특성의 값은 반드시 "text/html; charset=utf-8"이어야 합니다. 참고: text/html MIME 유형으로 제공하는 문서에서만 사용할 수 있으며, XML MIME 유형.. 더보기 이전 1 ··· 98 99 100 101 102 103 104 ··· 171 다음