일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- docker
- hardening
- ELASTIC
- Kibana server is not ready yet
- proxycfg
- pfsense
- ssh key 배포
- 로그인불가
- application security
- endpoint security
- centos 8
- XCP-ng
- 한글가이드
- Kibana
- Elasticsearch
- PlayBook
- GitLab
- Windows
- xe guest utilities
- bash
- ansible
- miniconda
- freebsd
- Proxy
- elastic stack
- 보안양파
- macos
- G-suite
- x-pack
- Today
- Total
목록IT (650)
선 밖에 선 자유인
nrpe 이용 시 nagios sample template define host{ name centos-test ; Name of this template use generic-host ; Inherit default values check_period 24x7 check_interval 5 retry_interval 1 max_check_attempts 10 check_command check-host-alive notification_period 24x7 notification_interval 30 notification_options d,r contact_groups admins register 0 ; DONT REGISTER THIS - ITS A TEMPLATE } define host{ use..
/etc/profile 에 아래와 같이 추가 export http_proxy='http://proxy:8080'
sshd_config 파일 항목 http://webdir.tistory.com/119
https://developer.mozilla.org/ko/docs/A_re-introduction_to_JavaScript
http://dbjara.com/index.php?document_srl=2115&mid=board_UZSA69
http://www.nedi.ch/https://help.ubuntu.com/community/NediHowTo
- Apache HTTP Method 취약 확인 [root@CentOS-6-APM apache]# curl -I -X OPTIONS http://localhost HTTP/1.1 200 OKDate: Fri, 25 Nov 2016 02:06:50 GMTServer: ApacheAllow: OPTIONS,GET,HEAD,POST,TRACEContent-Length: 0 Content-Type: text/html - Document Root 디렉터리 설정 부분에 아래와 같이 설정 (** 이 때 주의: 부분이 아닌 과 같이 DocumentRoot 에 설정해 줘야함) AllowOverride None Require all granted Order deny,allow Deny from all - Apache 재구..