일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Elasticsearch
- Windows
- hardening
- x-pack
- PlayBook
- GitLab
- 보안양파
- 한글가이드
- bash
- application security
- macos
- ssh key 배포
- G-suite
- Proxy
- proxycfg
- pfsense
- Kibana
- freebsd
- endpoint security
- Kibana server is not ready yet
- 로그인불가
- ELASTIC
- xe guest utilities
- centos 8
- XCP-ng
- docker
- miniconda
- ansible
- elastic stack
- Today
- Total
목록IT/System & Network (299)
선 밖에 선 자유인
- rsyslog 를 이용한 원격 로그 서버 구축 : http://horae.tistory.com/entry/%EC%9B%90%EA%B2%A9-%EB%A1%9C%EA%B7%B8-%EC%84%9C%EB%B2%84-%EA%B5%AC%EC%B6%95-rsyslog - Bash history 를 syslog 에 남기기http://idchowto.com/?p=12670 /etc/profile.d/history-save.sh------------------------------------function history_to_syslog {declare command remoteaddr="`who am i`" command=$(fc -ln -0) if [ "$command" != "$old_command" ]; the..
Bash history syslog에 남기기: http://linux.systemv.pe.kr/bash-history-%EB%A5%BC-syslog-%EC%97%90-%EB%82%A8%EA%B8%B0%EA%B8%B0/
http://blog.nacyot.com/articles/2014-01-27-easy-deploy-with-docker/
여러줄에 일일히 # 넣기 힘듬 Ctrl + V 입력하면 visual VISUAL BLOCK 지정 가능vi 위, 아래 키 이용해서 영역 지정 후Shift + i 를 입력한 후 # 입력ESC를 탁탁 눌러주면 여러줄 주석 처리 됨 or 아래와 같이 line 지정하여 주석 처리 가능10,100s/^/#/g
파일 내용의 중복 확인 - 중복된 내용 제거하고 출력sort -u - 중복된 데이터 출력sort | uniq -d - 중복되지 않은 데이터 출력sort | uniq -u
Elasticsearch, Fluentd, Kibana http://www.techstricks.com/elasticsearch-fluentd-kibana-efk-setup-guide/https://www.digitalocean.com/community/tutorials/elasticsearch-fluentd-and-kibana-open-source-log-search-and-visualization
http://pyrasis.com/book/DockerForTheReallyImpatient/Chapter15 sshd 설정https://coreos.com/os/docs/latest/customizing-sshd.html