일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- bash
- Proxy
- miniconda
- ELASTIC
- Elasticsearch
- centos 8
- application security
- Kibana
- docker
- proxycfg
- GitLab
- G-suite
- PlayBook
- 로그인불가
- Windows
- endpoint security
- XCP-ng
- 한글가이드
- ssh key 배포
- freebsd
- ansible
- 보안양파
- elastic stack
- macos
- hardening
- pfsense
- x-pack
- xe guest utilities
- Kibana server is not ready yet
- Today
- Total
목록IT (650)
선 밖에 선 자유인
Mac 계정 패스워드 복구 방법 1. 맥 부팅시 [Option] 키를 누르고 있으면 부팅 디스크 선택 화면 뜸2. Recovery를 선택3. 메뉴 > 유틸리티 > 터미널을 선택4. 터미널 화면에서 'resetpassword'를 입력하고 엔터 입력5. 암호 변경 창이 뜨고, 여기서 Mac OS 설치 볼륨 및 사용자를 선택한 후 변경할 비밀번호를 입력6. reboot7. 로그인 창에서 변경한 비밀번호 입력8. 키체인 관련 창이 뜨면 [키체인 새로 생성]을 선택 9. 키체인이 새로 만들어졌기 때문에 모든 계정 관련 암호를 다시 입력
- graylog.conf 에 아래 내용 추가elasticsearch_max_time_per_index = 7delasticsearch_max_number_of_indices = 180
MAC Address 가 지정되지 않아서 발생할 ifconfig 에서 mac address 확인 후 /etc/sysconfig/network-scripts/ifcfg-eth0 에 HWADDR="xx.xx.xx.xx.xx.xx" 지정 후네트워크 재시작
Xen 가상 머신에 Virtualbox 를 설치하고 실행하면 때 아래와 같은 에러가 나는 경우가 있다.failed: Running VirtualBox in a Xen Environment is not supported. 이 때sudo apt-get install dkmssudo apt-get install --reinstall virtualbox-dkms
https://code.i-harness.com/ko/q/d18bdahttps://www.securesign.kr/guides/SSL-Certificate-Convert-Format
- 설치 및 설정 방법http://www.sauru.so/blog/calling-all-logs-graylog2-installation/ - graylog-ctlhttp://docs.graylog.org/en/2.3/pages/configuration/graylog_ctl.html
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/s1-configuring_rsyslog_on_a_logging_server
- Primary Servervi /etc/dhcp/dhcpd.failover# Failover specific configurations failover peer “dhcp” {primary;address 192.168.10.1;port 647;peer address 192.168.10.2;peer port 647;max-response-delay 60;max-unacked-updates 10;mclt 600;split 128;load balance max seconds 3;} - Secondary Servervi /etc/dhcp/dhcpd.failover failover peer “dhcp” {secondary;address 192.168.10.2;port 647;peer address 192.16..