일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- x-pack
- pfsense
- Kibana
- macos
- PlayBook
- Kibana server is not ready yet
- endpoint security
- 로그인불가
- elastic stack
- 한글가이드
- freebsd
- xe guest utilities
- Proxy
- proxycfg
- ansible
- miniconda
- centos 8
- Elasticsearch
- ELASTIC
- GitLab
- 보안양파
- docker
- G-suite
- ssh key 배포
- hardening
- XCP-ng
- Windows
- bash
- application security
- Today
- Total
목록All Story (677)
선 밖에 선 자유인
Kibana server is not ready yet 와 같은 에러가 발생하는 경우 $ curl -XGET http://localhost:9200/_cat/indices | grep kibana green open .kibana_2 nSqmiVUnTq-eeJ91zHtaVw 1 0 34 4 74.1kb 74.1kb green open .kibana_1 pHBeSUosTz6tGqLJ-VSKQA 1 0 5 3 47.4kb 47.4kb green open .kibana_4 JgeNg_2_RfaCySJszEvkug 1 0 0 0 208b 208b green open .kibana-event-log-7.8.1-000001 d-BBHt3cTsaJlhYHs0KooQ 1 0 3 0 15.5kb 15.5kb green ..
xcp-ng 에서 pool 을 구성한 후 master/보조 ( slave 용어가 바뀌어야 해서.. ) 가 꼬이면 난감 master 에 오류가 발생하여 보조 장비 에서 API 를 이용하지 못하는 경우 임시로 master 가 되어 조치 보조 장비에서 아래와 같이 실행 # xe pool-emergency-transition-to-master # xe pool-list 로 보면 본인이 pool 리스트의 master 로 보임
https://www.boannews.com/media/view.asp?idx=90232&kind=1&search=title&find=%C1%D6%B8%BB%C6%C7
github.com/google/fuzzbench.git
$ sudo localedef -c -i ko_KR -f UTF-8 ko_KR.UTF-8 $ sudo localectl set-locale LANG=ko_KR.UTF-8
- RVM 설치 $ sudo gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB $ \curl -L https:/get.rvm.io | sudo bash -s stable - 사용자 rvm 그룹에 추가 $ usermod -G rvm - ruby 설치 $ rvm install 2.3.0
https://github.com/meirwah/awesome-incident-response
CentOS 8에서는 docker 를 설치하려고 하면 기본적으로 podman 설치하라고 권고를 함 podman 은 나중에 써보기로 하고 아래와 같이 docker 설치 가능 # dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo 그냥 설치하면 아래와 같은 Eorror 가 보이기 때문에 --nobest 옵션 추가하여 설치 문제: package docker-ce-3:19.03.8-3.el7.x86_64 requires containerd.io >= 1.2.2-3, but none of the providers can be installed - cannot install the best candidate for..