일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ansible
- ELASTIC
- freebsd
- GitLab
- ssh key 배포
- PlayBook
- application security
- endpoint security
- proxycfg
- macos
- x-pack
- 보안양파
- docker
- 로그인불가
- Elasticsearch
- centos 8
- Kibana server is not ready yet
- 한글가이드
- G-suite
- Windows
- elastic stack
- Kibana
- Proxy
- xe guest utilities
- hardening
- miniconda
- pfsense
- XCP-ng
- Today
- Total
목록IT (650)
선 밖에 선 자유인
출처: http://blog.naver.com/bitnang/220692059829
- erambahttp://www.eramba.org/
최신 취약점 및 patch 버전 관련 https://tomcat.apache.org/security-8.htmlhttps://tomcat.apache.org/security-7.htmlhttps://tomcat.apache.org/security-6.html
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/pdf/System_Administrators_Guide/Red_Hat_Enterprise_Linux-7-System_Administrators_Guide-en-US.pdf
- 특정 문자열 포함 라인 중 특정 문자열 포함 필드 출력예) 파일 내용에서 three가 포함되며, three로 시작하는 필드 검색 one=1 two=2 three=3$ cat | grep "three" | awk '{ for(i=1; i
http://www.itworld.co.kr/slideshow/89265 - Melno 폰트 윈도용
vi 명령어 정리 http://webs.co.kr/?document_srl=256460 출처: http://gyuha.tistory.com/157
컴파일 옵션 예시 출처: https://gist.github.com/envi/5523460 ./configure \--prefix=/usr/local/stow/nginx \--conf-path=/etc/nginx/nginx.conf \--sbin-path=/usr/sbin \--http-log-path=/var/log/nginx/access.log \--error-log-path=/var/log/nginx/error.log \--pid-path=/var/run/nginx.pid \--lock-path=/var/lock/nginx.lock \--http-client-body-temp-path=/var/lib/nginx/body \--http-proxy-temp-path=/var/lib/nginx/proxy..