Cassandra 설치 및 사용 방법
Cassadnra에 대한 소개 잘 정리된 블로그 가 있으니 참고하시기 바랍니다. Docker에서 설치 후 실행 $ sudo docker pull cassandra 설치 후 컨테이너 실행을 합니다. $ sudo docker run --name some-cassandra --network some-network -d cassand...
Cassadnra에 대한 소개 잘 정리된 블로그 가 있으니 참고하시기 바랍니다. Docker에서 설치 후 실행 $ sudo docker pull cassandra 설치 후 컨테이너 실행을 합니다. $ sudo docker run --name some-cassandra --network some-network -d cassand...
Cassandra vs Postgres Kong을 사용하기 위해 2가지의 database를 선택해야 하는데 거기에 앞서 간단하게 비교를 해보겠습니다. Cassandra Postgres N...
CentOS 7 기준 설치 후 실행 방법 $ sudo yum install docker -y $ sudo systemctl enable docker $ sudo systemctl start docker $ sudo docker version $ sudo docker ps Docker 기본 사용법 컨테이너 실행 $ sudo docker run...
CentOS / Oracle - x64기준 (.Net Core 2.1버전) $ sudo rpm -Uvh https://packages.microsoft.com/config/rhel/7/packages-microsoft-prod.rpm $ sudo yum update $ sudo yum install dotnet-sdk-2.1 참고 공식 사이트 ...
지킬 포스팅 규칙 댓글에 관한 key값을 page-제목 으로 할 것이기 때문에 제목은 가능하면 상세하게 기술하여 중복을 피한다. escape 가 필요한 특수 문자 \ backslash ` backtick * asterisk _ underscore {} curly braces [] square brackets () par...
어떤 보안 자격증을 준비하면 좋을까? (펜테스트 & 클라우드 시큐리티 진로 고민) 보안 업계에서 일하며 CEH와 CISSP를 이미 취득한 지금, 앞으로 어떤 자격증을 준비하면 좋을까 고민해봤다. 나는 침투 테스트(펜테스트)와 클라우드 보안에 관심이 많고, 실전 중심의 실력을 쌓고 싶다. 이 글은 나를 위한 로드맵이자, 나중에 비슷한 길을 가려...
Car When looking for short-term rentals, TURO is worth considering. Housing Joining Korean community forums for specific states can help gauge which apartments are good, especially by looki...
When Frustration and Depression Hit During times when I couldn’t secure interviews, I was depressed about not getting them. Once I started getting interviews, I became depressed about failing tech...
Comprehensive Cybersecurity Interview Questions & Answers Basic Cybersecurity Fundamentals Q: What is the CIA triangle? A: The CIA Triad represents the three core principles of information s...
시스템 디자인 인터뷰 단계 Clarificiations을 제대로 해야한다. SDI(System Design Interview)는 정해진 답이 없기 때문에 주어진 시간안에 큰 설계를 끝내야 함으로 항상 명확한 범위를 설정해야 합니다. 트위터의 디자인을 설계할때 트윗에 사진과 비디오가 포함되는지, 핫 트렌드 주제를 표시할것인지, 푸시 알림이 있는지,...