일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- GitLab
- xe guest utilities
- Windows
- PlayBook
- elastic stack
- Kibana server is not ready yet
- ssh key 배포
- XCP-ng
- Elasticsearch
- 보안양파
- endpoint security
- macos
- miniconda
- freebsd
- docker
- centos 8
- pfsense
- application security
- x-pack
- Proxy
- 로그인불가
- G-suite
- ELASTIC
- ansible
- hardening
- bash
- 한글가이드
- proxycfg
- Kibana
- Today
- Total
목록All Story (677)
선 밖에 선 자유인
www.elastic.co/kr/webinars/elastic-endpoint-security-overview-security-starts-at-the-endpoint
- 인생 꿀팀 총정리ㅋ m.blog.naver.com/tjdtlr0154/220778345136
최신 Chrome 브라우저에서는 SSL 인증서 체크가 더 강화됨 문제는 보안 장비들의 관리페이지는 도메인이 아닌 IP로 https 접속하는 경우가 많은데, 이 때 제대로 뜨지 않는 사이트들이 점점 많아짐 보안 장비 관리 페이지와 같이 안전한 사이트인 경우, 아래의 방법으로 인증서를 keychain 에 등록하면 문제없이 사용이 가능함 (*** 반드시 안전한 것으로 확인된 사이트만 적용해야 함) - openssl client 를 이용하여 인증서를 읽어 옴 $ openssl s_client -connect : |tee cert_log - cert_log 라는 파일이 생성되고, 내용 중 "-----BEGIN CERTIFICATE-----" 부터 "-----END CERTIFICATE-----" 까지의 내용을 별..
youtu.be/zLGORwnRyDo
사용자 wheel 그룹에 추가 #pw group mod -m # vi /usr/local/etc/sudoers %wheel ALL=(ALL) ALL 라인 주석 제거
한글 버전의 Gitlab 가이드가 나옴 insight.infograb.net/guide
mac 에서 이미지를 캡쳐하면 바탕화면에 저장되어 이용이 불편 터미널에서 아래의 명령으로 위치 변경 가능 > defaults write com.apple.screencapture location /Users/soulfree/Pictures/capture
- FreeBASD VM 에서 xe-guest-utilities 설치 # pkg install xe-guest-utilities # echo 'xenguest_enable="YES"' >> /etc/rc.conf.local # ln -s /usr/local/etc/rc.d/xenguest /usr/local/etc/rc.d/xenguest.sh # service xenguest start - xcp-ng 하이퍼바이저 shell에서 해당 VM의 NIC uuid 확인하여 아래와 같이 tx off xe vif-param-set uuid= other-config:ethtool-tx="off" xe vif-param-set uuid= other-config:ethtool-tx="off" 출처: xcp-ng.org..